LoginSignup
6
7

More than 3 years have passed since last update.

[firefox] をソースから build してみた

Last updated at Posted at 2020-10-04

はじめに

なんとなく「自分で build って可能なの?」と思ったことが切っ掛け

環境

  • macOS Catalina 10.15.x

build 手順

  • キーワード「firefox build」で検索して以下のサイトが見つかったので、あとは基本的に書かれている通りに実行するだけ

python のバージョン確認

  • 指定バージョン(2.7.11)ではないが...
% which python 
/usr/bin/python
% python -V
Python 2.7.16

bootstrap スクリプト取得

% mkdir ${HOME}/src
% cd ${HOME}/src
% curl -O https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py

bootstrap スクリプト実行

  • 残念ながら python3.5 以上が必要らしい
% python bootstrap.py 
Bootstrap currently only runs on Python 3.5+.Please try re-running with python3.5+.

homebrew を使ってツール類をインストール

  • 記事を検索
  • インストールしたパッケージ
    • python3
    • Mercurial(hg)
      • ところで mozilla は、なぜ Mercurial を使っているのだろう?
      • 使ってみれば Mercurial の良いところがわかるのだろうか?
    • 他のツールもインストールしたと思うけど、覚えていない

bootstrap スクリプト実行(2回目)

  • 実行後、"Your choice" と表示されるまで25分ほどかかった
% python3 bootstrap.py 
Cloning into mozilla-unified using Mercurial...
Destination directory for clone (leave empty to use default destination of mozilla-unified): 
Cloning Firefox Mercurial repository to /Users/shinobee/src/mozilla-unified
pulling from https://hg.mozilla.org/mozilla-unified                                                               applying clone bundle from https://hg.cdn.mozilla.net/mozilla-unified/6435c885b3cbeec0e5d817723d3422c5f9225840.zstd-max.hg
adding changesets
adding manifests
adding file changes
added 616675 changesets with 3816418 changes to 598440 files (+14 heads)                                          
finished applying clone bundle
searching for changes
adding changesets
adding manifests
adding file changes
adding remote bookmark aurora
adding remote bookmark autoland
adding remote bookmark beta
adding remote bookmark central
adding remote bookmark esr10
adding remote bookmark esr17
adding remote bookmark esr24
adding remote bookmark esr31
adding remote bookmark esr38
adding remote bookmark esr45
adding remote bookmark esr52
adding remote bookmark esr60
adding remote bookmark esr68
adding remote bookmark esr78
adding remote bookmark fx-team
adding remote bookmark inbound
adding remote bookmark release
added 79 changesets with 405 changes to 325 files (-1 heads)
new changesets ed94f2d0b0a9:8ae706cfee33
616675 local changesets published
(run 'hg update' to get a working copy)

updating to "central" - the development head of Gecko and Firefox
(warning: large working directory being used without fsmonitor enabled; enable fsmonitor to improve performance; see "hg help -e fsmonitor")
283584 files updated, 0 files merged, 0 files removed, 0 files unresolved                                         
(activating bookmark central)
Clone complete.
Running `/usr/local/opt/python@3.8/bin/python3.8 /Users/shinobee/src/mozilla-unified/mach bootstrap`

Note on Artifact Mode:

Artifact builds download prebuilt C++ components rather than building
them locally. Artifact builds are faster!

Artifact builds are recommended for people working on Firefox or
Firefox for Android frontends, or the GeckoView Java API. They are unsuitable
for those working on C++ code. For more information see:
https://developer.mozilla.org/en-US/docs/Artifact_builds.

Please choose the version of Firefox you want to build:
  1. Firefox for Desktop Artifact Mode
  2. Firefox for Desktop
  3. GeckoView/Firefox for Android Artifact Mode
  4. GeckoView/Firefox for Android
Your choice: 
  • 選択肢の違いが不明
    • 今回 "2. Firefox for Desktop" を選択した
    • 処理再開後、もうしばらく待てば終了
Your choice: 2
Your version of Python 3 (3.8.5) is new enough.
Your version of Python 2 (2.7.16) is new enough.
Using base prefix '/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8'
New python executable in /Users/shinobee/.mozbuild/_virtualenvs/mach/bin/python3.8
Also creating executable in /Users/shinobee/.mozbuild/_virtualenvs/mach/bin/python
Installing setuptools, pip, wheel...
done.
running build_ext
building 'psutil._psutil_osx' extension
creating build
creating build/temp.macosx-10.15-x86_64-3.8
creating build/temp.macosx-10.15-x86_64-3.8/psutil
creating build/temp.macosx-10.15-x86_64-3.8/psutil/arch
creating build/temp.macosx-10.15-x86_64-3.8/psutil/arch/osx
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c psutil/_psutil_common.c -o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_common.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c psutil/_psutil_posix.c -o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_posix.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c psutil/_psutil_osx.c -o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_osx.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c psutil/arch/osx/process_info.c -o build/temp.macosx-10.15-x86_64-3.8/psutil/arch/osx/process_info.o
creating build/lib.macosx-10.15-x86_64-3.8
creating build/lib.macosx-10.15-x86_64-3.8/psutil
clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_common.o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_posix.o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_osx.o build/temp.macosx-10.15-x86_64-3.8/psutil/arch/osx/process_info.o -o build/lib.macosx-10.15-x86_64-3.8/psutil/_psutil_osx.cpython-38-darwin.so -framework CoreFoundation -framework IOKit
building 'psutil._psutil_posix' extension
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c psutil/_psutil_common.c -o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_common.o
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c psutil/_psutil_posix.c -o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_posix.o
clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_common.o build/temp.macosx-10.15-x86_64-3.8/psutil/_psutil_posix.o -o build/lib.macosx-10.15-x86_64-3.8/psutil/_psutil_posix.cpython-38-darwin.so
copying build/lib.macosx-10.15-x86_64-3.8/psutil/_psutil_osx.cpython-38-darwin.so -> psutil
copying build/lib.macosx-10.15-x86_64-3.8/psutil/_psutil_posix.cpython-38-darwin.so -> psutil

Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
Collecting zstandard<=0.13.0,>=0.9.0
  Using cached https://files.pythonhosted.org/packages/c6/79/a7b31258dfc071344e5e21976a395310330e72ffad0e3d12a68e3d2c82fe/zstandard-0.13.0-cp38-cp38-macosx_10_9_x86_64.whl
Installing collected packages: zstandard
Successfully installed zstandard-0.13.0
WARNING: You are using pip version 19.3.1; however, version 20.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting glean_sdk~=32.3.1
  Downloading https://files.pythonhosted.org/packages/6f/3a/9c4cc01fe224863f9253d22ea08b1b7d6cec0fc7389b05fb5de7354b443e/glean_sdk-32.3.2-cp36-abi3-macosx_10_7_x86_64.whl (789kB)
     |████████████████████████████████| 798kB 1.5MB/s 
Collecting glean-parser==1.28.3
  Downloading https://files.pythonhosted.org/packages/37/a2/6b85fd0288ad21998c07cac3a1504924fb699812daee641e018ce577d0e3/glean_parser-1.28.3-py3-none-any.whl (56kB)
     |████████████████████████████████| 61kB 2.9MB/s 
Collecting cffi>=1
  Downloading https://files.pythonhosted.org/packages/74/9d/bfa10946bcae5d9b922fbdc244d94e89e5b5be3f7539950bc1dc43a89b6b/cffi-1.14.3-2-cp38-cp38-macosx_10_9_x86_64.whl (176kB)
     |████████████████████████████████| 184kB 2.2MB/s 
Collecting Jinja2>=2.10.1
  Using cached https://files.pythonhosted.org/packages/30/9e/f663a2aa66a09d838042ae1a2c5659828bb9b41ea3a6efa20a20fd92b121/Jinja2-2.11.2-py2.py3-none-any.whl
Collecting PyYAML>=3.13
  Using cached https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz
Collecting appdirs>=1.4
  Using cached https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl
Collecting yamllint>=1.18.0
  Downloading https://files.pythonhosted.org/packages/55/6c/3f8e94b884299151e4dd02d6262640391951eb4a64449d0bd4cd77ddfb29/yamllint-1.25.0-py2.py3-none-any.whl (60kB)
     |████████████████████████████████| 61kB 3.6MB/s 
Collecting jsonschema>=3.0.2
  Using cached https://files.pythonhosted.org/packages/c5/8f/51e89ce52a085483359217bc72cdbf6e75ee595d5b1d4b5ade40c7e018b8/jsonschema-3.2.0-py2.py3-none-any.whl
Collecting diskcache>=4
  Downloading https://files.pythonhosted.org/packages/fc/d6/7b8fa70e57f7b54e01da2664a6ee21afc315c29906bd46e9905fb246c5ac/diskcache-5.0.3-py3-none-any.whl (43kB)
     |████████████████████████████████| 51kB 6.0MB/s 
Collecting Click>=7
  Using cached https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl
Collecting pycparser
  Using cached https://files.pythonhosted.org/packages/ae/e7/d9c3a176ca4b02024debf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23
  Using cached https://files.pythonhosted.org/packages/0c/12/37f68957526d1ec0883b521934b4e1b8ff3dd8e4fab858a5bf3e487bcee9/MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Collecting pathspec>=0.5.3
  Using cached https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /Users/shinobee/.mozbuild/_virtualenvs/mach/lib/python3.8/site-packages (from yamllint>=1.18.0->glean-parser==1.28.3->glean_sdk~=32.3.1) (41.6.0)
Collecting attrs>=17.4.0
  Downloading https://files.pythonhosted.org/packages/14/df/479736ae1ef59842f512548bacefad1abed705e400212acba43f9b0fa556/attrs-20.2.0-py2.py3-none-any.whl (48kB)
     |████████████████████████████████| 51kB 5.4MB/s 
Collecting six>=1.11.0
  Using cached https://files.pythonhosted.org/packages/ee/ff/48bde5c0f013094d729fe4b0316ba2a24774b3ff1c52d924a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
Collecting pyrsistent>=0.14.0
  Downloading https://files.pythonhosted.org/packages/4d/70/fd441df751ba8b620e03fd2d2d9ca902103119616f0f6cc42e6405035062/pyrsistent-0.17.3.tar.gz (106kB)
     |████████████████████████████████| 112kB 3.2MB/s 
Building wheels for collected packages: PyYAML, pyrsistent
  Building wheel for PyYAML (setup.py) ... done
  Created wheel for PyYAML: filename=PyYAML-5.3.1-cp38-cp38-macosx_10_15_x86_64.whl size=44625 sha256=27d2fbe5a512c74ad7e77303a64491401ef573d6e948512719517a146b37a9da
  Stored in directory: /Users/shinobee/Library/Caches/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
  Building wheel for pyrsistent (setup.py) ... done
  Created wheel for pyrsistent: filename=pyrsistent-0.17.3-cp38-cp38-macosx_10_15_x86_64.whl size=68374 sha256=a686f529f384665da9e9d96a09a820f0172cc0379e128bdbe09d0cb44cf46c80
  Stored in directory: /Users/shinobee/Library/Caches/pip/wheels/f0/b8/de/b593ad311be4eb458499d100db081e453576032272398b7ddc
Successfully built PyYAML pyrsistent
Installing collected packages: MarkupSafe, Jinja2, PyYAML, appdirs, pathspec, yamllint, attrs, six, pyrsistent, jsonschema, diskcache, Click, glean-parser, pycparser, cffi, glean-sdk
Successfully installed Click-7.1.2 Jinja2-2.11.2 MarkupSafe-1.1.1 PyYAML-5.3.1 appdirs-1.4.4 attrs-20.2.0 cffi-1.14.3 diskcache-5.0.3 glean-parser-1.28.3 glean-sdk-32.3.2 jsonschema-3.2.0 pathspec-0.8.0 pycparser-2.20 pyrsistent-0.17.3 six-1.15.0 yamllint-1.25.0
WARNING: You are using pip version 19.3.1; however, version 20.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Python 3 mach environment created.
New python executable in /Users/shinobee/.mozbuild/_virtualenvs/mach_py2/bin/python
Installing setuptools, pip, wheel...
done.
running build_ext
building 'psutil._psutil_osx' extension
creating build/temp.macosx-10.15-x86_64-2.7
creating build/temp.macosx-10.15-x86_64-2.7/psutil
creating build/temp.macosx-10.15-x86_64-2.7/psutil/arch
creating build/temp.macosx-10.15-x86_64-2.7/psutil/arch/osx
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_common.c -o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_common.o
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_posix.o
psutil/_psutil_posix.c:113:32: warning: implicit conversion loses integer precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
    else if (psutil_pid_exists(pid) == 0)
             ~~~~~~~~~~~~~~~~~ ^~~
1 warning generated.
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_osx.c -o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_osx.o
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/arch/osx/process_info.c -o build/temp.macosx-10.15-x86_64-2.7/psutil/arch/osx/process_info.o
creating build/lib.macosx-10.15-x86_64-2.7
creating build/lib.macosx-10.15-x86_64-2.7/psutil
cc -bundle -undefined dynamic_lookup -Wl,-F. -L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.Internal.sdk/usr/local/libressl/lib build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_common.o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_posix.o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_osx.o build/temp.macosx-10.15-x86_64-2.7/psutil/arch/osx/process_info.o -o build/lib.macosx-10.15-x86_64-2.7/psutil/_psutil_osx.so -framework CoreFoundation -framework IOKit
ld: warning: directory not found for option '-L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.Internal.sdk/usr/local/libressl/lib'
building 'psutil._psutil_posix' extension
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_common.c -o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_common.o
cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=570 -DPSUTIL_OSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_posix.o
psutil/_psutil_posix.c:113:32: warning: implicit conversion loses integer precision: 'long' to 'pid_t' (aka 'int') [-Wshorten-64-to-32]
    else if (psutil_pid_exists(pid) == 0)
             ~~~~~~~~~~~~~~~~~ ^~~
1 warning generated.
cc -bundle -undefined dynamic_lookup -Wl,-F. -L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.Internal.sdk/usr/local/libressl/lib build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_common.o build/temp.macosx-10.15-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.macosx-10.15-x86_64-2.7/psutil/_psutil_posix.so
ld: warning: directory not found for option '-L/AppleInternal/BuildRoot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.Internal.sdk/usr/local/libressl/lib'
copying build/lib.macosx-10.15-x86_64-2.7/psutil/_psutil_osx.so -> psutil
copying build/lib.macosx-10.15-x86_64-2.7/psutil/_psutil_posix.so -> psutil

Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Collecting zstandard<=0.13.0,>=0.9.0
  Downloading https://files.pythonhosted.org/packages/05/96/fe2c125a66525ef2210a686b5b3b514d53b59cdef9b3279db49688aebb94/zstandard-0.13.0-cp27-cp27m-macosx_10_6_intel.whl (879kB)
     |████████████████████████████████| 880kB 1.5MB/s 
Installing collected packages: zstandard
Successfully installed zstandard-0.13.0
WARNING: You are using pip version 19.3.1; however, version 20.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Python 2 mach environment created.

Looks like you have Homebrew installed. We will install all required packages via Homebrew.

Checking if we need to fetch /usr/local/Homebrew...
Checking if we need to fetch /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core...
Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core...
Fetching /usr/local/Homebrew...
remote: Enumerating objects: 3915, done.
remote: Counting objects: 100% (3915/3915), done.
remote: Compressing objects: 100% (41/41), done.
remote: Enumerating objects: 9663, done.
remote: Counting objects: 100% (9663/9663), done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 10429 (delta 3891), reused 3884 (delta 3874), pack-reused 6514
Receiving objects: 100% (10429/10429), 3.82 MiB | 856.00 KiB/s, done.
Resolving deltas: 100% (8027/8027), completed with 904 local objects.
From https://github.com/Homebrew/brew, 2.75 MiB | 770.00 KiB/s
   126e4c9df..1c4df0ae2  master     -> origin/master
 * [new tag]             2.4.10     -> 2.4.10iB | 770.00 KiB/s
 * [new tag]             2.4.11     -> 2.4.11
 * [new tag]             2.4.12     -> 2.4.12
 * [new tag]             2.4.13     -> 2.4.13
 * [new tag]             2.4.14     -> 2.4.14
 * [new tag]             2.4.15     -> 2.4.15
 * [new tag]             2.4.16     -> 2.4.16
 * [new tag]             2.5.0      -> 2.5.0
 * [new tag]             2.5.1      -> 2.5.1
 * [new tag]             2.5.2      -> 2.5.2
remote: Total 28186 (delta 9636), reused 9632 (delta 9606), pack-reused 18523
Receiving objects: 100% (28186/28186), 8.78 MiB | 1.39 MiB/s, done.
Resolving deltas: 100% (22332/22332), completed with 3261 local objects.
From https://github.com/Homebrew/homebrew-core
   bebc62aedd..4bb9f33965  master     -> origin/master
Updating /usr/local/Homebrew...
Branch 'master' set up to track remote branch 'master' from 'origin'.
Switched to and reset branch 'master'
Your branch is up to date with 'origin/master'.
Switched to and reset branch 'stable'
Current branch stable is up to date.

Updating /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core...
Successfully rebased and updated refs/heads/master.

Updated 1 tap (homebrew/core).
==> New Formulae
acl2                   dbdeployer             libaio                 osm                    sponge
alsa-lib               diskonaut              libgccjit              pandocomatic           sqlite-utils
apidoc                 eleventy               libhandy               parallel-hashmap       staticcheck
athenacli              empty                  libirecovery           periscope              terraform@0.12
bond                   fetch                  libmnl                 podman                 terrascan
borgbackup             flit                   libnetfilter-queue     prometheus-cpp         torchvision
c7n                    folderify              libnfnetlink           protoc-gen-gogo        ugrep
castget                go@1.14                libseccomp             protoc-gen-gogofaster  usb.ids
cbc                    gostatic               localstack             rustscan               vivid
cdktf                  halide                 mariadb@10.4           server-go              volk
cgl                    httpx                  mhonarc                shallow-backup         vtk@8.2
charge                 infracost              microplane             sheldon                webify
clang-format@8         inja                   nanorc                 shtools                wownero
cli11                  ioctl                  nfpm                   silicon                x86_64-elf-gdb
cloudformation-guard   kondo                  numcpp                 sleef
croc                   ladspa-sdk             openfst                snap
datasette              leaf                   ormolu                 solidity
==> Updated Formulae
gdbm ✔                                gnuradio                              ocaml-num
gettext ✔                             gnutls                                oci-cli
mercurial ✔                           go                                    ocrmypdf
nasm ✔                                go-jira                               octant
node ✔                                go@1.10                               octave
sqlite ✔                              go@1.11                               ode
abcl                                  go@1.12                               odin
abcmidi                               go@1.13                               odpi
abseil                                go@1.9                                oha
abyss                                 gobby                                 oil
ace                                   gobject-introspection                 okteto
acme                                  godep                                 onednn
acmetool                              goffice                               onefetch
acpica                                golang-migrate                        onioncat
act                                   golangci-lint                         ooniprobe
adios2                                gomplate                              opa
adwaita-icon-theme                    google-benchmark                      open-image-denoise
aha                                   google-java-format                    open-mpi
akka                                  google-sparsehash                     opencv
alexjs                                gopass                                opencv@2
algernon                              gor                                   openexr
aliyun-cli                            goreleaser                            openfast
allure                                goreman                               openfortivpn
amtk                                  gpac                                  openimageio
angle-grinder                         gpp                                   openldap
angular-cli                           gpsd                                  openlibm
anime-downloader                      gr-osmosdr                            openrct2
ansible                               gradio                                openrtsp
ansible-lint                          gradle                                openssh
ansifilter                            gradle-profiler                       openstackclient
ant                                   grafana                               openttd
antibody                              grakn                                 operator-sdk
anyenv                                graph-tool                            orc
apache-arrow                          gravity                               orientdb
apache-arrow-glib                     grep                                  ory-hydra
apache-flink                          grin                                  osm2pgsql
apache-geode                          groonga                               osmosis
apache-opennlp                        groovy                                osquery
apache-spark                          groovysdk                             owfs
apibuilder-cli                        grpc                                  oxipng
apollo-cli                            grpcurl                               p11-kit
appium                                gsettings-desktop-schemas             packer
appstream-glib                        gsoap                                 packetbeat
arangodb                              gspell                                paket
aravis                                gssh                                  pam-u2f
archiver                              gst-editing-services                  pandoc-citeproc
arduino-cli                           gst-libav                             pandoc-crossref
argo                                  gst-plugins-bad                       pango
argocd                                gst-plugins-base                      parquet-tools
arm-linux-gnueabihf-binutils          gst-plugins-good                      passenger
armadillo                             gst-plugins-ugly                      patchelf
artifactory                           gst-python                            pc6001vx
asciidoctorj                          gst-rtsp-server                       pcapplusplus
asdf                                  gstreamer                             pcl
asio                                  gtk+3                                 pdal
ask-cli                               gtksourceview4                        pdfcpu
aspectj                               gtranslator                           pdftk-java
asymptote                             guile@2                               pdftoipe
atlantis                              gupnp                                 percona-toolkit
atlassian-cli                         gxml                                  perl-build
ats2-postiats                         h3                                    perltidy
auditbeat                             hapi-fhir-cli                         petsc
aurora-cli                            haproxy                               petsc-complex
autodiff                              harfbuzz                              pgformatter
automake                              hashcat                               pgpool-ii
autopep8                              haskell-stack                         pgrouting
autorest                              hasura-cli                            php
avfs                                  haxe                                  php-code-sniffer
avro-cpp                              hbase                                 php@7.2
aws-cdk                               hcloud                                php@7.3
aws-elasticbeanstalk                  hcxtools                              phpmd
aws-okta                              heartbeat                             phpstan
aws-sdk-cpp                           hebcal                                phpunit
awscli                                heksa                                 picard-tools
awscli@1                              helm                                  pioneers
awsweeper                             helm@2                                pipenv
azcopy                                helmfile                              pipgrip
azure-cli                             help2man                              pipx
b3sum                                 hexedit                               plantuml
babel                                 hexgui                                platformio
babl                                  hey                                   pmd
bacula-fd                             highlight                             pnpm
balena-cli                            hledger                               po4a
ballerina                             hlint                                 podiff
bandcamp-dl                           homebank                              poetry
bandwhich                             hopenpgp-tools                        polipo
baobab                                howdoi                                polynote
bartycrouch                           html-xml-utils                        ponyc
basex                                 htmlcleaner                           poppler
bash-preexec                          htmldoc                               postgis
bat                                   htop                                  postgresql
bazel                                 htslib                                postgresql@10
bazelisk                              httpd                                 postgresql@11
bcftools                              hugo                                  postgresql@9.4
bcpp                                  hydra                                 postgresql@9.5
bde                                   hyperfine                             postgresql@9.6
beancount                             hyperkit                              pre-commit
bear                                  hypre                                 premake
benthos                               i2p                                   prest
berglas                               i2pd                                  prestodb
binaryen                              i686-elf-binutils                     prestosql
bind                                  i686-elf-gcc                          prettier
bindfs                                ibex                                  procs
binutils                              iblinter                              proj
bison                                 idnits                                prometheus
bitcoin                               idris2                                promtail
bitrise                               igraph                                proteinortho
bitwarden-cli                         igv                                   protobuf
black                                 ilmbase                               protobuf-c
bloaty                                imagemagick                           protobuf-swift
blogc                                 imagemagick@6                         protobuf@3.7
bluepill                              imgproxy                              protoc-gen-grpc-web
bmake                                 imlib2                                proxytunnel
boost                                 immudb                                psc-package
boost-bcp                             influxdb                              pspg
boost-mpi                             inko                                  pulledpork
boost-python                          inlets                                pulumi
boost-python3                         insect                                pumba
borgmatic                             inspircd                              pushpin
broot                                 inxi                                  pygments
brotli                                ios-deploy                            pygobject3
btfs                                  ios-webkit-debug-proxy                pyinstaller
buildifier                            iperf3                                pylint
buildozer                             ipfs                                  pyqt
bundletool                            ipmiutil                              pyside
bup                                   ipopt                                 python-yq
bwctl                                 iproute2mac                           python@3.7
bwfmetaedit                           ipython                               q
byacc                                 ircd-hybrid                           qalculate-gtk
bzt                                   ispc                                  qbs
c-ares                                istioctl                              qemu
c-blosc                               isync                                 qjackctl
caddy                                 itk                                   qmmp
cadence                               janet                                 qpid-proton
caffe                                 jasmin                                qrcp
cake                                  jasper                                qrencode
calceph                               jbig2dec                              qt
calicoctl                             jc                                    qtkeychain
camlp5                                jenkins                               questdb
cargo-c                               jenkins-job-builder                   quickjs
cargo-instruments                     jenkins-lts                           quicktype
carla                                 jenv                                  quill
carrot2                               jetty                                 rabbitmq
carthage                              jetty-runner                          radare2
cartridge-cli                         jflex                                 rake-completion
cassandra                             jfrog-cli                             rakudo
castxml                               jhipster                              rancher-cli
catch2                                jinx                                  range-v3
catimg                                jmxterm                               rav1e
cbmc                                  jrnl                                  rawtoaces
ccache                                jruby                                 raxml-ng
ccze                                  jsdoc3                                rclone
cddlib                                json-fortran                          rcm
cdk8s                                 json-glib                             re-flex
cern-ndiff                            jsoncpp                               re2
certbot                               jsonrpc-glib                          re2c
cfitsio                               jsonschema2pojo                       rebar3
cfn-lint                              jsvc                                  redis
cgal                                  juju                                  redis@3.2
cglm                                  juju-wait                             redis@4.0
cgns                                  julius                                reorder-python-imports
chakra                                jupyterlab                            repo
chart-testing                         just                                  reposurgeon
cheat                                 k3d                                   restic
check                                 k6                                    rgf
checkstyle                            k9s                                   rhino
chezmoi                               kafka                                 riemann
chezscheme                            kakoune                               ringojs
chibi-scheme                          kamel                                 rke
chisel                                kapacitor                             robot-framework
choose-gui                            kde-extra-cmake-modules               rocksdb
choose-rust                           kde-karchive                          rom-tools
chronograf                            kde-kdoctools                         root
chrony                                kde-ki18n                             rqlite
cimg                                  kde-threadweaver                      rsync
circleci                              kepubify                              rsyslog
citus                                 keydb                                 rtv
civl                                  khal                                  rubberband
cjdns                                 khard                                 ruby
cjson                                 kibana                                ruby-build
clamav                                kibana@6                              rust
clib                                  kind                                  rust-analyzer
cloc                                  kitchen-sync                          s3-backer
clojure                               klavaro                               s3fs
clojure-lsp                           knot                                  safe-rm
clojurescript                         knot-resolver                         sagittarius-scheme
closure-compiler                      kops                                  salt
cloud-nuke                            kore                                  samtools
cloudformation-cli                    kotlin                                sane-backends
clp                                   kpcli                                 sbcl
cmake                                 krew                                  scala@2.12
cnats                                 ktlint                                scamper
cobalt                                kube-aws                              scc
code-server                           kubeaudit                             scour
cointop                               kubeprod                              scrcpy
collectd                              kubernetes-cli                        scrypt
comby                                 kubeseal                              scummvm
composer                              kumactl                               scummvm-tools
conan                                 kumo                                  scw
consul                                kustomize                             sd
consul-template                       kyma-cli                              sdcv
container-structure-test              l-smash                               sdedit
contentful-cli                        lablgtk                               sdl
convox                                lanraragi                             sdl_mixer
copilot                               lazygit                               sdlpop
coredns                               lbzip2                                sdns
corral                                lc0                                   seal
cortex                                lcov                                  selenium-server-standalone
couchdb                               ldc                                   semgrep
cowsay                                leakcanary-shark                      semtag
cpu_features                          lean                                  ser2net
cromwell                              lean-cli                              serf
crowdin                               ledger                                serverless
cryptol                               lego                                  sfk
csound                                leptonica                             shadowsocks-libev
csvq                                  lesspipe                              shellshare
cubejs-cli                            lf                                    shelltestrunner
cucumber-cpp                          lftp                                  ship
cucumber-ruby                         lgogdownloader                        shogun
curaengine                            libbitcoin                            signal-cli
curl                                  libbitcoin-client                     sile
curl-openssl                          libbitcoin-explorer                   simdjson
cvsps                                 libbitcoin-protocol                   simple-amqp-client
cxxopts                               libbitcoin-server                     simple-mtpfs
dar                                   libcbor                               simple-scan
darcs                                 libcerf                               sip
dartsim                               libcouchbase                          sipp
dash                                  libdazzle                             siril
dasm                                  libde265                              sispmctl
dbhash                                libdeflate                            sjk
dbmate                                libdnet                               skaffold
dcd                                   libexosip                             skopeo
dcos-cli                              libfabric                             skylighting
deark                                 libfido2                              sleuthkit
debianutils                           libgpg-error                          slowhttptest
deheader                              libgr                                 smali
deno                                  libgusb                               smimesign
dependency-check                      libgxps                               snakemake
detekt                                libhdhomerun                          snapcraft
devspace                              libheif                               snort
dfmt                                  libhttpseverywhere                    solr
dgraph                                libinfinity                           sonar-completion
dhall                                 liblas                                sonarqube
dhall-bash                            liblinear                             sonarqube-lts
dhall-json                            liblouis                              sonobuoy
dhall-lsp-server                      libmatroska                           sops
dhall-yaml                            libmaxminddb                          source-highlight
diff-pdf                              libmpc                                sourcedocs
diffoscope                            libmpdclient                          sourcekitten
direnv                                libmwaw                               sourcery
distcc                                libnetworkit                          spdlog
dita-ot                               libomp                                spdylay
django-completion                     libosinfo                             sphinx-doc
dlib                                  libosip                               spigot
dmagnetic                             libpeas                               spirv-cross
dmd                                   libphonenumber                        spotbugs
dmenu                                 libplctag                             sql-translator
dnscontrol                            libpq                                 sqldiff
dnsdist                               libpqxx                               sqlite-analyzer
dnstwist                              libpqxx@6                             sqlmap
docfx                                 libpulsar                             squid
docker                                libqalculate                          srt
docker-completion                     libraw                                ssh-audit
docker-compose                        librealsense                          sshguard
docker-compose-completion             libressl                              sshuttle
docker-slim                           librsvg                               sslscan
dolt                                  libshout                              starship
dosbox-staging                        libsigc++                             stellar-core
dosbox-x                              libsigc++@2                           step
doxygen                               libsndfile                            stockfish
drone-cli                             libsoup                               streamlink
dscanner                              libspectre                            stress-ng
dssim                                 libspng                               strongswan
dub                                   libssh                                subfinder
duck                                  libstrophe                            sundials
duckdb                                libtensorflow                         supertux
duckscript                            libtensorflow@1                       svtplay-dl
dune                                  libtins                               swagger-codegen@2
duplicity                             libtorch                              swagger2markup-cli
dust                                  libtorrent-rasterbar                  swift
dvc                                   libtrace                              swift-protobuf
dwarfutils                            libuv                                 swift-sh
dxpy                                  libvirt                               swiftformat
dyld-headers                          libvirt-glib                          swiftgen
earthly                               libvmaf                               swiftlint
easyengine                            libvpx                                syncthing
easyrpg-player                        libvterm                              syntaxerl
editorconfig                          libwebsockets                         sysdig
efl                                   libwps                                talisman
ejabberd                              libxkbcommon                          taskell
ejdb                                  libxlsxwriter                         tbb
eksctl                                libxml++                              tccutil
elasticsearch                         libxml++3                             tealdeer
elasticsearch@6                       lightgbm                              tectonic
elvish                                links                                 tektoncd-cli
emacs                                 liquibase                             telegraf
embree                                liquidctl                             teleport
embulk                                litecli                               tengo
emscripten                            lldpd                                 tepl
enchant                               llvm                                  termshark
ensmallen                             lmdb                                  terraform
envconsul                             lmod                                  terraform-docs
ephemeralpg                           lnav                                  terraform-ls
eprover                               log4cxx                               terraform-provider-libvirt
erlang                                logcli                                terragrunt
erlang@20                             logstash                              terrahub
erlang@22                             logtalk                               tflint
eslint                                loki                                  thanos
etcd                                  lsd                                   thors-serializer
ethereum                              luarocks                              tiger-vnc
ettercap                              lxc                                   tika
evince                                macvim                                tile38
exodriver                             mailutils                             timewarrior
expat                                 makensis                              tippecanoe
exploitdb                             mame                                  tlx
faas-cli                              manticoresearch                       todo-txt
fabio                                 mapserver                             tomcat
fantom                                mariadb                               tomcat-native
fastlane                              mariadb-connector-c                   tomcat@7
fatsort                               mariadb@10.1                          tomcat@8
faudio                                mariadb@10.2                          tomee-plume
fauna-shell                           mariadb@10.3                          tomee-plus
fb-client                             marked                                topgrade
fblog                                 mas                                   tor
fceux                                 mask                                  tox
fdk-aac-encoder                       mavsdk                                traefik
fdupes                                maxwell                               trafficserver
feh                                   mbedtls                               transcrypt
fennel                                mcabber                               tre-command
fetchmail                             mdbook                                treefrog
fff                                   mdcat                                 triton
ffmpeg                                mdds                                  tth
ffsend                                media-info                            tvnamer
file-roller                           meilisearch                           txr
filebeat                              memcached                             typescript
findent                               mesa                                  ucloud
findomain                             meson                                 ultralist
firebase-cli                          metabase                              unbound
flake8                                metaproxy                             ungit
flank                                 metricbeat                            unixodbc
flarectl                              mgba                                  uptimed
flawfinder                            micro                                 urh
flint                                 micronaut                             v8
flow                                  micropython                           vagrant-completion
fluent-bit                            mikutter                              vala
fluid-synth                           miller                                vale
fluxctl                               minikube                              vapor
flyway                                minimal-racket                        vapoursynth
fmpp                                  minio                                 varnish
fmt                                   minio-mc                              vault
fn                                    mkvtoolnix                            vault-cli
fobis                                 mlt                                   vcpkg
folly                                 mlton                                 velero
fonttools                             mm-common                             verilator
fork-cleaner                          mmark                                 vert.x
fortio                                mmctl                                 vgmstream
fossil                                moarvm                                vim
fping                                 mockolo                               vips
freeipmi                              modules                               virgil
freeling                              molecule                              visp
freetds                               monero                                vlang
freexl                                mongo-c-driver                        vnu
frege                                 mongo-cxx-driver                      volta
frpc                                  monolith                              vsts-cli
frps                                  moreutils                             vte3
frugal                                mosh                                  vtk
futhark                               mosquitto                             vulkan-headers
fx                                    mpd                                   vultr
fzf                                   mpfr                                  wal2json
gammaray                              mruby                                 watchexec
gammu                                 msmtp                                 webpack
gandi.cli                             mtr                                   wellington
gateway-go                            mu                                    wgcf
gatsby-cli                            mujs                                  wgetpaste
gau                                   mutt                                  whistle
gauge                                 mycli                                 widelands
gcc                                   mysql                                 wireguard-tools
gcviewer                              naabu                                 wiremock-standalone
gdal                                  nano                                  wireshark
gdb                                   nanopb-generator                      wla-dx
gdbgui                                nativefier                            wolfmqtt
gdcm                                  nats-server                           wolfssl
geant4                                navi                                  write-good
geckodriver                           nbdime                                wsk
gedit                                 ncmpc                                 wskdeploy
gegl                                  ncmpcpp                               wtf
genact                                nco                                   wtfutil
geogram                               nebula                                wxmaxima
geoserver                             neo4j                                 wxpython
gh                                    neofetch                              x3270
ghc                                   neomutt                               x86_64-elf-binutils
ghostscript                           neovim                                x86_64-elf-gcc
ghz                                   net-snmp                              xapian
ghz-web                               netdata                               xcenv
gifski                                netlify-cli                           xclogparser
ginac                                 netpbm                                xcodegen
gist                                  networkit                             xgboost
git-absorb                            newman                                xmake
git-annex                             newrelic-cli                          xmrig
git-archive-all                       newsboat                              xonsh
git-cola                              nexus                                 xtensor
git-credential-manager                nfdump                                xxh
git-delta                             nghttp2                               yadm
git-extras                            nginx                                 yaegi
git-hooks                             ngt                                   yamllint
git-lfs                               nifi                                  yarn
git-plus                              nim                                   yaws
git-quick-stats                       ninja                                 yazpp
git-remote-codecommit                 nlohmann-json                         ydiff
git-trim                              nmap                                  yelp-tools
gitlab-runner                         nng                                   yeti
gitleaks                              nnn                                   yle-dl
gitmoji                               node-build                            youtube-dl
gitui                                 node-sass                             yq
glade                                 node@10                               yuicompressor
gleam                                 node@12                               z3
glib                                  nodeenv                               z80dasm
glib-networking                       nomad                                 zabbix
glooctl                               noti                                  zbackup
gloox                                 notmuch                               zbar
glslviewer                            now-cli                               zebra
gluon                                 nqp                                   zeek
gmic                                  nspr                                  zenith
gmt                                   nss                                   zeromq
gnirehtet                             nuget                                 zimg
gnome-latex                           numpy                                 zint
gnu-units                             nushell                               znc
gnumeric                              nvm                                   zola
gnunet                                oauth2_proxy                          zookeeper
gnupg                                 oauth2l                               zrepl
gnuplot                               ocaml
==> Renamed Formulae
gst-validate -> gst-devtools
==> Deleted Formulae
cryptopp                     i386-elf-grub                wpscan                       xu4

We are now installing all required packages via Homebrew. You will see a lot of
output as packages are built.

Error: The following directories are not writable by your user:
/usr/local/Frameworks
/usr/local/bin
/usr/local/etc
/usr/local/etc/bash_completion.d
/usr/local/include
/usr/local/lib
/usr/local/lib/pkgconfig
/usr/local/opt
/usr/local/sbin
/usr/local/share
/usr/local/share/aclocal
/usr/local/share/doc
/usr/local/share/info
/usr/local/share/locale
/usr/local/share/man
/usr/local/share/man/man1
/usr/local/share/man/man3
/usr/local/share/man/man5
/usr/local/share/man/man7
/usr/local/share/man/man8
/usr/local/share/zsh
/usr/local/share/zsh/site-functions

You should change the ownership of these directories to your user.
  sudo chown -R $(whoami) /usr/local/Frameworks /usr/local/bin /usr/local/etc /usr/local/etc/bash_completion.d /usr/local/include /usr/local/lib /usr/local/lib/pkgconfig /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/info /usr/local/share/locale /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/man/man8 /usr/local/share/zsh /usr/local/share/zsh/site-functions

And make sure that your user has write permission.
  chmod u+w /usr/local/Frameworks /usr/local/bin /usr/local/etc /usr/local/etc/bash_completion.d /usr/local/include /usr/local/lib /usr/local/lib/pkgconfig /usr/local/opt /usr/local/sbin /usr/local/share /usr/local/share/aclocal /usr/local/share/doc /usr/local/share/info /usr/local/share/locale /usr/local/share/man /usr/local/share/man/man1 /usr/local/share/man/man3 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/share/man/man8 /usr/local/share/zsh /usr/local/share/zsh/site-functions
Error running mach:

    ['bootstrap']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file bootstrap| to report it. If |./mach busted| is
misbehaving, you can also inspect the dependencies of bug 1543241.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

subprocess.CalledProcessError: Command '['/usr/local/bin/brew', 'upgrade', 'git', 'node']' returned non-zero exit status 1.

  File "/Users/shinobee/src/mozilla-unified/python/mozboot/mozboot/mach_commands.py", line 45, in bootstrap
    bootstrapper.bootstrap()
  File "/Users/shinobee/src/mozilla-unified/python/mozboot/mozboot/bootstrap.py", line 377, in bootstrap
    self.instance.install_system_packages()
  File "/Users/shinobee/src/mozilla-unified/python/mozboot/mozboot/osx.py", line 199, in install_system_packages
    getattr(self, 'ensure_%s_system_packages' % self.package_manager)(not hg_modern)
  File "/Users/shinobee/src/mozilla-unified/python/mozboot/mozboot/osx.py", line 362, in ensure_homebrew_system_packages
    self._ensure_homebrew_packages(packages)
  File "/Users/shinobee/src/mozilla-unified/python/mozboot/mozboot/osx.py", line 329, in _ensure_homebrew_packages
    subprocess.check_call(cmd + ['upgrade'] + list(to_upgrade))
  File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
Sentry is attempting to send 0 pending error messages
Waiting up to 2 seconds
Press Ctrl-C to quit

build 実行

  • mach コマンドを使って build を実行(かなり時間がかかる)
% cd mozilla-unified
% ./mach build
 Config object not found by mach.
 0:02.83 Clobber not needed.
 0:02.83 Adding make options from None
    MOZ_OBJDIR=/Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0
    OBJDIR=/Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0
 0:03.69 /usr/bin/make -f client.mk -s configure
 0:03.72 Generating /Users/shinobee/src/mozilla-unified/configure
 0:03.75 Generating /Users/shinobee/src/mozilla-unified/js/src/configure
 0:03.79 cd /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0
 0:03.79 /Users/shinobee/src/mozilla-unified/configure
 0:04.26 Creating Python 3 environment
 0:04.39 Using real prefix '/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8'
 0:04.42 New python executable in /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/_virtualenvs/init_py3/bin/python3
 0:04.43 Also creating executable in /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/_virtualenvs/init_py3/bin/python
 0:05.59 Installing setuptools, pip, wheel...
 0:10.07 done.
 0:10.60 running build_ext
 0:10.60 copying build/lib.macosx-10.15-x86_64-3.8/psutil/_psutil_osx.cpython-38-darwin.so -> psutil
 0:10.60 copying build/lib.macosx-10.15-x86_64-3.8/psutil/_psutil_posix.cpython-38-darwin.so -> psutil
 0:10.62 Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
 0:10.63 Re-executing in the virtualenv
 0:11.15 checking for vcs source checkout... hg
 0:11.28 checking for a shell... /bin/sh
 0:11.48 checking for host system type... x86_64-apple-darwin19.6.0
 0:11.48 checking for target system type... x86_64-apple-darwin19.6.0
 0:12.19 checking whether cross compiling... no
 0:12.39 checking for Python 3... /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/_virtualenvs/init_py3/bin/python (3.8.5)
 0:12.40 checking for hg... /usr/local/bin/hg
 0:12.63 checking for Mercurial version... 5.4.2
 0:12.98 checking for sparse checkout... no
 0:12.99 checking for wget... not found
 0:12.99 checking for yasm... /usr/local/bin/yasm
 0:13.01 checking yasm version... 1.3.0
 0:13.07 checking for the target C compiler... /Users/shinobee/.mozbuild/clang/bin/clang
 0:14.38 checking whether the target C compiler can be used... yes
 0:14.38 checking the target C compiler version... 9.0.1
 0:14.44 checking the target C compiler works... yes
 0:14.44 checking for the target C++ compiler... /Users/shinobee/.mozbuild/clang/bin/clang++
 0:14.56 checking whether the target C++ compiler can be used... yes
 0:14.56 checking the target C++ compiler version... 9.0.1
 0:14.63 checking the target C++ compiler works... yes
 0:14.63 checking for the host C compiler... /Users/shinobee/.mozbuild/clang/bin/clang
 0:14.76 checking whether the host C compiler can be used... yes
 0:14.76 checking the host C compiler version... 9.0.1
 0:14.81 checking the host C compiler works... yes
 0:14.82 checking for the host C++ compiler... /Users/shinobee/.mozbuild/clang/bin/clang++
 0:14.94 checking whether the host C++ compiler can be used... yes
 0:14.94 checking the host C++ compiler version... 9.0.1
 0:15.00 checking the host C++ compiler works... yes
 0:15.92 checking for macOS SDK headers... yes
 0:15.97 checking for 64-bit OS... yes
 0:15.98 checking for nasm... /usr/local/bin/nasm
 0:16.01 checking nasm version... 2.15.03
 0:16.05 checking for linker... ld64
 0:16.05 checking for the assembler... /Users/shinobee/.mozbuild/clang/bin/clang
 0:16.05 checking for ar... /usr/bin/ar
 0:16.05 checking for pkg_config... not found
 0:16.10 checking for stdint.h... yes
 0:16.16 checking for inttypes.h... yes
 0:16.22 checking for malloc.h... no
 0:16.28 checking for alloca.h... yes
 0:16.33 checking for sys/byteorder.h... no
 0:16.43 checking for getopt.h... yes
 0:16.50 checking for unistd.h... yes
 0:16.59 checking for nl_types.h... yes
 0:16.65 checking for cpuid.h... yes
 0:16.73 checking for fts.h... yes
 0:16.80 checking for sys/statvfs.h... yes
 0:16.85 checking for sys/statfs.h... no
 0:16.90 checking for sys/vfs.h... no
 0:17.01 checking for sys/mount.h... yes
 0:17.08 checking for sys/quota.h... no
 0:17.14 checking for sys/queue.h... yes
 0:17.22 checking for sys/types.h... yes
 0:17.31 checking for netinet/in.h... yes
 0:17.36 checking for byteswap.h... no
 0:17.43 checking for perf_event_open system call... no
 0:17.50 checking whether the C compiler supports -Wbitfield-enum-conversion... yes
 0:17.57 checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
 0:17.65 checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
 0:17.70 checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
 0:17.77 checking whether the C compiler supports -Wunreachable-code-return... yes
 0:17.83 checking whether the C++ compiler supports -Wunreachable-code-return... yes
 0:17.89 checking whether the C compiler supports -Wclass-varargs... yes
 0:17.95 checking whether the C++ compiler supports -Wclass-varargs... yes
 0:18.01 checking whether the C++ compiler supports -Wempty-init-stmt... yes
 0:18.07 checking whether the C compiler supports -Wfloat-overflow-conversion... yes
 0:18.13 checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
 0:18.19 checking whether the C compiler supports -Wfloat-zero-conversion... yes
 0:18.25 checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
 0:18.30 checking whether the C compiler supports -Wloop-analysis... yes
 0:18.39 checking whether the C++ compiler supports -Wloop-analysis... yes
 0:18.45 checking whether the C++ compiler supports -Wc++2a-compat... yes
 0:18.52 checking whether the C++ compiler supports -Wcomma... yes
 0:18.58 checking whether the C compiler supports -Wduplicated-cond... no
 0:18.64 checking whether the C++ compiler supports -Wduplicated-cond... no
 0:18.70 checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
 0:18.77 checking whether the C++ compiler supports -Wunused-function... yes
 0:18.82 checking whether the C++ compiler supports -Wunused-variable... yes
 0:18.89 checking whether the C compiler supports -Wstring-conversion... yes
 0:18.95 checking whether the C++ compiler supports -Wstring-conversion... yes
 0:19.00 checking whether the C compiler supports -Wtautological-overlap-compare... yes
 0:19.07 checking whether the C++ compiler supports -Wtautological-overlap-compare... yes
 0:19.12 checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:19.18 checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:19.24 checking whether the C compiler supports -Wtautological-unsigned-zero-compare... yes
 0:19.30 checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... yes
 0:19.35 checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:19.40 checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:19.46 checking whether the C++ compiler supports -Wno-inline-new-delete... yes
 0:19.50 checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
 0:19.56 checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
 0:19.66 checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
 0:19.72 checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
 0:19.79 checking whether the C compiler supports -Wno-error=array-bounds... yes
 0:19.86 checking whether the C++ compiler supports -Wno-error=array-bounds... yes
 0:19.92 checking whether the C compiler supports -Wno-error=coverage-mismatch... no
 0:19.98 checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
 0:20.04 checking whether the C compiler supports -Wno-error=backend-plugin... yes
 0:20.10 checking whether the C++ compiler supports -Wno-error=backend-plugin... yes
 0:20.15 checking whether the C compiler supports -Wno-error=free-nonheap-object... no
 0:20.21 checking whether the C++ compiler supports -Wno-error=free-nonheap-object... no
 0:20.26 checking whether the C compiler supports -Wno-multistatement-macros... no
 0:20.32 checking whether the C++ compiler supports -Wno-multistatement-macros... no
 0:20.38 checking whether the C compiler supports -Wno-error=return-std-move... yes
 0:20.44 checking whether the C++ compiler supports -Wno-error=return-std-move... yes
 0:20.49 checking whether the C compiler supports -Wno-error=class-memaccess... no
 0:20.54 checking whether the C++ compiler supports -Wno-error=class-memaccess... no
 0:20.60 checking whether the C compiler supports -Wno-error=atomic-alignment... yes
 0:20.66 checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
 0:20.72 checking whether the C compiler supports -Wno-error=deprecated-copy... no
 0:20.78 checking whether the C++ compiler supports -Wno-error=deprecated-copy... no
 0:20.84 checking whether the C compiler supports -Wformat... yes
 0:20.90 checking whether the C++ compiler supports -Wformat... yes
 0:20.97 checking whether the C compiler supports -Wformat-security... yes
 0:21.03 checking whether the C++ compiler supports -Wformat-security... yes
 0:21.08 checking whether the C compiler supports -Wformat-overflow=2... no
 0:21.14 checking whether the C++ compiler supports -Wformat-overflow=2... no
 0:21.20 checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:21.27 checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:21.33 checking whether the C compiler supports -Werror=implicit-function-declaration... yes
 0:21.38 checking whether the C++ compiler supports -Werror=implicit-function-declaration... yes
 0:21.43 checking whether the C compiler supports -Wno-psabi... no
 0:21.49 checking whether the C++ compiler supports -Wno-psabi... no
 0:21.50 checking for llvm_profdata... /Users/shinobee/.mozbuild/clang/bin/llvm-profdata
 0:21.58 checking whether the C++ compiler supports -fno-sized-deallocation... yes
 0:21.64 checking whether the C++ compiler supports -fno-aligned-new... yes
 0:21.65 checking for rustc... /Users/shinobee/.cargo/bin/rustc
 0:21.65 checking for cargo... /Users/shinobee/.cargo/bin/cargo
 0:23.63 Actually using '/Users/shinobee/.rustup/toolchains/stable-x86_64-apple-darwin/bin/rustc'
 0:23.95 Actually using '/Users/shinobee/.rustup/toolchains/stable-x86_64-apple-darwin/bin/cargo'
 0:23.97 checking rustc version... 1.45.0
 0:23.99 checking cargo version... 1.45.0
 0:27.69 checking for rust host triplet... x86_64-apple-darwin
 0:27.77 checking for rust target triplet... x86_64-apple-darwin
 0:27.77 checking for rustdoc... /Users/shinobee/.cargo/bin/rustdoc
 0:27.86 checking for cbindgen... /Users/shinobee/.mozbuild/cbindgen/cbindgen
 0:27.86 checking for rustfmt... /Users/shinobee/.cargo/bin/rustfmt
 0:27.86 checking for clang for bindgen... /Users/shinobee/.mozbuild/clang/bin/clang++
 0:27.88 checking for libclang for bindgen... /Users/shinobee/.mozbuild/clang/lib/libclang.dylib
 0:28.35 checking that libclang is new enough... yes
 0:28.35 checking bindgen cflags... -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_MACOSX=1 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17
 0:28.94 checking for nodejs... /Users/shinobee/.mozbuild/node/bin/node (10.21.0)
 0:28.95 checking for tar... /usr/local/bin/gtar
 0:28.95 checking for unzip... /usr/bin/unzip
 0:28.95 checking for zip... /usr/bin/zip
 0:28.95 checking for gn... not found
 0:28.95 checking for the Mozilla API key... no
 0:28.95 checking for the Google Location Service API key... no
 0:28.95 checking for the Google Safebrowsing API key... no
 0:28.95 checking for the Bing API key... no
 0:28.95 checking for the Adjust SDK key... no
 0:28.95 checking for the Leanplum SDK key... no
 0:28.95 checking for the Pocket API key... no
 0:28.96 checking for dump_syms... /Users/shinobee/.mozbuild/dump_syms/dump_syms
 0:28.96 checking for awk... /usr/bin/awk
 0:28.96 checking for perl... /usr/bin/perl
 0:29.00 checking for minimum required perl version >= 5.006... 5.018004
 0:29.03 checking for full perl installation... yes
 0:29.03 checking for gmake... /Applications/Xcode.app/Contents/Developer/usr/bin/make
 0:29.05 checking for watchman... /usr/local/bin/watchman
 0:29.05 checking for watchman version... 4.9.0
 0:29.05 checking for watchman Mercurial integration... no (fsmonitor extension not enabled)
 0:29.05 checking for xargs... /usr/bin/xargs
 0:29.05 checking for dsymutil... /usr/bin/dsymutil
 0:29.05 checking for mkfshfs... /sbin/newfs_hfs
 0:29.05 checking for hfs_tool... not found
 0:29.05 checking for NSIS version... no
 0:29.08 checking for llvm-objdump... /Users/shinobee/.mozbuild/clang/bin/llvm-objdump
 0:29.08 checking for m4... /usr/bin/m4
 0:29.08 Refreshing /Users/shinobee/src/mozilla-unified/old-configure with /Users/shinobee/src/mozilla-unified/build/autoconf/autoconf.sh
 0:29.99 creating cache ./config.cache
 0:30.03 checking host system type... x86_64-apple-darwin19.6.0
 0:30.06 checking target system type... x86_64-apple-darwin19.6.0
 0:30.09 checking build system type... x86_64-apple-darwin19.6.0
 0:30.10 checking for gcc... (cached) /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99
 0:30.10 checking whether the C compiler (/Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) works... (cached) yes
 0:30.10 checking whether the C compiler (/Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) is a cross-compiler... no
 0:30.10 checking whether we are using GNU C... (cached) yes
 0:30.10 checking whether /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99 accepts -g... (cached) yes
 0:30.11 checking for c++... (cached) /Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17
 0:30.11 checking whether the C++ compiler (/Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) works... (cached) yes
 0:30.11 checking whether the C++ compiler (/Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) is a cross-compiler... no
 0:30.11 checking whether we are using GNU C++... (cached) yes
 0:30.11 checking whether /Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17 accepts -g... (cached) yes
 0:30.11 checking for ranlib... ranlib
 0:30.12 checking for /Users/shinobee/.mozbuild/clang/bin/clang... /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99
 0:30.12 checking for strip... strip
 0:30.12 checking for otool... otool
 0:30.28 checking for X... no
 0:30.44 checking for --noexecstack option to as... yes
 0:30.51 checking for -z noexecstack option to ld... no
 0:30.58 checking for -z text option to ld... no
 0:30.66 checking for -z relro option to ld... no
 0:30.73 checking for -z nocopyreloc option to ld... no
 0:30.81 checking for -Bsymbolic-functions option to ld... no
 0:30.88 checking for --build-id=sha1 option to ld... no
 0:30.96 checking for --ignore-unresolved-symbol option to ld... no
 0:31.04 checking if toolchain supports -mssse3 option... yes
 0:31.10 checking if toolchain supports -msse4.1 option... yes
 0:31.18 checking for x86 AVX2 asm support in compiler... yes
 0:31.31 checking for -dead_strip option to ld... yes
 0:31.39 checking for working const... yes
 0:31.47 checking for mode_t... yes
 0:31.55 checking for off_t... yes
 0:31.62 checking for pid_t... yes
 0:31.70 checking for size_t... yes
 0:31.89 checking whether 64-bits std::atomic requires -latomic... no
 0:31.98 checking for dirent.h that defines DIR... yes
 0:32.08 checking for opendir in -ldir... no
 0:32.17 checking for sockaddr_in.sin_len... true
 0:32.28 checking for sockaddr_in6.sin6_len... true
 0:32.38 checking for sockaddr.sa_len... true
 0:32.49 checking for gethostbyname_r in -lc_r... no
 0:32.60 checking for dladdr... yes
 0:32.75 checking for memmem... yes
 0:32.85 checking for socket in -lsocket... no
 0:32.98 checking whether /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99 accepts -pthread... yes
 0:33.07 checking for pthread.h... yes
 0:33.22 checking for stat64... yes
 0:33.35 checking for lstat64... yes
 0:33.49 checking for truncate64... no
 0:33.60 checking for statvfs64... no
 0:33.72 checking for statvfs... yes
 0:33.85 checking for statfs64... yes
 0:33.99 checking for statfs... yes
 0:34.12 checking for getpagesize... yes
 0:34.25 checking for gmtime_r... yes
 0:34.39 checking for localtime_r... yes
 0:34.51 checking for arc4random... yes
 0:34.64 checking for arc4random_buf... yes
 0:34.78 checking for mallinfo... no
 0:34.90 checking for gettid... no
 0:35.01 checking for lchown... yes
 0:35.15 checking for setpriority... yes
 0:35.29 checking for strerror... yes
 0:35.41 checking for syscall... yes
 0:35.55 checking for lutimes... yes
 0:35.73 checking for clock_gettime(CLOCK_MONOTONIC)... no
 0:35.82 checking for pthread_cond_timedwait_monotonic_np...
 0:35.98 checking for res_ninit()... no
 0:36.06 checking for an implementation of va_copy()... yes
 0:36.15 checking whether va_list can be copied by value... no
 0:36.31 checking for __thread keyword for TLS variables... yes
 0:36.44 checking for localeconv... yes
 0:36.52 checking for malloc.h... no
 0:36.59 checking for malloc_np.h... no
 0:36.69 checking for malloc/malloc.h... yes
 0:36.81 checking for strndup... yes
 0:36.92 checking for posix_memalign... yes
 0:37.04 checking for memalign... no
 0:37.14 checking for malloc_usable_size... no
 0:37.19 checking for valloc in malloc.h... no
 0:37.27 checking for valloc in unistd.h... yes
 0:37.32 checking for _aligned_malloc in malloc.h... no
 0:37.33 checking if app-specific confvars.sh exists... /Users/shinobee/src/mozilla-unified/browser/confvars.sh
 0:38.08 checking for CoreMedia/CoreMedia.h... yes
 0:38.43 checking for VideoToolbox/VideoToolbox.h... yes
 0:38.66 checking for fdatasync... yes
 0:38.72 checking for valid C compiler optimization flags... yes
 0:38.96 checking for __cxa_demangle... yes
 0:39.05 checking for unwind.h... yes
 0:39.31 checking for _Unwind_Backtrace... yes
 0:39.33 checking for -pipe support... yes
 0:40.58 checking what kind of list files are supported by the linker... filelist
 0:40.90 checking for posix_fadvise... no
 0:41.10 checking for posix_fallocate... no
 0:41.15 updating cache ./config.cache
 0:41.15 creating ./config.data
 0:41.21 js/src> configuring
 0:41.21 js/src> running /Users/shinobee/src/mozilla-unified/configure.py --enable-project=js --host=x86_64-apple-darwin19.6.0 --target=x86_64-apple-darwin19.6.0 MOZILLA_OFFICIAL= MOZBUILD_STATE_PATH= --enable-tests --disable-debug --without-debug-label --disable-rust-debug MOZ_PGO= --disable-release --enable-optimize --without-macos-sdk --without-ccache CCACHE_PREFIX= RUSTC_WRAPPER= --without-toolchain-prefix --enable-debug-symbols --disable-address-sanitizer --disable-memory-sanitizer --disable-thread-sanitizer --disable-undefined-sanitizer --disable-signed-overflow-sanitizer --disable-unsigned-overflow-sanitizer --enable-frame-pointers --disable-coverage RUSTC_OPT_LEVEL= --enable-cargo-incremental --disable-linker AS= --disable-clang-plugin --disable-clang-plugin-alpha --disable-mozsearch-plugin --disable-stdcxx-compat --disable-fuzzing --disable-cpp-rtti --enable-jemalloc --enable-replace-malloc --without-linux-headers --disable-warnings-as-errors --disable-profile-generate --disable-profile-use --without-pgo-profile-path --disable-lto MOZ_LD64_KNOWN_GOOD= --enable-new-pass-manager --disable-valgrind --without-app-name --disable-smoosh --without-system-nspr RUSTC= CARGO= RUSTDOC= RUSTFMT= --without-libclang-path --without-clang-path BINDGEN_CFLAGS= --disable-js-shell --enable-jit --disable-simulator --disable-instruments --disable-callgrind --enable-profiling --disable-vtune --disable-gc-probes --disable-gczeal --disable-small-chunk-size --enable-trace-logging --disable-oom-breakpoint --disable-perf --disable-jitspew --disable-masm-verbose --disable-more-deterministic --enable-ctypes --without-system-ffi --disable-pipeline-operator --disable-rust-simd --enable-cranelift --enable-spidermonkey-telemetry --disable-wasm-codegen-debug --enable-typed-objects --enable-wasm-reftypes --enable-wasm-function-references --enable-wasm-gc --enable-wasm-private-reftypes --enable-wasm-multi-value --enable-shared-memory --enable-wasm-simd --without-qemu-exe --with-cross-lib=/usr/x86_64-apple-darwin19.6.0 --without-sixgill --with-jitreport-granularity=3 --without-system-icu --with-intl-api --enable-wasm-type-reflections --disable-dtrace --enable-icf --disable-strip --enable-install-strip STRIP_FLAGS= --without-system-zlib --prefix=/Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist JS_STANDALONE=
 0:41.58 js/src> checking for vcs source checkout... hg
 0:41.67 js/src> checking for a shell... /bin/sh
 0:41.70 js/src> checking for host system type... x86_64-apple-darwin19.6.0
 0:41.73 js/src> checking for target system type... x86_64-apple-darwin19.6.0
 0:42.43 js/src> checking whether cross compiling... no
 0:42.44 js/src> checking for Python 3... /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/_virtualenvs/init_py3/bin/python (3.8.5)
 0:42.44 js/src> checking for hg... /usr/local/bin/hg
 0:42.65 js/src> checking for Mercurial version... 5.4.2
 0:42.94 js/src> checking for sparse checkout... no
 0:42.94 js/src> checking for wget... not found
 0:42.94 js/src> checking for yasm... /usr/local/bin/yasm
 0:42.95 js/src> checking yasm version... 1.3.0
 0:42.98 js/src> checking for the target C compiler... /Users/shinobee/.mozbuild/clang/bin/clang
 0:43.04 js/src> checking whether the target C compiler can be used... yes
 0:43.05 js/src> checking the target C compiler version... 9.0.1
 0:43.11 js/src> checking the target C compiler works... yes
 0:43.12 js/src> checking for the target C++ compiler... /Users/shinobee/.mozbuild/clang/bin/clang++
 0:43.18 js/src> checking whether the target C++ compiler can be used... yes
 0:43.18 js/src> checking the target C++ compiler version... 9.0.1
 0:43.24 js/src> checking the target C++ compiler works... yes
 0:43.24 js/src> checking for the host C compiler... /Users/shinobee/.mozbuild/clang/bin/clang
 0:43.29 js/src> checking whether the host C compiler can be used... yes
 0:43.29 js/src> checking the host C compiler version... 9.0.1
 0:43.35 js/src> checking the host C compiler works... yes
 0:43.36 js/src> checking for the host C++ compiler... /Users/shinobee/.mozbuild/clang/bin/clang++
 0:43.41 js/src> checking whether the host C++ compiler can be used... yes
 0:43.42 js/src> checking the host C++ compiler version... 9.0.1
 0:43.47 js/src> checking the host C++ compiler works... yes
 0:43.60 js/src> checking for macOS SDK headers... yes
 0:43.66 js/src> checking for 64-bit OS... yes
 0:43.67 js/src> checking for nasm... /usr/local/bin/nasm
 0:43.68 js/src> checking nasm version... 2.15.03
 0:43.71 js/src> checking for linker... ld64
 0:43.71 js/src> checking for the assembler... /Users/shinobee/.mozbuild/clang/bin/clang
 0:43.72 js/src> checking for ar... /usr/bin/ar
 0:43.72 js/src> checking for pkg_config... not found
 0:43.79 js/src> checking for stdint.h... yes
 0:43.85 js/src> checking for inttypes.h... yes
 0:43.90 js/src> checking for malloc.h... no
 0:43.96 js/src> checking for alloca.h... yes
 0:44.01 js/src> checking for sys/byteorder.h... no
 0:44.09 js/src> checking for getopt.h... yes
 0:44.15 js/src> checking for unistd.h... yes
 0:44.23 js/src> checking for nl_types.h... yes
 0:44.29 js/src> checking for cpuid.h... yes
 0:44.35 js/src> checking for fts.h... yes
 0:44.41 js/src> checking for sys/statvfs.h... yes
 0:44.47 js/src> checking for sys/statfs.h... no
 0:44.52 js/src> checking for sys/vfs.h... no
 0:44.61 js/src> checking for sys/mount.h... yes
 0:44.68 js/src> checking for sys/quota.h... no
 0:44.73 js/src> checking for sys/queue.h... yes
 0:44.80 js/src> checking for sys/types.h... yes
 0:44.90 js/src> checking for netinet/in.h... yes
 0:44.95 js/src> checking for byteswap.h... no
 0:45.00 js/src> checking for perf_event_open system call... no
 0:45.06 js/src> checking whether the C compiler supports -Wbitfield-enum-conversion... yes
 0:45.12 js/src> checking whether the C++ compiler supports -Wbitfield-enum-conversion... yes
 0:45.19 js/src> checking whether the C compiler supports -Wshadow-field-in-constructor-modified... yes
 0:45.25 js/src> checking whether the C++ compiler supports -Wshadow-field-in-constructor-modified... yes
 0:45.31 js/src> checking whether the C compiler supports -Wunreachable-code-return... yes
 0:45.38 js/src> checking whether the C++ compiler supports -Wunreachable-code-return... yes
 0:45.43 js/src> checking whether the C compiler supports -Wclass-varargs... yes
 0:45.49 js/src> checking whether the C++ compiler supports -Wclass-varargs... yes
 0:45.54 js/src> checking whether the C++ compiler supports -Wempty-init-stmt... yes
 0:45.61 js/src> checking whether the C compiler supports -Wfloat-overflow-conversion... yes
 0:45.68 js/src> checking whether the C++ compiler supports -Wfloat-overflow-conversion... yes
 0:45.73 js/src> checking whether the C compiler supports -Wfloat-zero-conversion... yes
 0:45.79 js/src> checking whether the C++ compiler supports -Wfloat-zero-conversion... yes
 0:45.84 js/src> checking whether the C compiler supports -Wloop-analysis... yes
 0:45.90 js/src> checking whether the C++ compiler supports -Wloop-analysis... yes
 0:45.96 js/src> checking whether the C++ compiler supports -Wc++2a-compat... yes
 0:46.01 js/src> checking whether the C++ compiler supports -Wcomma... yes
 0:46.07 js/src> checking whether the C compiler supports -Wduplicated-cond... no
 0:46.12 js/src> checking whether the C++ compiler supports -Wduplicated-cond... no
 0:46.18 js/src> checking whether the C++ compiler supports -Wimplicit-fallthrough... yes
 0:46.25 js/src> checking whether the C++ compiler supports -Wunused-function... yes
 0:46.31 js/src> checking whether the C++ compiler supports -Wunused-variable... yes
 0:46.37 js/src> checking whether the C compiler supports -Wstring-conversion... yes
 0:46.42 js/src> checking whether the C++ compiler supports -Wstring-conversion... yes
 0:46.49 js/src> checking whether the C compiler supports -Wtautological-overlap-compare... yes
 0:46.54 js/src> checking whether the C++ compiler supports -Wtautological-overlap-compare... yes
 0:46.59 js/src> checking whether the C compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:46.66 js/src> checking whether the C++ compiler supports -Wtautological-unsigned-enum-zero-compare... yes
 0:46.72 js/src> checking whether the C compiler supports -Wtautological-unsigned-zero-compare... yes
 0:46.78 js/src> checking whether the C++ compiler supports -Wtautological-unsigned-zero-compare... yes
 0:46.84 js/src> checking whether the C compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:46.91 js/src> checking whether the C++ compiler supports -Wno-error=tautological-type-limit-compare... yes
 0:46.97 js/src> checking whether the C++ compiler supports -Wno-inline-new-delete... yes
 0:47.02 js/src> checking whether the C compiler supports -Wno-error=maybe-uninitialized... no
 0:47.08 js/src> checking whether the C++ compiler supports -Wno-error=maybe-uninitialized... no
 0:47.13 js/src> checking whether the C compiler supports -Wno-error=deprecated-declarations... yes
 0:47.19 js/src> checking whether the C++ compiler supports -Wno-error=deprecated-declarations... yes
 0:47.24 js/src> checking whether the C compiler supports -Wno-error=array-bounds... yes
 0:47.31 js/src> checking whether the C++ compiler supports -Wno-error=array-bounds... yes
 0:47.36 js/src> checking whether the C compiler supports -Wno-error=coverage-mismatch... no
 0:47.41 js/src> checking whether the C++ compiler supports -Wno-error=coverage-mismatch... no
 0:47.47 js/src> checking whether the C compiler supports -Wno-error=backend-plugin... yes
 0:47.53 js/src> checking whether the C++ compiler supports -Wno-error=backend-plugin... yes
 0:47.58 js/src> checking whether the C compiler supports -Wno-error=free-nonheap-object... no
 0:47.64 js/src> checking whether the C++ compiler supports -Wno-error=free-nonheap-object... no
 0:47.68 js/src> checking whether the C compiler supports -Wno-multistatement-macros... no
 0:47.73 js/src> checking whether the C++ compiler supports -Wno-multistatement-macros... no
 0:47.79 js/src> checking whether the C compiler supports -Wno-error=return-std-move... yes
 0:47.84 js/src> checking whether the C++ compiler supports -Wno-error=return-std-move... yes
 0:47.90 js/src> checking whether the C compiler supports -Wno-error=class-memaccess... no
 0:47.96 js/src> checking whether the C++ compiler supports -Wno-error=class-memaccess... no
 0:48.01 js/src> checking whether the C compiler supports -Wno-error=atomic-alignment... yes
 0:48.08 js/src> checking whether the C++ compiler supports -Wno-error=atomic-alignment... yes
 0:48.14 js/src> checking whether the C compiler supports -Wno-error=deprecated-copy... no
 0:48.19 js/src> checking whether the C++ compiler supports -Wno-error=deprecated-copy... no
 0:48.26 js/src> checking whether the C compiler supports -Wformat... yes
 0:48.31 js/src> checking whether the C++ compiler supports -Wformat... yes
 0:48.37 js/src> checking whether the C compiler supports -Wformat-security... yes
 0:48.43 js/src> checking whether the C++ compiler supports -Wformat-security... yes
 0:48.49 js/src> checking whether the C compiler supports -Wformat-overflow=2... no
 0:48.55 js/src> checking whether the C++ compiler supports -Wformat-overflow=2... no
 0:48.63 js/src> checking whether the C compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:48.68 js/src> checking whether the C++ compiler supports -Wno-gnu-zero-variadic-macro-arguments... yes
 0:48.74 js/src> checking whether the C compiler supports -Werror=implicit-function-declaration... yes
 0:48.79 js/src> checking whether the C++ compiler supports -Werror=implicit-function-declaration... yes
 0:48.84 js/src> checking whether the C compiler supports -Wno-psabi... no
 0:48.89 js/src> checking whether the C++ compiler supports -Wno-psabi... no
 0:48.89 js/src> checking for llvm_profdata... /Users/shinobee/.mozbuild/clang/bin/llvm-profdata
 0:48.96 js/src> checking whether the C++ compiler supports -fno-sized-deallocation... yes
 0:49.03 js/src> checking whether the C++ compiler supports -fno-aligned-new... yes
 0:49.04 js/src> checking for rustc... /Users/shinobee/.cargo/bin/rustc
 0:49.04 js/src> checking for cargo... /Users/shinobee/.cargo/bin/cargo
 0:49.10 js/src> Actually using '/Users/shinobee/.rustup/toolchains/stable-x86_64-apple-darwin/bin/rustc'
 0:49.14 js/src> Actually using '/Users/shinobee/.rustup/toolchains/stable-x86_64-apple-darwin/bin/cargo'
 0:49.17 js/src> checking rustc version... 1.45.0
 0:49.19 js/src> checking cargo version... 1.45.0
 0:49.43 js/src> checking for rust host triplet... x86_64-apple-darwin
 0:49.53 js/src> checking for rust target triplet... x86_64-apple-darwin
 0:49.53 js/src> checking for rustdoc... /Users/shinobee/.cargo/bin/rustdoc
 0:49.53 js/src> checking for rustfmt... /Users/shinobee/.cargo/bin/rustfmt
 0:49.53 js/src> checking for clang for bindgen... /Users/shinobee/.mozbuild/clang/bin/clang++
 0:49.56 js/src> checking for libclang for bindgen... /Users/shinobee/.mozbuild/clang/lib/libclang.dylib
 0:49.56 js/src> checking that libclang is new enough... yes
 0:49.56 js/src> checking bindgen cflags... -x c++ -fno-sized-deallocation -fno-aligned-new -DTRACING=1 -DIMPL_LIBXUL -DMOZILLA_INTERNAL_API -DRUST_BINDGEN -DOS_POSIX=1 -DOS_MACOSX=1 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17
 0:49.57 js/src> checking for awk... /usr/bin/awk
 0:49.57 js/src> checking for perl... /usr/bin/perl
 0:49.59 js/src> checking for minimum required perl version >= 5.006... 5.018004
 0:49.62 js/src> checking for full perl installation... yes
 0:49.62 js/src> checking for gmake... /Applications/Xcode.app/Contents/Developer/usr/bin/make
 0:49.64 js/src> checking for watchman... /usr/local/bin/watchman
 0:49.64 js/src> checking for watchman version... 4.9.0
 0:49.64 js/src> checking for watchman Mercurial integration... no (fsmonitor extension not enabled)
 0:49.64 js/src> checking for xargs... /usr/bin/xargs
 0:49.64 js/src> checking for dsymutil... /usr/bin/dsymutil
 0:49.64 js/src> checking for mkfshfs... /sbin/newfs_hfs
 0:49.64 js/src> checking for hfs_tool... not found
 0:49.65 js/src> checking for NSIS version... no
 0:49.67 js/src> checking for llvm-objdump... /Users/shinobee/.mozbuild/clang/bin/llvm-objdump
 0:49.67 js/src> checking for m4... /usr/bin/m4
 0:49.68 js/src> Refreshing /Users/shinobee/src/mozilla-unified/js/src/old-configure with /Users/shinobee/src/mozilla-unified/build/autoconf/autoconf.sh
 0:49.89 js/src> loading cache /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/./config.cache
 0:49.95 js/src> checking host system type... x86_64-apple-darwin19.6.0
 0:49.99 js/src> checking target system type... x86_64-apple-darwin19.6.0
 0:50.03 js/src> checking build system type... x86_64-apple-darwin19.6.0
 0:50.04 js/src> checking for gcc... (cached) /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99
 0:50.04 js/src> checking whether the C compiler (/Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) works... (cached) yes
 0:50.04 js/src> checking whether the C compiler (/Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) is a cross-compiler... no
 0:50.04 js/src> checking whether we are using GNU C... (cached) yes
 0:50.04 js/src> checking whether /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99 accepts -g... (cached) yes
 0:50.04 js/src> checking for c++... (cached) /Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17
 0:50.04 js/src> checking whether the C++ compiler (/Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) works... (cached) yes
 0:50.05 js/src> checking whether the C++ compiler (/Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17   -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk) is a cross-compiler... no
 0:50.05 js/src> checking whether we are using GNU C++... (cached) yes
 0:50.05 js/src> checking whether /Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17 accepts -g... (cached) yes
 0:50.05 js/src> checking for ranlib... (cached) ranlib
 0:50.05 js/src> checking for /Users/shinobee/.mozbuild/clang/bin/clang... (cached) /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99
 0:50.05 js/src> checking for strip... (cached) strip
 0:50.06 js/src> checking for sb-conf... no
 0:50.06 js/src> checking for ve... no
 0:50.06 js/src> checking for X... (cached) no
 0:50.31 js/src> checking for --noexecstack option to as... yes
 0:50.40 js/src> checking for -z noexecstack option to ld... no
 0:50.49 js/src> checking for -z text option to ld... no
 0:50.57 js/src> checking for -z relro option to ld... no
 0:50.65 js/src> checking for -z nocopyreloc option to ld... no
 0:50.73 js/src> checking for -Bsymbolic-functions option to ld... no
 0:50.80 js/src> checking for --build-id=sha1 option to ld... no
 0:50.91 js/src> checking for -framework ExceptionHandling... yes
 0:51.01 js/src> checking for -dead_strip option to ld... yes
 0:51.02 js/src> checking for working const... (cached) yes
 0:51.02 js/src> checking for mode_t... (cached) yes
 0:51.02 js/src> checking for off_t... (cached) yes
 0:51.02 js/src> checking for pid_t... (cached) yes
 0:51.02 js/src> checking for size_t... (cached) yes
 0:51.10 js/src> checking for ssize_t... yes
 0:51.10 js/src> checking whether 64-bits std::atomic requires -latomic... (cached) no
 0:51.11 js/src> checking for dirent.h that defines DIR... (cached) yes
 0:51.13 js/src> checking for opendir in -ldir... (cached) no
 0:51.13 js/src> checking for gethostbyname_r in -lc_r... (cached) no
 0:51.14 js/src> checking for socket in -lsocket... (cached) no
 0:51.27 js/src> checking whether /Users/shinobee/.mozbuild/clang/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu99 accepts -pthread... yes
 0:51.38 js/src> checking for getc_unlocked... yes
 0:51.49 js/src> checking for _getc_nolock... no
 0:51.49 js/src> checking for gmtime_r... (cached) yes
 0:51.50 js/src> checking for localtime_r... (cached) yes
 0:51.62 js/src> checking for pthread_getname_np... yes
 0:51.74 js/src> checking for pthread_get_name_np... no
 0:51.74 js/src> checking for clock_gettime(CLOCK_MONOTONIC)... (cached) no
 0:51.85 js/src> checking for sin in -lm... yes
 0:51.86 js/src> checking for res_ninit()... (cached) no
 0:51.97 js/src> checking for nl_langinfo and CODESET... yes
 0:51.97 js/src> checking for an implementation of va_copy()... (cached) yes
 0:51.97 js/src> checking whether va_list can be copied by value... (cached) no
 0:51.99 js/src> checking for __thread keyword for TLS variables... (cached) yes
 0:52.00 js/src> checking for localeconv... (cached) yes
 0:52.10 js/src> checking for valid optimization flags... yes
 0:52.10 js/src> checking for __cxa_demangle... (cached) yes
 0:52.11 js/src> checking for -pipe support... yes
 0:52.18 js/src> checking for tm_zone tm_gmtoff in struct tm... yes
 0:53.36 js/src> checking what kind of list files are supported by the linker... filelist
 0:53.37 js/src> checking for posix_fadvise... (cached) no
 0:53.37 js/src> checking for posix_fallocate... (cached) no
 0:53.37 js/src> checking for malloc.h... (cached) no
 0:53.38 js/src> checking for malloc_np.h... (cached) no
 0:53.39 js/src> checking for malloc/malloc.h... (cached) yes
 0:53.40 js/src> checking for strndup... (cached) yes
 0:53.42 js/src> checking for posix_memalign... (cached) yes
 0:53.44 js/src> checking for memalign... (cached) no
 0:53.44 js/src> checking for malloc_usable_size... (cached) no
 0:53.51 js/src> checking for valloc in malloc.h... no
 0:53.59 js/src> checking for valloc in unistd.h... yes
 0:53.64 js/src> checking for _aligned_malloc in malloc.h... no
 0:53.67 js/src> updating cache /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/./config.cache
 0:53.68 js/src> creating ./config.data
 0:53.72 js/src> Creating config.status
 0:53.86 Creating config.status
 0:54.24 Reticulating splines...
 0:57.11  0:02.94 File already read. Skipping: /Users/shinobee/src/mozilla-unified/gfx/angle/targets/angle_common/moz.build
 1:13.76 Finished reading 1806 moz.build files in 5.14s
 1:13.76 Read 60 gyp files in parallel contributing 0.77s to total wall time
 1:13.76 Processed into 11017 build config descriptors in 6.85s
 1:13.76 RecursiveMake backend executed in 5.66s
 1:13.76   3896 total backend files; 3896 created; 0 updated; 0 unchanged; 0 deleted; 29 -> 1441 Makefile
 1:13.76 FasterMake backend executed in 0.50s
 1:13.76   12 total backend files; 12 created; 0 updated; 0 unchanged; 0 deleted
 1:13.76 Total wall time: 19.58s; CPU time: 16.01s; Efficiency: 82%; Untracked: 1.43s
Configure complete!
Be sure to run |mach build| to pick up any changes
 1:14.28 Clobber not needed.
 1:14.28 Adding make options from None
    MOZ_OBJDIR=/Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0
    OBJDIR=/Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0
 1:14.30 /usr/bin/make -f client.mk -s
 1:14.76 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 1:14.77 Elapsed: 0.02s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
 1:15.05 Elapsed: 0.03s; From dist/xpi-stage: Kept 0 existing; Added/updated 90; Removed 0 files and 0 directories.
 1:15.58 Elapsed: 0.56s; From _tests: Kept 34 existing; Added/updated 1226; Removed 0 files and 0 directories.
 1:15.74 Elapsed: 0.70s; From dist/bin: Kept 8 existing; Added/updated 2576; Removed 0 files and 0 directories.
 1:15.94 Elapsed: 1.18s; From dist/include: Kept 1791 existing; Added/updated 4518; Removed 0 files and 0 directories.
 1:15.99 ./mozilla-config.h.stub
 1:15.99 ./buildid.h.stub
 1:15.99 ./source-repo.h.stub
 1:17.19 ./MacSelectorMap.h.stub
 1:17.19 ./application.ini.stub
 1:17.19 ./fficonfig.h.stub
 1:17.20 ./ffi.h.stub
 1:17.21 config
 1:17.50 ./UseCounterList.h.stub
 1:17.50 ./UseCounterWorkerList.h.stub
 1:17.50 ./ServoCSSPropList.py.stub
 1:17.67 ./cbindgen-metadata.json.stub
 1:17.84 ./encodingsgroups.properties.h.stub
 1:17.84 ./js-confdefs.h.stub
 1:17.85 ./js-config.h.stub
 1:18.21 ./selfhosted.out.h.stub
 1:18.24 ./ReservedWordsGenerated.h.stub
 1:18.54 ./StatsPhasesGenerated.h.stub
 1:18.54 /Users/shinobee/.mozbuild/clang/bin/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -std=gnu++17 -E -o self-hosting-preprocessed.pp -Qunused-arguments -DCROSS_COMPILE= -DHAVE_64BIT_BUILD=1 -DXP_UNIX=1 -DXP_DARWIN=1 -DXP_MACOSX=1 -DMOZ_BUILD_APP=browser -DNIGHTLY_BUILD=1 -DEARLY_BETA_OR_EARLIER=1 -DMOZILLA_VERSION="83.0a1" -DMOZILLA_VERSION_U=83.0a1 -DMOZILLA_UAVERSION="83.0" -DMOZ_UPDATE_CHANNEL=default -DENABLE_TESTS=1 -DGTEST_HAS_RTTI=0 -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1 -DHAVE_VISIBILITY_ATTRIBUTE=1 -DMOZ_MEMORY=1 -DMOZ_REPLACE_MALLOC=1 -DHAVE_STDINT_H=1 -DHAVE_INTTYPES_H=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1 -DHAVE_GETOPT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_CPUID_H=1 -DHAVE_FTS_H=1 -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_MOUNT_H=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_NETINET_IN_H=1 -DMOZ_DLL_PREFIX="lib" -DMOZ_DLL_SUFFIX=".dylib" -DMOZ_GECKO_PROFILER=1 -DMOZ_PROFILER_MEMORY=1 -DMOZ_DMD=1 -DMOZ_AUDIOUNIT_RUST=1 -DJS_64BIT=1 -DJS_PUNBOX64=1 -DSTATIC_JS_API=1 -DMOZ_STATIC_JS=1 -DJS_CODEGEN_X64=1 -DMOZ_PROFILING=1 -DJS_TRACE_LOGGING=1 -DBUILD_CTYPES=1 -DENABLE_WASM_CRANELIFT=1 -DENABLE_SPIDERMONKEY_TELEMETRY=1 -DJS_HAS_TYPED_OBJECTS=1 -DENABLE_WASM_REFTYPES=1 -DENABLE_WASM_FUNCTION_REFERENCES=1 -DENABLE_WASM_GC=1 -DWASM_PRIVATE_REFTYPES=1 -DENABLE_WASM_MULTI_VALUE=1 -DENABLE_SHARED_MEMORY=1 -DENABLE_WASM_SIMD=1 -DJS_DEFAULT_JITREPORT_GRANULARITY=3 -DJS_HAS_INTL_API=1 -DU_USING_ICU_NAMESPACE=0 -DU_STATIC_IMPLEMENTATION=1 -DENABLE_WASM_TYPE_REFLECTIONS=1 -DMOZ_WIDGET_COCOA=1 -DMOZ_INSTRUMENT_EVENT_LOOP=1 -DMOZ_APPLEMEDIA=1 -DMOZ_FFMPEG=1 -DMOZ_DAV1D_ASM=1 -DMOZ_AV1=1 -DMOZ_FMP4=1 -DMOZ_SAMPLE_TYPE_FLOAT32=1 -DMOZ_VORBIS=1 -DMOZ_PLACES=1 -DMOZ_SERVICES_HEALTHREPORT=1 -DMOZ_NORMANDY=1 -DMOZ_DEDICATED_PROFILES=1 -DMOZ_BLOCK_PROFILE_DOWNGRADE=1 -DNS_PRINTING=1 -DNS_PRINT_PREVIEW=1 -DMOZ_WEBSPEECH=1 -DMOZ_WEBSPEECH_TEST_BACKEND=1 -DMOZ_ENABLE_SKIA=1 -DUSE_SKIA=1 -DMOZ_ENABLE_SKIA_PDF=1 -DMOZ_ENABLE_SKIA_PDF_SFNTLY=1 -DENABLE_REMOTE_AGENT=1 -DMOZ_WEBRTC=1 -DMOZ_SCTP=1 -DMOZ_SRTP=1 -DMOZ_WEBRTC_SIGNALING=1 -DMOZ_PEERCONNECTION=1 -DMOZ_WEBRTC_ASSERT_ALWAYS=1 -DMOZ_RAW=1 -DACCESSIBILITY=1 -DMOZ_LIBAV_FFT=1 -DMOZ_FFVPX=1 -DMOZ_HAS_REMOTE=1 -DMOZ_NEW_XULSTORE=1 -DMOZ_NEW_NOTIFICATION_STORE=1 -DMOZ_GLEAN=1 -DMOZ_RUST_FXA_CLIENT=1 -DMOZ_NEW_CERT_STORAGE=1 -DMOZ_VERIFY_MAR_SIGNATURE=1 -DX_DISPLAY_MISSING=1 -DHAVE_DIRENT_H=1 -DHAVE_SIN_LEN=1 -DHAVE_SCONN_LEN=1 -DHAVE_SIN6_LEN=1 -DHAVE_SA_LEN=1 -DHAVE_DLADDR=1 -DHAVE_MEMMEM=1 -DHAVE_PTHREAD_H=1 -DHAVE_STAT64=1 -DHAVE_LSTAT64=1 -DHAVE_STATVFS=1 -DHAVE_STATFS64=1 -DHAVE_STATFS=1 -DHAVE_GETPAGESIZE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_ARC4RANDOM=1 -DHAVE_ARC4RANDOM_BUF=1 -DHAVE_LCHOWN=1 -DHAVE_SETPRIORITY=1 -DHAVE_STRERROR=1 -DHAVE_SYSCALL=1 -DHAVE_LUTIMES=1 -DVA_COPY=va_copy -DHAVE_VA_COPY=1 -DHAVE_VA_LIST_AS_ARRAY=1 -DHAVE_THREAD_TLS_KEYWORD=1 -DHAVE_LOCALECONV=1 -DMALLOC_H=<malloc/malloc.h> -DHAVE_STRNDUP=1 -DHAVE_POSIX_MEMALIGN=1 -DMALLOC_USABLE_SIZE_CONST_PTR=const -DHAVE_VALLOC=1 -DTARGET_XPCOM_ABI="x86_64-gcc3" -DMOZ_DISTRIBUTION_ID="org.mozilla" -DHAVE_COREMEDIA_COREMEDIA_H=1 -DHAVE_VIDEOTOOLBOX_VIDEOTOOLBOX_H=1 -DMOZ_WEBM_ENCODER=1 -DENABLE_SYSTEM_EXTENSION_DIRS=1 -DMOZ_CRASHREPORTER=1 -DMOZ_UPDATER=1 -DMOZ_SANDBOX=1 -DMOZ_LOGGING=1 -DFORCE_PR_LOG=1 -DHAVE___CXA_DEMANGLE=1 -DMOZ_DEMANGLE_SYMBOLS=1 -DHAVE__UNWIND_BACKTRACE=1 -DMOZ_USER_DIR="Mozilla" -DMOZ_TREE_PIXMAN=1 -DMOZ_TREE_CAIRO=1 -DMOZ_XUL=1 -DNECKO_WIFI=1 -DMOZ_MACBUNDLE_ID=org.mozilla.nightly -DMOZ_APP_UA_NAME="" -DMOZ_APP_UA_VERSION="83.0a1" -DBROWSER_CHROME_URL=chrome://browser/content/browser.xhtml -DBROWSER_CHROME_URL_QUOTED="chrome://browser/content/browser.xhtml" -DMOZ_DATA_REPORTING=1 -DA11Y_LOG=1 -DNO_NSPR_10_SUPPORT=1 -DNDEBUG=1 -DTRIMMED=1 self-hosting-cpp-input.cpp
 1:18.70 ./MOpcodesGenerated.h.stub
 1:18.85 ./LOpcodesGenerated.h.stub
 1:19.01 ./CacheIROpsGenerated.h.stub
 1:19.16 ./FrameIdList.h.stub
 1:19.32 ./FrameTypeList.h.stub
 1:19.62 ./ExampleStylesheet.h.stub
 1:19.91 ./CountedUnknownProperties.h.stub
 1:20.20 ./metrics.rs.stub
 1:20.20 ./pings.rs.stub
 1:20.49 ./TelemetryScalarData.h.stub
 1:21.24 ./TelemetryScalarEnums.h.stub
 1:21.57 ./TelemetryEventData.h.stub
 1:23.32 ./TelemetryEventEnums.h.stub
 1:23.58 ./TelemetryProcessEnums.h.stub
 1:23.76 ./TelemetryProcessData.h.stub
 1:24.11 ./CrashAnnotations.h.stub
 1:24.45 ./dep1Cert.h.stub
 1:24.52 ./dep2Cert.h.stub
 1:24.77 ./primaryCert.h.stub
 1:24.82 ./secondaryCert.h.stub
 1:24.99 ./xpcshellCert.h.stub
 1:25.09 ./xpcom-config.h.stub
 1:25.15 ./ErrorList.h.stub
 1:25.31 ./ErrorNamesInternal.h.stub
 1:25.42 ./error_list.rs.stub
 1:25.45 ./Services.h.stub
 1:25.67 ./services.rs.stub
 1:25.75 ./nsGkAtomList.h.stub
 1:25.77 ./nsGkAtomConsts.h.stub
 1:25.99 ./xpidl.stub.stub
 1:26.21 ./application.ini.h.stub
 1:26.28 config/nsinstall_real
 1:26.57 ./audioipc_client_ffi_generated.h.stub
 1:26.79 ./audioipc_server_ffi_generated.h.stub
 1:26.96 ./webrender_ffi_generated.h.stub
 1:26.99 ./wgpu_ffi_generated.h.stub
 1:27.37 ./mapped_hyph.h.stub
 1:27.46 ./fluent_ffi_generated.h.stub
 1:27.59 ./fluent_langneg_ffi_generated.h.stub
 1:27.87 ./unic_langid_ffi_generated.h.stub
 1:28.05 ./ServoStyleConsts.h.stub
 1:28.27 ./mp4parse_ffi_generated.h.stub
 1:28.30 ./MozURL_ffi.h.stub
 1:28.72 ./rust_helper.h.stub
 1:28.76 ./neqo_glue_ffi_generated.h.stub
 1:29.11 ./gk_rust_utils_ffi_generated.h.stub
 1:29.51 ./CSS2Properties.webidl.stub
 1:29.92 ./nsCSSPropertyID.h.stub
 1:30.23 ./ServoCSSPropList.h.stub
 1:30.82 ./CompositorAnimatableProperties.h.stub
 1:31.28 modules/libpref/StaticPrefListAll.h.stub
 1:31.56 ./TelemetryHistogramEnums.h.stub
 1:31.57 ./TelemetryHistogramNameMap.h.stub
 1:32.60 WARNING: mkdir -dot- requested by /Applications/Xcode.app/Contents/Developer/usr/bin/make -C /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/config/makefiles/xpidl xpidl
 1:32.60 config/makefiles/xpidl/Bits.xpt
 1:32.60 config/makefiles/xpidl/accessibility.xpt
 1:33.08 config/makefiles/xpidl/alerts.xpt
 1:34.43 config/makefiles/xpidl/appshell.xpt
 1:34.57 config/makefiles/xpidl/appstartup.xpt
 1:34.92 accessible/xpcom/xpcAccEvents.h.stub
 1:35.18 config/makefiles/xpidl/attribution.xpt
 1:35.59 config/makefiles/xpidl/autocomplete.xpt
 1:35.99 config/makefiles/xpidl/backgroundhangmonitor.xpt
 1:36.00 config/makefiles/xpidl/browser-element.xpt
 1:36.47 config/makefiles/xpidl/browser-newtab.xpt
 1:36.82 config/makefiles/xpidl/browsercompsbase.xpt
 1:36.98 config/makefiles/xpidl/caps.xpt
 1:37.39 config/makefiles/xpidl/captivedetect.xpt
 1:37.63 config/makefiles/xpidl/cascade_bindings.xpt
 1:38.18 config/makefiles/xpidl/chrome.xpt
 1:38.39 config/makefiles/xpidl/commandhandler.xpt
 1:38.62 config/makefiles/xpidl/commandlines.xpt
 1:38.92 config/makefiles/xpidl/composer.xpt
 1:39.30 config/makefiles/xpidl/content_events.xpt
 1:39.41 config/makefiles/xpidl/content_geckomediaplugins.xpt
 1:39.79 config/makefiles/xpidl/content_html.xpt
 1:39.88 config/makefiles/xpidl/docshell.xpt
 1:40.31 config/makefiles/xpidl/dom.xpt
 1:40.36 config/makefiles/xpidl/dom_audiochannel.xpt
 1:41.44 config/makefiles/xpidl/dom_base.xpt
 1:41.69 config/makefiles/xpidl/dom_bindings.xpt
 1:41.93 xpcom/components/Components.h.stub
 1:42.69 config/makefiles/xpidl/dom_events.xpt
 1:43.16 config/makefiles/xpidl/dom_geolocation.xpt
 1:43.31 config/makefiles/xpidl/dom_html.xpt
 1:43.58 config/makefiles/xpidl/dom_indexeddb.xpt
 1:43.80 config/makefiles/xpidl/dom_localstorage.xpt
 1:44.04 config/makefiles/xpidl/dom_media.xpt
 1:44.21 config/makefiles/xpidl/dom_network.xpt
 1:44.44 config/makefiles/xpidl/dom_notification.xpt
 1:44.73 config/makefiles/xpidl/dom_payments.xpt
 1:44.92 config/makefiles/xpidl/dom_power.xpt
 1:45.22 config/makefiles/xpidl/dom_presentation.xpt
 1:45.72 config/makefiles/xpidl/dom_push.xpt
 1:46.54 config/makefiles/xpidl/dom_quota.xpt
 1:46.75 config/makefiles/xpidl/dom_security.xpt
 1:47.21 config/makefiles/xpidl/dom_sidebar.xpt
 1:47.38 config/makefiles/xpidl/dom_simpledb.xpt
 1:47.82 config/makefiles/xpidl/dom_storage.xpt
 1:47.87 config/makefiles/xpidl/dom_system.xpt
 1:48.35 config/makefiles/xpidl/dom_webauthn.xpt
 1:48.36 config/makefiles/xpidl/dom_webspeechrecognition.xpt
 1:48.79 config/makefiles/xpidl/dom_webspeechsynth.xpt
 1:48.81 config/makefiles/xpidl/dom_workers.xpt
 1:49.24 config/makefiles/xpidl/dom_xslt.xpt
 1:49.30 config/makefiles/xpidl/dom_xul.xpt
 1:49.73 config/makefiles/xpidl/downloads.xpt
 1:49.74 config/makefiles/xpidl/editor.xpt
 1:50.20 config/makefiles/xpidl/enterprisepolicies.xpt
 1:50.39 config/makefiles/xpidl/extensions.xpt
 1:50.86 config/makefiles/xpidl/exthandler.xpt
 1:51.17 config/makefiles/xpidl/fastfind.xpt
 1:51.41 config/makefiles/xpidl/firefox_accounts_bridge.xpt
 1:51.94 config/makefiles/xpidl/fog.xpt
 1:52.05 config/makefiles/xpidl/gfx.xpt
 1:52.43 config/makefiles/xpidl/html5.xpt
 1:52.49 config/makefiles/xpidl/htmlparser.xpt
 1:52.90 config/makefiles/xpidl/http-sfv.xpt
 1:52.94 config/makefiles/xpidl/imglib2.xpt
 1:53.38 config/makefiles/xpidl/inspector.xpt
 1:53.47 config/makefiles/xpidl/intl.xpt
 1:53.91 config/makefiles/xpidl/jar.xpt
 1:54.34 config/makefiles/xpidl/jsdebugger.xpt
 1:54.35 config/makefiles/xpidl/jsinspector.xpt
 1:54.78 config/makefiles/xpidl/kvstore.xpt
 1:55.18 config/makefiles/xpidl/layout_base.xpt
 1:55.22 config/makefiles/xpidl/layout_printing.xpt
 1:55.69 config/makefiles/xpidl/layout_xul_tree.xpt
 1:55.69 config/makefiles/xpidl/locale.xpt
 1:56.15 config/makefiles/xpidl/loginmgr.xpt
 1:56.18 config/makefiles/xpidl/migration.xpt
 1:56.78 config/makefiles/xpidl/mimetype.xpt
 1:56.97 config/makefiles/xpidl/mozfind.xpt
 1:57.29 config/makefiles/xpidl/mozintl.xpt
 1:57.53 config/makefiles/xpidl/necko.xpt
 1:57.81 config/makefiles/xpidl/necko_about.xpt
 1:57.98 config/makefiles/xpidl/necko_cache.xpt
 1:58.38 config/makefiles/xpidl/necko_cache2.xpt
 1:59.00 config/makefiles/xpidl/necko_cookie.xpt
 1:59.60 config/makefiles/xpidl/necko_dns.xpt
 2:00.17 config/makefiles/xpidl/necko_file.xpt
 2:00.88 config/makefiles/xpidl/necko_ftp.xpt
 2:01.33 config/makefiles/xpidl/necko_http.xpt
 2:01.77 config/makefiles/xpidl/necko_mdns.xpt
 2:03.33 config/makefiles/xpidl/necko_res.xpt
 2:03.41 config/makefiles/xpidl/necko_socket.xpt
 2:03.78 config/makefiles/xpidl/necko_strconv.xpt
 2:03.85 config/makefiles/xpidl/necko_viewsource.xpt
 2:04.31 config/makefiles/xpidl/necko_websocket.xpt
 2:04.40 config/makefiles/xpidl/necko_wifi.xpt
 2:04.95 config/makefiles/xpidl/parentalcontrols.xpt
 2:04.99 config/makefiles/xpidl/peerconnection.xpt
 2:05.39 config/makefiles/xpidl/pipnss.xpt
 2:05.41 config/makefiles/xpidl/places.xpt
 2:05.91 config/makefiles/xpidl/plugin.xpt
 2:06.92 config/makefiles/xpidl/pref.xpt
 2:06.95 config/makefiles/xpidl/prefetch.xpt
 2:07.50 config/makefiles/xpidl/profiler.xpt
 2:07.54 config/makefiles/xpidl/remote.xpt
 2:07.96 config/makefiles/xpidl/reputationservice.xpt
 2:07.99 config/makefiles/xpidl/sandbox.xpt
 2:08.42 config/makefiles/xpidl/satchel.xpt
 2:08.48 config/makefiles/xpidl/services.xpt
 2:08.94 config/makefiles/xpidl/services-crypto-component.xpt
 2:09.04 config/makefiles/xpidl/sessionStore_funcs.xpt
 2:09.50 config/makefiles/xpidl/shellservice.xpt
 2:09.54 config/makefiles/xpidl/shistory.xpt
 2:09.93 config/makefiles/xpidl/spellchecker.xpt
 2:10.01 config/makefiles/xpidl/startupcache.xpt
 2:10.47 config/makefiles/xpidl/storage.xpt
 2:10.55 config/makefiles/xpidl/telemetry.xpt
 2:10.88 config/makefiles/xpidl/test_necko.xpt
 2:11.49 config/makefiles/xpidl/thumbnails.xpt
 2:11.72 config/makefiles/xpidl/toolkit_antitracking.xpt
 2:12.04 config/makefiles/xpidl/toolkit_asyncshutdown.xpt
 2:12.19 config/makefiles/xpidl/toolkit_cleardata.xpt
 2:12.62 config/makefiles/xpidl/toolkit_crashservice.xpt
 2:12.71 config/makefiles/xpidl/toolkit_filewatcher.xpt
 2:13.04 config/makefiles/xpidl/toolkit_finalizationwitness.xpt
 2:13.13 config/makefiles/xpidl/toolkit_modules.xpt
 2:13.46 config/makefiles/xpidl/toolkit_osfile.xpt
 2:13.54 config/makefiles/xpidl/toolkit_processtools.xpt
 2:13.92 config/makefiles/xpidl/toolkit_search.xpt
 2:13.94 config/makefiles/xpidl/toolkit_securityreporter.xpt
 2:14.36 config/makefiles/xpidl/toolkit_shell.xpt
 2:14.42 config/makefiles/xpidl/toolkit_xulstore.xpt
 2:14.78 config/makefiles/xpidl/toolkitprofile.xpt
 2:14.83 config/makefiles/xpidl/txmgr.xpt
 2:15.22 config/makefiles/xpidl/txtsvc.xpt
 2:15.34 config/makefiles/xpidl/uconv.xpt
 2:15.79 config/makefiles/xpidl/update.xpt
 2:15.79 config/makefiles/xpidl/uriloader.xpt
 2:16.22 config/makefiles/xpidl/url-classifier.xpt
 2:16.31 config/makefiles/xpidl/urlformatter.xpt
 2:17.04 config/makefiles/xpidl/viaduct.xpt
 2:17.34 config/makefiles/xpidl/webBrowser_core.xpt
 2:17.44 config/makefiles/xpidl/webbrowserpersist.xpt
 2:17.79 config/makefiles/xpidl/webextensions.xpt
 2:18.16 config/makefiles/xpidl/webextensions-storage.xpt
 2:18.31 config/makefiles/xpidl/webvtt.xpt
 2:18.57 config/makefiles/xpidl/widget.xpt
 2:18.73 config/makefiles/xpidl/widget_cocoa.xpt
 2:19.01 config/makefiles/xpidl/windowcreator.xpt
 2:19.40 config/makefiles/xpidl/windowwatcher.xpt
 2:19.81 config/makefiles/xpidl/xpcom_base.xpt
 2:20.51 config/makefiles/xpidl/xpcom_components.xpt
 2:20.65 config/makefiles/xpidl/xpcom_ds.xpt
 2:21.29 config/makefiles/xpidl/xpcom_io.xpt
 2:21.55 config/makefiles/xpidl/xpcom_system.xpt
 2:21.67 config/makefiles/xpidl/xpcom_threads.xpt
 2:21.90 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleThrowingConstructorInterface-example.h
 2:21.90 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleThrowingConstructorInterface-example.cpp
 2:22.06 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleInterface-example.h
 2:22.06 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleInterface-example.cpp
 2:22.10 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleProxyInterface-example.h
 2:22.10 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleProxyInterface-example.cpp
 2:22.11 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleWorkerInterface-example.h
 2:22.11 Generating /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dom/bindings/TestExampleWorkerInterface-example.cpp
 2:22.48 config/makefiles/xpidl/xpcomtest.xpt
 2:22.57 config/makefiles/xpidl/xpconnect.xpt
 2:22.74 config/makefiles/xpidl/xpctest.xpt
 2:23.01 config/makefiles/xpidl/xul.xpt
 2:23.30 config/makefiles/xpidl/xulapp.xpt
 2:23.39 config/makefiles/xpidl/zipwriter.xpt
 2:23.84 config/makefiles/xpidl/xptdata.stub
 2:26.23 security/libnss3.dylib.symbols.stub
 2:26.28 config/external/nspr/pr
 2:26.28 config/external/nspr/ds
 2:26.29 config/external/nspr/libc
 2:26.87 /Users/shinobee/src/mozilla-unified/nsprpub/lib/libc/src/plgetopt.c:164:46: warning: comparison of integers of different signs: 'unsigned long' and 'PRIntn' (aka 'int') [-Wsign-compare]
 2:26.87             if (strlen(longOpt->longOptName) != optNameLen) {
 2:26.88                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~
 2:26.97 1 warning generated.
 2:27.03 memory/build
 2:27.13 memory/mozalloc
 2:27.35 In file included from Unified_c_external_nspr_pr0.c:11:
 2:27.36 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/io/priometh.c:338:20: warning: comparison of integers of different signs: 'PROffset32' (aka 'int') and 'unsigned long' [-Wsign-compare]
 2:27.36         (info.size < (sfd->file_offset + sfd->file_nbytes))) {
 2:27.36          ~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2:27.38 BUILDSTATUS BUILD_VERBOSE config/external/nspr/libc
 2:27.55 In file included from Unified_c_external_nspr_pr0.c:74:
 2:27.55 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/io/prprf.c:323:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:27.55     if (amount <= 0 || amount >= sizeof(fin)) {
 2:27.55                        ~~~~~~ ^  ~~~~~~~~~~~
 2:27.56 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/io/prprf.c:949:27: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:27.56                     if( i < sizeof( pattern ) ) {
 2:27.56                         ~ ^ ~~~~~~~~~~~~~~~~~
 2:27.60 BUILDSTATUS BUILD_VERBOSE config/external/nspr/libc
 2:27.77 In file included from Unified_c_external_nspr_pr0.c:137:
 2:27.77 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/md/unix/unix.c:3524:16: warning: comparison of integers of different signs: 'PRUint32' (aka 'unsigned int') and 'PROffset32' (aka 'int') [-Wsign-compare]
 2:27.78         if (sz > info.size) {
 2:27.78             ~~ ^ ~~~~~~~~~
 2:27.79 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/md/unix/unix.c:3654:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:27.79     for (i = 0; i < nfds; i++) {
 2:27.79                 ~ ^ ~~~~
 2:27.79 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/md/unix/unix.c:3697:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:27.79         for (i = 0; i < nfds; i++) {
 2:27.79                     ~ ^ ~~~~
 2:27.79 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/md/unix/unix.c:3738:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:27.79         for (i = 0; i < nfds; i++) {
 2:27.79                     ~ ^ ~~~~
 2:27.83 BUILDSTATUS BUILD_VERBOSE config/external/nspr/libc
 2:28.29 In file included from Unified_c_external_nspr_pr1.c:65:
 2:28.29 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/misc/prdtoa.c:564:56: warning: comparison of integers of different signs: 'long' and 'unsigned long' [-Wsign-compare]
 2:28.29         if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
 2:28.29                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
 2:28.31 In file included from Unified_c_external_nspr_pr2.c:2:
 2:28.32 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/misc/prnetdb.c:248:29: warning: comparison of integers of different signs: 'int' and 'PRUint32' (aka 'unsigned int') [-Wsign-compare]
 2:28.32             if (ifc.ifc_len == lastlen) {
 2:28.32                 ~~~~~~~~~~~ ^  ~~~~~~~
 2:28.32 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/misc/prdtoa.c:2756:58: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
 2:28.32         sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
 2:28.32         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
 2:28.47 In file included from Unified_c_external_nspr_pr2.c:47:
 2:28.47 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:775:12: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
 2:28.47     if (-1 == op->result.code)
 2:28.47         ~~ ^  ~~~~~~~~~~~~~~~
 2:28.48 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:795:17: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
 2:28.48     return ((-1 == op->result.code) &&
 2:28.48              ~~ ^  ~~~~~~~~~~~~~~~
 2:28.48 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:819:17: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
 2:28.48     return ((-1 == op->result.code) &&
 2:28.48              ~~ ^  ~~~~~~~~~~~~~~~
 2:28.48 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:928:39: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
 2:28.48         for (iov_index = 0; iov_index < op->arg3.amount; ++iov_index)
 2:28.48                             ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
 2:28.48 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:931:23: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
 2:28.48             if (bytes < iov[iov_index].iov_len)
 2:28.48                 ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
 2:28.48 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:987:17: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
 2:28.48     return ((-1 == op->result.code) &&
 2:28.49              ~~ ^  ~~~~~~~~~~~~~~~
 2:28.49 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:1299:32: warning: comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int') [-Wsign-compare]
 2:28.49         || ((_PR_FILEDESC_OPEN != fd->secret->state)
 2:28.49              ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
 2:28.49 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:1309:27: warning: comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int') [-Wsign-compare]
 2:28.49     if (_PR_FILEDESC_OPEN == fd->secret->state)
 2:28.49         ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
 2:28.49 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:1441:27: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
 2:28.49                 if (bytes < osiov->iov_len)
 2:28.49                     ~~~~~ ^ ~~~~~~~~~~~~~~
 2:28.49 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:2200:21: warning: assigning to 'void *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
 2:28.50     iov[0].iov_base = buf;
 2:28.50                     ^ ~~~
 2:28.50 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:2203:60: warning: incompatible pointer types passing 'PRInt32 *' (aka 'int *') to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types]
 2:28.50                           CONNECT_DATA_IDEMPOTENT, iov, 1, &bytes, NULL);
 2:28.50                                                            ^~~~~~
 2:28.50 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:724:49: note: passing argument to parameter here
 2:28.50     const struct iovec *, unsigned int, size_t *, sae_connid_t *);
 2:28.50                                                 ^
 2:28.50 In file included from Unified_c_external_nspr_pr2.c:47:
 2:28.51 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:2202:13: warning: unused variable 'rv' [-Wunused-variable]
 2:28.51     PRInt32 rv = connectx(fd->secret->md.osfd, &endpoints, SAE_ASSOCID_ANY,
 2:28.51             ^
 2:28.55 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:4090:22: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'PRUint32' (aka 'unsigned int') [-Wsign-compare]
 2:28.55             if (npds > me->syspoll_count)
 2:28.55                 ~~~~ ^ ~~~~~~~~~~~~~~~~~
 2:28.55 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:4157:47: warning: comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int') [-Wsign-compare]
 2:28.55                         && (_PR_FILEDESC_OPEN == bottom->secret->state))
 2:28.55                             ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
 2:28.59 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptio.c:5038:24: warning: comparison of integers of different signs: 'rlim_t' (aka 'unsigned long long') and 'PRIntn' (aka 'int') [-Wsign-compare]
 2:28.59     if ( rlim.rlim_max < table_size ) {
 2:28.59          ~~~~~~~~~~~~~ ^ ~~~~~~~~~~
 2:28.62 In file included from Unified_c_external_nspr_pr2.c:65:
 2:28.63 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptsynch.c:1031:47: warning: passing object of class type 'union semun' through variadic function [-Wclass-varargs]
 2:28.63             if (semctl(sem->semid, 0, SETVAL, arg) == -1)
 2:28.64                                               ^
 2:28.64 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptsynch.c:1068:41: warning: passing object of class type 'union semun' through variadic function [-Wclass-varargs]
 2:28.64         semctl(sem->semid, 0, IPC_STAT, arg);
 2:28.64                                         ^
 2:28.64 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptsynch.c:1150:36: warning: passing object of class type 'union semun' through variadic function [-Wclass-varargs]
 2:28.64     if (semctl(semid, 0, IPC_RMID, unused) == -1)
 2:28.64                                    ^
 2:28.66 In file included from Unified_c_external_nspr_pr2.c:74:
 2:28.66 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptthread.c:220:29: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int') [-Wsign-compare]
 2:28.66     else if (--pt_book.user == pt_book.this_many) {
 2:28.66              ~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
 2:28.66 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptthread.c:481:37: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int') [-Wsign-compare]
 2:28.66             else if (--pt_book.user == pt_book.this_many) {
 2:28.67                      ~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
 2:28.68 /Users/shinobee/src/mozilla-unified/nsprpub/pr/src/pthreads/ptthread.c:1130:29: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int') [-Wsign-compare]
 2:28.68         while (pt_book.user > pt_book.this_many) {
 2:28.68                ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
 2:30.25 7 warnings generated.
 2:30.30 memory/replace/dmd
 2:30.69 2 warnings generated.
 2:30.71 memory/replace/logalloc
 2:31.46 mfbt
 2:32.31 22 warnings generated.
 2:32.94 mozglue/baseprofiler
 2:35.89 mozglue/build
 2:37.40 mozglue/misc
 2:38.70 security/nss/lib/base
 2:43.05 security/nss/lib/certdb
 2:43.92 security/nss/lib/certhigh
 2:45.00 /Users/shinobee/src/mozilla-unified/security/nss/lib/certhigh/certvfy.c:75:20: warning: 'return' will never be executed [-Wunreachable-code-return]
 2:45.00             return SECSuccess;
 2:45.00                    ^~~~~~~~~~
 2:45.01 /Users/shinobee/src/mozilla-unified/security/nss/lib/certhigh/certvfy.c:554:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:45.01     for (i = 0; i < sizeof(StartComAndWoSignDNs) / sizeof(struct DataAndLength); ++i, dn++) {
 2:45.01                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2:45.20 BUILDSTATUS BUILD_VERBOSE security/nss/lib/certdb
 2:45.52 2 warnings generated.
 2:47.61 security/nss/lib/cryptohi
 2:48.04 security/nss/lib/dev
 2:48.19 /Users/shinobee/src/mozilla-unified/security/nss/lib/dev/ckhelper.c:135:45: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:48.19                 (obj_template[i].ulValueLen == -1)) {
 2:48.19                  ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
 2:48.21 /Users/shinobee/src/mozilla-unified/security/nss/lib/dev/ckhelper.c:445:36: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:48.21     if (sha1_hash_attr->ulValueLen == -1) {
 2:48.21         ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
 2:48.31 BUILDSTATUS BUILD_VERBOSE security/nss/lib/certdb
 2:48.36 2 warnings generated.
 2:48.79 security/nss/lib/nss
 2:49.33 security/nss/lib/pk11wrap
 2:50.06 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11cert.c:439:70: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:50.06     if ((idTemplate[0].ulValueLen == 0) || (idTemplate[0].ulValueLen == -1)) {
 2:50.06                                             ~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
 2:50.09 BUILDSTATUS BUILD_VERBOSE security/nss/lib/pkcs12
 2:50.29 security/nss/lib/pkcs12
 2:50.31 security/nss/lib/pkcs7
 2:50.45 /Users/shinobee/src/mozilla-unified/security/nss/lib/pkcs7/certread.c:321:25: warning: comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
 2:50.45             if (certlen != (seqLen + seqLenLen + 2L)) {
 2:50.45                 ~~~~~~~ ^   ~~~~~~~~~~~~~~~~~~~~~~~
 2:50.45 /Users/shinobee/src/mozilla-unified/security/nss/lib/pkcs7/certread.c:322:29: warning: comparison of integers of different signs: 'int' and 'unsigned long long' [-Wsign-compare]
 2:50.45                 if (certlen > (seqLen + seqLenLen + 2L))
 2:50.45                     ~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
 2:50.45 /Users/shinobee/src/mozilla-unified/security/nss/lib/pkcs7/certread.c:405:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:50.45     while (cl > NS_CERT_HEADER_LEN) {
 2:50.45            ~~ ^ ~~~~~~~~~~~~~~~~~~
 2:50.45 /Users/shinobee/src/mozilla-unified/security/nss/lib/pkcs7/certread.c:433:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:50.45         while (cl >= NS_CERT_TRAILER_LEN) {
 2:50.45                ~~ ^  ~~~~~~~~~~~~~~~~~~~
 2:50.57 4 warnings generated.
 2:50.83 1 warning generated.
 2:51.02 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11cxt.c:898:35: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
 2:51.02             (context->ivFixedBits != fixedBits) ||
 2:51.02              ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~
 2:51.02 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11cxt.c:899:29: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
 2:51.02             (context->ivLen != ivLen)) {
 2:51.02              ~~~~~~~~~~~~~~ ^  ~~~~~
 2:51.02 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11cxt.c:911:22: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
 2:51.02         if (flexBits < fixedBits) {
 2:51.02             ~~~~~~~~ ^ ~~~~~~~~~
 2:51.02 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11cxt.c:1160:20: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
 2:51.02         if (maxout < inlen + taglen) {
 2:51.02             ~~~~~~ ^ ~~~~~~~~~~~~~~
 2:51.24 BUILDSTATUS BUILD_VERBOSE security/nss/lib/pkcs7
 2:51.60 4 warnings generated.
 2:53.19 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11merge.c:79:44: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:53.19             if (copyTemplate[i].ulValueLen != -1) {
 2:53.19                 ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
 2:53.19 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11merge.c:128:32: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:53.19     if (template[0].ulValueLen == -1) {
 2:53.19         ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
 2:53.30 BUILDSTATUS BUILD_VERBOSE security/nss/lib/pki
 2:53.49 security/nss/lib/pki
 2:53.65 2 warnings generated.
 2:54.19 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11obj.c:1964:21: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:54.19     if (handleCount > INT_MAX / sizeof(SECItem)) {
 2:54.19         ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
 2:54.19 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11obj.c:2041:72: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:54.19     if ((theTemplate[0].ulValueLen == 0) || (theTemplate[0].ulValueLen == -1)) {
 2:54.20                                              ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
 2:54.32 BUILDSTATUS BUILD_VERBOSE security/nss/lib/pk11wrap
 2:54.41 security/nss/lib/smime
 2:54.51 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:498:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:54.51         for (i = 0; i < PR_ARRAY_SIZE(policyFlagList); i++) {
 2:54.51                     ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2:54.51 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:501:36: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
 2:54.51             if ((policy->name_size == length) &&
 2:54.51                  ~~~~~~~~~~~~~~~~~ ^  ~~~~~~
 2:54.51 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:530:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:54.51     for (i = 0; i < PR_ARRAY_SIZE(sslOptList); i++) {
 2:54.51                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
 2:54.52 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:531:31: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare]
 2:54.52         if (policyValueLength == sslOptList[i].name_size &&
 2:54.52             ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
 2:54.52 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:600:29: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
 2:54.52                 if ((length >= name_size) && (cipher[name_size] == '/')) {
 2:54.52                      ~~~~~~ ^  ~~~~~~~~~
 2:54.52 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:603:53: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
 2:54.52                 if ((newOption || algOpt->name_size == length) &&
 2:54.52                                   ~~~~~~~~~~~~~~~~~ ^  ~~~~~~
 2:54.52 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:638:25: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
 2:54.52             if ((length > name_size) && cipher[name_size] == '=' &&
 2:54.52                  ~~~~~~ ^ ~~~~~~~~~
 2:54.54 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:1577:20: warning: comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:54.54         if (ids[i] == -1) {
 2:54.54             ~~~~~~ ^  ~~
 2:54.54 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pars.c:1614:20: warning: comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:54.54         if (ids[i] == -1) {
 2:54.54             ~~~~~~ ^  ~~
 2:54.64 BUILDSTATUS BUILD_VERBOSE security/nss/lib/smime
 2:54.94 2 warnings generated.
 2:54.98 security/nss/lib/ssl
 2:55.52 9 warnings generated.
 2:55.57 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/dtls13con.c:167:14: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
 2:55.57     if (sent != buf.len) {
 2:55.57         ~~~~ ^  ~~~~~~~
 2:55.61 BUILDSTATUS BUILD_VERBOSE security/nss/lib/smime
 2:55.72 1 warning generated.
 2:55.91 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/dtlscon.c:446:59: warning: comparison of integers of different signs: 'PRUint32' (aka 'unsigned int') and 'PRInt32' (aka 'int') [-Wsign-compare]
 2:55.91                     for (offset = fragment_offset; offset < end; offset++) {
 2:55.91                                                    ~~~~~~ ^ ~~~
 2:55.91 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/dtlscon.c:467:48: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
 2:55.91                 if (ss->ssl3.hs.recvdHighWater == ss->ssl3.hs.msg_len) {
 2:55.91                     ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
 2:55.92 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/dtlscon.c:654:14: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
 2:55.92     if (sent != len) {
 2:55.92         ~~~~ ^  ~~~
 2:55.93 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/dtlscon.c:1083:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
 2:55.93     for (i = 0; i < PR_ARRAY_SIZE(COMMON_MTU_VALUES); i++) {
 2:55.93                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 2:56.04 BUILDSTATUS BUILD_VERBOSE security/nss/lib/pk11wrap
 2:56.41 4 warnings generated.
 2:56.57 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11pqg.c:302:26: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
 2:56.57         if (vfy->counter != -1) {
 2:56.57             ~~~~~~~~~~~~ ^  ~~
 2:56.63 BUILDSTATUS BUILD_VERBOSE security/nss/lib/ssl
 2:56.75 1 warning generated.
 2:57.22 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11skey.c:1040:17: warning: comparison of integers of different signs: 'CK_KEY_TYPE' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:57.22     if (keyType != -1) {
 2:57.22         ~~~~~~~ ^  ~~
 2:57.35 BUILDSTATUS BUILD_VERBOSE security/nss/lib/smime
 2:58.16 1 warning generated.
 2:58.22 security/nss/lib/util
 2:58.55 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11util.c:472:5: warning: code will never be executed [-Wunreachable-code]
 2:58.55     SECMOD_GetWriteLock(moduleLock);
 2:58.55     ^~~~~~~~~~~~~~~~~~~
 2:58.56 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11util.c:1034:15: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:58.56     if (count == mod->slotCount) {
 2:58.56         ~~~~~ ^  ~~~~~~~~~~~~~~
 2:58.58 /Users/shinobee/src/mozilla-unified/security/nss/lib/pk11wrap/pk11util.c:1519:17: warning: comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int' [-Wsign-compare]
 2:58.58     if (slot_id == -1) {
 2:58.58         ~~~~~~~ ^  ~~
 2:58.59 BUILDSTATUS BUILD_VERBOSE security/nss/lib/util
 2:58.96 3 warnings generated.
 2:59.01 third_party/sqlite3/src
 2:59.99 /Users/shinobee/src/mozilla-unified/third_party/sqlite3/src/sqlite3.c:109602:12: warning: code will never be executed [-Wunreachable-code]
 2:59.99     pVfs = sqlite3_vfs_find("memdb");
 2:59.99            ^~~~~~~~~~~~~~~~
 3:00.04 BUILDSTATUS BUILD_VERBOSE security/nss/lib/smime
 3:00.41 /Users/shinobee/src/mozilla-unified/third_party/sqlite3/src/sqlite3.c:146596:39: warning: code will never be executed [-Wunreachable-code]
 3:00.41     if( pTerm->wtFlags & TERM_VNULL ) continue;
 3:00.42                                       ^~~~~~~~
 3:00.47 /Users/shinobee/src/mozilla-unified/third_party/sqlite3/src/sqlite3.c:146545:39: warning: code will never be executed [-Wunreachable-code]
 3:00.47     if( pTerm->wtFlags & TERM_VNULL ) continue;
 3:00.47                                       ^~~~~~~~
 3:00.60 /Users/shinobee/src/mozilla-unified/third_party/sqlite3/src/sqlite3.c:157537:9: warning: code will never be executed [-Wunreachable-code]
 3:00.60         YYMINORTYPE yylhsminor;
 3:00.60         ^~~~~~~~~~~~~~~~~~~~~~~
 3:00.60 BUILDSTATUS BUILD_VERBOSE security/nss/lib/util
 3:00.64 toolkit/library/rust/force-cargo-library-build
 3:04.86 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/sslencode.c:261:64: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
 3:04.86     if (ss->sec.ci.sendBuf.space < MAX_SEND_BUF_LENGTH && room < bytes) {
 3:04.86                                                           ~~~~ ^ ~~~~~
 3:04.86 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/sslencode.c:276:18: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
 3:04.86     while (bytes > room) {
 3:04.86            ~~~~~ ^ ~~~~
 3:04.99 BUILDSTATUS BUILD_VERBOSE security/nss/lib/util
 3:05.00 2 warnings generated.
 3:05.93 testing/geckodriver/force-cargo-program-build
 3:06.77 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/sslprimitive.c:393:27: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
 3:06.77             if (sampleLen < paramLen) {
 3:06.77                 ~~~~~~~~~ ^ ~~~~~~~~
 3:06.88 1 warning generated.
 3:07.67 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/sslsnce.c:1897:30: warning: comparison of integers of different signs: 'PRInt16' (aka 'short') and 'unsigned int' [-Wsign-compare]
 3:07.67         pwswk->wrapMechIndex == symWrapMechIndex &&
 3:07.67         ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
 3:08.06 1 warning generated.
 3:08.27 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/sslsock.c:1797:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
 3:08.27     for (i = 0; i < count; ++i) {
 3:08.27                 ~ ^ ~~~~~
 3:09.44 1 warning generated.
 3:10.20 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/tls13con.c:5522:31: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUint32' (aka 'unsigned int') [-Wsign-compare]
 3:10.20     if (IS_DTLS(ss) && toSend > ss->ssl3.cwSpec->earlyDataRemaining) {
 3:10.20                        ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3:10.20 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/tls13con.c:5527:15: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUint32' (aka 'unsigned int') [-Wsign-compare]
 3:10.20     reduced = PR_MIN(toSend, ss->ssl3.cwSpec->earlyDataRemaining);
 3:10.20               ^      ~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 3:10.20 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/include/nspr/prtypes.h:158:29: note: expanded from macro 'PR_MIN'
 3:10.20 #define PR_MIN(x,y)     ((x)<(y)?(x):(y))
 3:10.20                           ~ ^ ~
 3:10.21 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/tls13con.c:5677:25: warning: comparison of integers of different signs: 'unsigned int' and 'const int' [-Wsign-compare]
 3:10.21     if (cText->buf->len < tagLen) {
 3:10.21         ~~~~~~~~~~~~~~~ ^ ~~~~~~
 3:10.21 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/tls13con.c:5908:19: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
 3:10.21         if (tocpy > (len - offset)) {
 3:10.21             ~~~~~ ^  ~~~~~~~~~~~~
 3:11.42 4 warnings generated.
 3:11.45    Compiling libc v0.2.74
 3:11.65 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/tls13esni.c:593:34: warning: comparison of integers of different signs: 'PRUint64' (aka 'unsigned long long') and 'PRTime' (aka 'long long') [-Wsign-compare]
 3:11.65     if ((ss->esniKeys->notBefore > now) || (ss->esniKeys->notAfter < now)) {
 3:11.65          ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~
 3:11.65 /Users/shinobee/src/mozilla-unified/security/nss/lib/ssl/tls13esni.c:593:68: warning: comparison of integers of different signs: 'PRUint64' (aka 'unsigned long long') and 'PRTime' (aka 'long long') [-Wsign-compare]
 3:11.65     if ((ss->esniKeys->notBefore > now) || (ss->esniKeys->notAfter < now)) {
 3:11.65                                             ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~
 3:11.84 2 warnings generated.
 3:13.45    Compiling libc v0.2.74
 3:13.47    Compiling proc-macro2 v1.0.20
 3:14.02 accessible/aom
 3:14.74    Compiling cfg-if v0.1.10
 3:14.81    Compiling proc-macro2 v1.0.20
 3:15.20    Compiling unicode-xid v0.2.0
 3:15.41    Compiling syn v1.0.40
 3:16.51    Compiling unicode-xid v0.2.0
 3:16.72    Compiling syn v1.0.40
 3:16.94    Compiling cfg-if v0.1.10
 3:17.01    Compiling bitflags v1.2.0
 3:18.18    Compiling serde_derive v1.0.116
 3:18.28    Compiling log v0.4.8
 3:18.72    Compiling memchr v2.2.1
 3:19.42    Compiling serde v1.0.116
 3:20.73    Compiling log v0.4.8
 3:21.19    Compiling byteorder v1.3.2
 3:21.19    Compiling serde_derive v1.0.116
 3:22.44    Compiling itoa v0.4.4
 3:22.78    Compiling fnv v1.0.6
 3:22.89    Compiling serde v1.0.116
 3:23.57    Compiling autocfg v0.1.6
 3:24.22    Compiling byteorder v1.3.2
 3:26.38    Compiling lazy_static v1.4.0
 3:26.46    Compiling lazy_static v1.4.0
 3:26.50    Compiling memchr v2.2.1
 3:26.60    Compiling version_check v0.9.1
 3:26.88    Compiling getrandom v0.1.14
 3:27.59    Compiling encoding_rs v0.8.22
 3:27.85    Compiling pkg-config v0.3.9
 3:29.03    Compiling matches v0.1.8
 3:29.10    Compiling itoa v0.4.4
 3:29.36    Compiling ppv-lite86 v0.2.6
 3:30.38    Compiling bytes v0.5.3
 3:31.14    Compiling version_check v0.9.1
 3:31.57    Compiling thin-vec v0.2.1
 3:32.60    Compiling failure_derive v0.1.6 (https://github.com/badboy/failure?rev=64af847bc5fdcb6d2438bec8a6030812a80519a5#64af847b)
 3:33.13    Compiling getrandom v0.1.14
 3:33.79    Compiling ryu v1.0.2
 3:33.81    Compiling futures-core v0.3.4
 3:34.10    Compiling typenum v1.12.0
 3:34.93    Compiling unicode-normalization v0.1.5
 3:35.04    Compiling glob v0.3.0
 3:36.33    Compiling percent-encoding v2.1.0
 3:37.34    Compiling regex-syntax v0.6.12
 3:38.21    Compiling ppv-lite86 v0.2.6
 3:39.15    Compiling unicode-width v0.1.7
 3:39.29    Compiling threadbound v0.1.0
 3:39.40    Compiling quick-error v1.2.1
 3:39.52    Compiling termcolor v1.0.5
 3:40.03    Compiling futures-sink v0.3.4
 3:40.17    Compiling autocfg v0.1.6
 3:42.01    Compiling ansi_term v0.11.0
 3:43.01    Compiling slab v0.4.1
 3:43.13    Compiling bindgen v0.53.2
 3:43.21    Compiling pin-project-lite v0.1.4
 3:43.29    Compiling pin-utils v0.1.0-alpha.4
 3:43.36    Compiling indexmap v1.1.0
 3:44.41    Compiling bitflags v1.2.0
 3:44.98    Compiling strsim v0.7.0
 3:45.61    Compiling matches v0.1.8
 3:45.68    Compiling futures-task v0.3.4
 3:46.15    Compiling ryu v1.0.2
 3:47.38    Compiling byte-tools v0.3.0
 3:47.46    Compiling unicode-normalization v0.1.5
 3:47.91    Compiling vec_map v0.8.2
 3:48.21    Compiling lazycell v1.2.1
 3:48.35    Compiling peeking_take_while v0.1.2
 3:48.45    Compiling shlex v0.1.1
 3:48.95    Compiling httparse v1.3.3
 3:49.23    Compiling semver-parser v0.7.0
 3:51.42    Compiling percent-encoding v2.1.0
 3:52.47    Compiling dtoa v0.4.2
 3:52.51    Compiling scopeguard v1.0.0
 3:52.62    Compiling base64 v0.12.0
 3:52.86    Compiling remove_dir_all v0.5.2
 3:52.94    Compiling try-lock v0.2.2
 3:53.08    Compiling opaque-debug v0.2.1
 3:53.14    Compiling crc32fast v1.2.0
 3:54.12    Compiling core-foundation-sys v0.8.0
 3:54.35    Compiling fake-simd v0.1.2
 3:54.46    Compiling mime v0.3.16
 3:54.86    Compiling slab v0.4.1
 3:56.11    Compiling safemem v0.3.0
 3:56.25    Compiling regex-syntax v0.6.12
 3:57.01    Compiling futures v0.1.29
 4:03.26    Compiling once_cell v1.4.0
 4:03.88    Compiling procedural-masquerade v0.1.1
 4:04.55    Compiling stable_deref_trait v1.0.0
 4:09.24    Compiling siphasher v0.3.1
 4:09.74    Compiling linked-hash-map v0.5.1
 4:10.24    Compiling fallible-iterator v0.2.0
 4:11.43    Compiling fallible-streaming-iterator v0.1.9
 4:11.70    Compiling nss_build_common v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
 4:12.65    Compiling ident_case v1.0.0
 4:12.85    Compiling foreign-types v0.3.0
 4:12.94    Compiling fnv v1.0.6
 4:13.06    Compiling tinystr v0.3.2
 4:15.87    Compiling interrupt-support v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
 4:15.99    Compiling typenum v1.12.0
 4:16.27    Compiling futures-io v0.3.4
 4:16.34    Compiling quick-error v1.2.1
 4:16.47    Compiling adler32 v1.0.4
 4:16.83    Compiling tower-service v0.3.0
 4:16.94    Compiling base64 v0.12.0
 4:18.35    Compiling unicode-width v0.1.7
 4:18.50    Compiling linked-hash-map v0.5.1
 4:18.86    Compiling same-file v1.0.2
 4:19.29    Compiling semver-parser v0.7.0
 4:20.06    Compiling khronos_api v3.1.0
 4:21.76    Compiling arrayref v0.3.5
 4:21.83    Compiling anyhow v1.0.30
 4:22.27    Compiling urlencoding v1.0.0
 4:23.03    Compiling atomic_refcell v0.1.0
 4:23.05    Compiling xml-rs v0.8.0
 4:23.35    Compiling arrayvec v0.5.1
 4:24.05    Compiling indexmap v1.1.0
 4:25.13    Compiling cranelift-codegen-shared v0.67.0 (https://github.com/bytecodealliance/wasmtime?rev=57fed697920cb888c6cb7e406d13518f7edd12ea#57fed697)
 4:25.85 4 warnings generated.
 4:25.87    Compiling bytes v0.5.3
 4:25.88    Compiling scoped-tls v1.0.0
 4:26.08    Compiling rust-ini v0.10.3
 4:28.70    Compiling autocfg v1.0.0
 4:28.95    Compiling cranelift-entity v0.67.0 (https://github.com/bytecodealliance/wasmtime?rev=57fed697920cb888c6cb7e406d13518f7edd12ea#57fed697)
 4:29.11    Compiling strsim v0.7.0
 4:29.51    Compiling either v1.1.0
 4:29.72    Compiling smallbitvec v2.5.0
 4:30.77    Compiling dtoa v0.4.2
 4:31.12    Compiling rayon-core v1.6.0
 4:31.41    Compiling nodrop v0.1.12
 4:31.53    Compiling xml-rs v0.8.0
 4:31.62    Compiling podio v0.1.5
 4:31.88    Compiling unicode-segmentation v1.2.1
 4:32.35    Compiling target-lexicon v0.11.0
 4:32.86    Compiling geckodriver v0.27.0 (/Users/shinobee/src/mozilla-unified/testing/geckodriver)
 4:35.43    Compiling thread_local v1.0.1
 4:35.64    Compiling unicase v2.6.0
 4:35.87    Compiling crc32fast v1.2.0
 4:35.97    Compiling http v0.2.0
 4:37.13    Compiling void v1.0.2
 4:37.37    Compiling c2-chacha v0.2.3
 4:37.46    Compiling thin-slice v0.1.1
 4:37.65    Compiling byte-tools v0.3.0
 4:37.72    Compiling ahash v0.3.2
 4:38.20    Compiling hawk v3.1.1
 4:38.46    Compiling precomputed-hash v0.1.1
 4:38.54    Compiling same-file v1.0.2
 4:38.98    Compiling static_assertions v1.1.0
 4:39.78    Compiling block v0.1.6
 4:40.02    Compiling adler32 v1.0.4
 4:40.37    Compiling remove_dir_all v0.5.2
 4:40.44    Compiling atom v0.3.5
 4:40.60    Compiling fake-simd v0.1.2
 4:40.71    Compiling opaque-debug v0.2.1
 4:40.77    Compiling wasmparser v0.59.0
 4:41.59    Compiling futures-channel v0.3.4
 4:42.36    Compiling num-traits v0.2.10
 4:42.81    Compiling num-integer v0.1.41
 4:42.86    Compiling cose v0.1.4
 4:43.29    Compiling encoding_c v0.9.7
 4:43.63    Compiling unicode-bidi v0.3.4
 4:43.79    Compiling encoding_c_mem v0.2.5
 4:44.21    Compiling fluent-syntax v0.10.0
 4:45.76    Compiling id-arena v2.2.1
 4:46.04    Compiling murmurhash3 v0.0.5
 4:46.38    Compiling base16 v0.2.1
 4:46.76    Compiling error-chain v0.11.0
 4:47.61    Compiling static_prefs v0.1.0 (/Users/shinobee/src/mozilla-unified/modules/libpref/init/static_prefs)
 4:47.67    Compiling futures-util v0.3.4
 4:47.69    Compiling range-alloc v0.1.0
 4:47.88    Compiling binary-space-partition v0.1.2
 4:48.03    Compiling copyless v0.1.4
 4:48.16    Compiling cache-padded v1.1.1
 4:48.26    Compiling moz_cbor v0.1.1
 4:49.56    Compiling block-padding v0.1.2
 4:50.48    Compiling line-wrap v0.1.1
 4:50.69    Compiling humantime v1.3.0
 4:51.95    Compiling miniz_oxide v0.3.2
 4:53.58    Compiling yaml-rust v0.4.2
 4:54.40    Compiling unicode-segmentation v1.2.1
 4:55.52    Compiling qcms v0.1.0 (/Users/shinobee/src/mozilla-unified/gfx/qcms)
 4:56.29    Compiling data-encoding v2.3.0
 4:57.02    Compiling walkdir v2.1.4
 4:59.88    Compiling semver v0.9.0
 5:02.70    Compiling svg_fmt v0.4.0
 5:03.78    Compiling authenticator v0.3.0
 5:04.05    Compiling hex v0.4.2
 5:04.78    Compiling tracy-rs v0.1.2
 5:04.95    Compiling ringbuf v0.2.1
 5:05.03    Compiling rustc-demangle v0.1.8
 5:06.00    Compiling atomic v0.4.5
 5:06.02    Compiling mozilla-central-workspace-hack v0.1.0 (/Users/shinobee/src/mozilla-unified/build/workspace-hack)
 5:06.10    Compiling runloop v0.1.0
 5:06.45    Compiling prefs_parser v0.0.1 (/Users/shinobee/src/mozilla-unified/modules/libpref/parser)
 5:07.59    Compiling bitreader v0.3.2
 5:09.45    Compiling num-traits v0.2.10
 5:09.45    Compiling crossbeam-utils v0.7.0
 5:09.81    Compiling crossbeam-epoch v0.8.0
 5:09.95    Compiling num-integer v0.1.41
 5:10.19    Compiling crossbeam-utils v0.6.5
 5:10.43    Compiling thread_local v1.0.1
 5:11.45    Compiling headers-core v0.2.0
 5:11.59    Compiling http-body v0.3.1
 5:12.34    Compiling idna v0.2.0
 5:13.11    Compiling unicode-bidi v0.3.4
 5:13.28    Compiling c2-chacha v0.2.3
 5:15.02    Compiling futures v0.3.4
 5:15.96    Compiling time v0.1.40
 5:16.30    Compiling net2 v0.2.33
 5:17.90    Compiling nom v5.1.1
 5:18.02    Compiling clang-sys v0.29.2
 5:18.22    Compiling textwrap v0.9.0
 5:18.71    Compiling iovec v0.1.4
 5:19.02    Compiling term_size v0.3.0
 5:19.03    Compiling dirs-sys v0.3.4
 5:19.19    Compiling quote v1.0.2
 5:19.31    Compiling humantime v1.3.0
 5:19.76    Compiling want v0.3.0
 5:20.22    Compiling aho-corasick v0.7.6
 5:20.65    Compiling semver v0.9.0
 5:20.73    Compiling lock_api v0.3.4
 5:23.03    Compiling base64 v0.10.1
 5:23.34    Compiling owning_ref v0.4.0
 5:23.61    Compiling phf_shared v0.8.0
 5:24.02    Compiling lru-cache v0.1.2
 5:24.22    Compiling nss_sys v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
 5:24.49    Compiling webext-storage v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
 5:25.15    Compiling unic-langid-impl v0.9.0
 5:26.25    Compiling generic-array v0.12.0
 5:27.00    Compiling uluru v0.4.0
 5:27.15    Compiling cranelift-codegen-meta v0.67.0 (https://github.com/bytecodealliance/wasmtime?rev=57fed697920cb888c6cb7e406d13518f7edd12ea#57fed697)
 5:28.72    Compiling itertools v0.8.0
 5:29.55    Compiling url v2.1.0
 5:31.00    Compiling dtoa-short v0.3.1
 5:31.19    Compiling flate2 v1.0.12
 5:31.63    Compiling servo_arc v0.1.1 (/Users/shinobee/src/mozilla-unified/servo/components/servo_arc)
 5:32.22    Compiling hashbrown v0.7.2
 5:32.97    Compiling cranelift-bforest v0.67.0 (https://github.com/bytecodealliance/wasmtime?rev=57fed697920cb888c6cb7e406d13518f7edd12ea#57fed697)
 5:33.38    Compiling rand_core v0.5.1
 5:33.86    Compiling unreachable v1.0.0
 5:34.15    Compiling cookie v0.12.0
 5:36.22    Compiling block-padding v0.1.2
 5:36.86    Compiling walkdir v2.1.4
 5:37.00    Compiling msdos_time v0.1.6
 5:37.21    Compiling mio v0.6.21
 5:37.30    Compiling textwrap v0.9.0
 5:39.42    Compiling dirs v2.0.2
 5:40.07    Compiling miniz_oxide v0.3.2
 5:43.97    Compiling regex v1.3.3
 5:45.37    Compiling hibitset v0.6.2
 5:48.53    Compiling triple_buffer v5.0.5
 5:51.09    Compiling http v0.2.0
 6:14.50    Compiling mime_guess v2.0.3
 6:18.14    Compiling tokio-executor v0.1.9
 6:19.30    Compiling crossbeam-queue v0.1.2
 6:19.33    Compiling digest v0.8.0
 6:19.51    Compiling block-buffer v0.7.3
 6:20.80    Compiling rand_chacha v0.2.1
 6:21.14    Compiling zip v0.4.2
 6:24.04    Compiling clap v2.31.2
 6:37.94    Compiling idna v0.2.0
 6:43.42    Compiling rustc_version v0.2.3
 6:45.55    Compiling storage-map v0.2.0
 6:49.01    Compiling unic-langid v0.9.0
 6:53.67    Compiling new_debug_unreachable v1.0.1
 6:55.86    Compiling time v0.1.40
 6:58.75    Compiling iovec v0.1.4
 6:59.07    Compiling num_cpus v1.13.0
 6:59.24    Compiling atty v0.2.11
 6:59.36    Compiling net2 v0.2.33
 7:01.53    Compiling raw-window-handle v0.3.0
 7:01.72    Compiling malloc_buf v0.0.6
 7:01.84    Compiling memmap v0.7.0
 7:02.79    Compiling hashglobe v0.1.0 (/Users/shinobee/src/mozilla-unified/servo/components/hashglobe)
 7:04.29    Compiling mach v0.3.2
 7:08.55    Compiling dirs-sys v0.3.4
 7:09.21    Compiling socket2 v0.3.10
 7:10.61    Compiling tokio v0.2.18
 7:16.50    Compiling jobserver v0.1.21
 7:19.44    Compiling which v3.1.1
 7:21.00    Compiling quote v1.0.2
 7:24.87    Compiling audio-mixer v0.1.2
 7:25.48    Compiling mozversion v0.3.0 (/Users/shinobee/src/mozilla-unified/testing/mozbase/rust/mozversion)
 7:26.27    Compiling ffi-support v0.4.0
 7:28.06    Compiling dogear v0.4.0
 7:28.19    Compiling sha-1 v0.8.1
 7:29.10    Compiling chrono v0.4.10
 7:34.25    Compiling rand v0.7.2
 7:35.15    Compiling tokio-util v0.2.0
 7:39.21    Compiling fxhash v0.2.1
 7:39.28    Compiling pin-project-internal v0.4.9
 7:39.44    Compiling rustc-hash v1.0.1
 7:39.56    Compiling dns-parser v0.8.0
 7:42.56    Compiling base64 v0.10.1
 7:51.78    Compiling tokio-current-thread v0.1.6
 7:54.20    Compiling tokio-timer v0.2.11
 7:56.79    Compiling nsstring v0.1.0 (/Users/shinobee/src/mozilla-unified/xpcom/rust/nsstring)
 8:01.07    Compiling aho-corasick v0.7.6
 8:20.51    Compiling chardetng v0.1.9
 8:22.59    Compiling shift_or_euc v0.1.0
 8:30.46    Compiling memoffset v0.5.1
 8:30.83    Compiling gkrust-shared v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/library/rust/shared)
 8:31.08    Compiling core-foundation v0.9.0
 8:31.91    Compiling generic-array v0.12.0
 8:32.57    Compiling gl_generator v0.14.0
 8:33.42    Compiling fluent-langneg v0.13.0
 8:34.19    Compiling intl_pluralrules v7.0.0
 8:38.37    Compiling flate2 v1.0.12
 8:40.25    Compiling cose-c v0.1.5
 8:40.99    Compiling rand_core v0.5.1
 8:41.25    Compiling bytes v0.4.9
 8:41.71    Compiling serde_repr v0.1.5
 8:41.82    Compiling futures-cpupool v0.1.8
 8:43.47    Compiling mio v0.6.21
 8:45.10    Compiling gfx-hal v0.5.3
 8:49.90    Compiling mapped_hyph v0.4.0 (https://github.com/jfkthame/mapped_hyph.git?tag=v0.4.0#c7737af5)
 8:57.60    Compiling audio_thread_priority v0.23.4
 8:58.48    Compiling dirs v2.0.2
 8:58.79    Compiling cc v1.0.47
 9:00.53    Compiling headers v0.3.2
 9:01.16    Compiling h2 v0.2.3
 9:04.73    Compiling clap v2.31.2
 9:07.57    Compiling tempfile v3.1.0
 9:09.86    Compiling uuid v0.8.1
 9:11.51    Compiling pin-project v0.4.9
 9:19.40    Compiling mozprofile v0.7.0 (/Users/shinobee/src/mozilla-unified/testing/mozbase/rust/mozprofile)
 9:24.63    Compiling mozdevice v0.2.0 (/Users/shinobee/src/mozilla-unified/testing/mozbase/rust/mozdevice)
 9:27.02    Compiling hyper v0.13.5
 9:29.69    Compiling serde_json v1.0.44
 9:39.20    Compiling serde_urlencoded v0.6.1
 9:39.95    Compiling plist v0.5.1
 9:44.75    Compiling serde_yaml v0.8.9
 9:46.51    Compiling marionette v0.1.0 (/Users/shinobee/src/mozilla-unified/testing/geckodriver/marionette)
 9:51.91    Compiling warp v0.2.2
 9:54.22    Compiling mozrunner v0.11.0 (/Users/shinobee/src/mozilla-unified/testing/mozbase/rust/mozrunner)
10:01.17    Compiling webdriver v0.41.0 (/Users/shinobee/src/mozilla-unified/testing/webdriver)
10:02.44 accessible/base
10:02.62    Compiling type-map v0.3.0
10:03.11    Compiling crossbeam-channel v0.4.3
10:05.78    Compiling build-parallel v0.1.1
10:07.60    Compiling ordered-float v1.0.1
10:08.14    Compiling spirv_headers v1.4.2
10:12.83    Compiling float-cmp v0.6.0
10:13.19    Compiling nserror v0.1.0 (/Users/shinobee/src/mozilla-unified/xpcom/rust/nserror)
10:13.70    Compiling regex v1.3.3
11:02.21 accessible/generic
11:02.50    Compiling chardetng_c v0.1.1
11:02.72    Compiling shift_or_euc_c v0.1.0
11:02.92    Compiling cexpr v0.4.0
11:12.08    Compiling glsl v4.0.3
11:18.52     Finished release [optimized] target(s) in 8m 12s
11:24.96 accessible/html
11:25.18    Compiling cranelift-codegen v0.67.0 (https://github.com/bytecodealliance/wasmtime?rev=57fed697920cb888c6cb7e406d13518f7edd12ea#57fed697)
11:27.03    Compiling core-graphics-types v0.1.0
11:27.24    Compiling digest v0.8.0
11:27.42    Compiling block-buffer v0.7.3
11:27.60    Compiling fallible_collections v0.1.3
11:28.86    Compiling gleam v0.12.1
11:43.73    Compiling rand_pcg v0.2.1
11:44.05    Compiling rand_chacha v0.2.1
11:44.37    Compiling tokio-io v0.1.7
11:44.97    Compiling mio-uds v0.6.7
11:45.02 accessible/ipc/extension/mac
11:45.06    Compiling cmake v0.1.29
11:45.89    Compiling gfx-descriptor v0.1.0
11:46.32    Compiling gfx-memory v0.1.3
11:47.74    Compiling gfx-backend-empty v0.5.0
11:48.25    Compiling libloading v0.5.2
11:49.44    Compiling libsqlite3-sys v0.18.0
11:49.47    Compiling lmdb-rkv-sys v0.11.0
11:49.97    Compiling objc_exception v0.1.2
11:50.92    Compiling spirv-cross-internal v0.1.0 (https://github.com/kvark/spirv_cross?branch=wgpu3#20191ad2)
11:51.06    Compiling glslopt v0.1.7
11:51.06    Compiling mozglue-static v0.1.0 (/Users/shinobee/src/mozilla-unified/mozglue/static/rust)
11:52.89    Compiling synstructure v0.12.1
11:53.04    Compiling darling_core v0.10.1
11:53.11    Compiling intl-memoizer v0.5.0
11:54.89    Compiling naga v0.1.0 (https://github.com/gfx-rs/naga?rev=bce6358eb1026c13d2f1c6d365af37afe8869a86#bce6358e)
11:56.97 accessible/ipc/other
12:16.06    Compiling netwerk_helper v0.0.1 (/Users/shinobee/src/mozilla-unified/netwerk/base/rust-helper)
12:18.81    Compiling encoding_glue v0.1.0 (/Users/shinobee/src/mozilla-unified/intl/encoding_glue)
12:19.47    Compiling env_logger v0.7.1
12:25.88    Compiling env_logger v0.6.2
12:29.98    Compiling fluent-pseudo v0.2.1
12:32.34    Compiling xpcom_macros v0.1.0 (/Users/shinobee/src/mozilla-unified/xpcom/rust/xpcom/xpcom_macros)
12:32.51    Compiling proc-macro-hack v0.5.11
12:41.01    Compiling cstr-macros v0.1.6
12:43.60    Compiling derive_more v0.99.2
13:01.44    Compiling serde_with_macros v1.1.0
13:20.77    Compiling cssparser v0.27.2
13:56.03    Compiling thiserror-impl v1.0.6
14:13.51    Compiling cssparser-macros v0.6.0
14:14.70    Compiling prost-derive v0.6.1
14:16.27    Compiling rental-impl v0.5.5
14:18.28    Compiling num-derive v0.3.0
14:39.89    Compiling glsl-to-cxx v0.1.0 (/Users/shinobee/src/mozilla-unified/gfx/wr/glsl-to-cxx)
15:00.45    Compiling core-graphics v0.22.0
15:02.87    Compiling sha2 v0.8.0
15:04.70    Compiling mp4parse v0.11.4 (https://github.com/mozilla/mp4parse-rust?rev=fe9028570e44f3a725dd78bbb58428909c4618bf#fe902857)
15:12.12    Compiling rand v0.7.2
15:15.38    Compiling tokio-reactor v0.1.3
15:16.83    Compiling tokio-codec v0.1.0
15:17.59 accessible/ipc
15:19.20    Compiling cubeb-sys v0.7.0
15:21.78 accessible/mac/MacSelectorMap.mm.stub
15:36.40 accessible/xpcom
15:44.48 accessible/xul
15:45.04 browser/app
15:56.28 security/sandbox/mac
16:01.11 xpcom/glue/standalone
16:07.69 browser/components/about
16:07.89 browser/components/attribution
16:09.61 browser/components/migration
16:15.00 browser/components/shell
16:21.81 caps
16:30.35    Compiling malloc_size_of_derive v0.1.1
16:34.49 caps/tests/gtest
16:39.82    Compiling peek-poke-derive v0.2.1 (/Users/shinobee/src/mozilla-unified/gfx/wr/peek-poke/peek-poke-derive)
16:47.76 chrome
16:49.10 config/external/ffi
16:49.26 /Users/shinobee/src/mozilla-unified/js/src/ctypes/libffi/src/closures.c:748:29: warning: comparison of integers of different signs: 'off_t' (aka 'long long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
16:49.26       off_t to_write = (len < page_size) ? len : page_size;
16:49.26                         ~~~ ^ ~~~~~~~~~
16:49.78    Compiling peek-poke-derive v0.2.1
16:50.19 1 warning generated.
16:50.29 /Users/shinobee/src/mozilla-unified/js/src/ctypes/libffi/src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
16:50.29   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
16:50.29                                              ^
16:50.29 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/js/src/ctypes/libffi/include/ffi.h:299:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
16:50.29 size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
16:50.29                                                        ^
16:50.29 /Users/shinobee/src/mozilla-unified/js/src/ctypes/libffi/src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
16:50.29   ffi_java_ptrarray_to_raw (cif, avalue, raw);
16:50.29   ^
16:50.29 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/js/src/ctypes/libffi/include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
16:50.29 void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
16:50.29                                                                                             ^
16:50.38 2 warnings generated.
16:50.65    Compiling paste-impl v0.1.12
16:50.96 config/external/ffi/unix64.o
16:51.10 config/external/ffi/win64.o
16:53.90 config/external/icu/common
16:58.30    Compiling cstr v0.1.3
16:58.66    Compiling darling_macro v0.10.1
17:05.42 config/external/icu/data/icu_data.o
17:08.49 config/external/icu/i18n
17:16.67 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/localeprioritylist.cpp:143:25: warning: possible misuse of comma operator here [-Wcomma]
17:16.67                     (++p, (weight = parseWeight(p, limit)) < 0)) {
17:16.67                         ^
17:16.67 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/localeprioritylist.cpp:143:22: note: cast expression to void to silence warning
17:16.67                     (++p, (weight = parseWeight(p, limit)) < 0)) {
17:16.67                      ^~~
17:16.67                      static_cast<void>( )
17:17.10 1 warning generated.
17:21.03    Compiling thiserror v1.0.6
17:21.50    Compiling prost v0.6.1
17:24.72    Compiling core-text v19.0.0
17:25.90    Compiling rust_cascade v0.6.0
17:27.28    Compiling mp4parse_capi v0.11.4 (https://github.com/mozilla/mp4parse-rust?rev=fe9028570e44f3a725dd78bbb58428909c4618bf#fe902857)
17:32.66 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/lsr.cpp:101:12: warning: 'return' will never be executed [-Wunreachable-code-return]
17:32.66     return 0;
17:32.66            ^
17:32.81 1 warning generated.
17:44.07    Compiling uuid v0.8.1
17:45.60    Compiling tempfile v3.1.0
17:48.00    Compiling tokio-tcp v0.1.1
17:49.25 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/compactdecimalformat.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
17:49.25 #define UNISTR_FROM_STRING_EXPLICIT
17:49.25         ^
17:49.25 <command line>:14:9: note: previous definition is here
17:49.25 #define UNISTR_FROM_STRING_EXPLICIT explicit
17:49.25         ^
17:49.60    Compiling tokio-uds v0.2.5
17:50.05 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/compactdecimalformat.cpp:13:
17:50.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_mapper.h:11:
17:50.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
17:50.06 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
17:50.06         U_ASSERT(category <= 0xf),
17:50.06                                  ^
17:50.06 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
17:50.06         U_ASSERT(category <= 0xf),
17:50.06         ^~~~~~~~~~~~~~~~~~~~~~~~~
17:50.06         static_cast<void>(       )
17:50.06 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
17:50.06 #   define U_ASSERT(exp) void()
17:50.06                          ^~~~~~
17:50.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/compactdecimalformat.cpp:13:
17:50.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_mapper.h:11:
17:50.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
17:50.06 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
17:50.06         U_ASSERT(field <= 0xf),
17:50.06                               ^
17:50.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
17:50.07         U_ASSERT(field <= 0xf),
17:50.07         ^~~~~~~~~~~~~~~~~~~~~~
17:50.07         static_cast<void>(    )
17:50.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
17:50.07 #   define U_ASSERT(exp) void()
17:50.07                          ^~~~~~
17:50.40 3 warnings generated.
17:51.69    Compiling tokio-udp v0.1.1
17:55.46    Compiling rental v0.5.5
17:59.15    Compiling phf_generator v0.8.0
17:59.86    Compiling failure v0.1.6 (https://github.com/badboy/failure?rev=64af847bc5fdcb6d2438bec8a6030812a80519a5#64af847b)
18:00.77    Compiling xpcom v0.1.0 (/Users/shinobee/src/mozilla-unified/xpcom/rust/xpcom)
18:02.80    Compiling paste v0.1.12
18:03.19    Compiling peek-poke v0.2.0
18:03.96    Compiling darling v0.10.1
18:04.41    Compiling smallvec v1.3.0
18:04.99    Compiling serde_json v1.0.44
18:05.05 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/decimfmt.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
18:05.06 #define UNISTR_FROM_STRING_EXPLICIT
18:05.06         ^
18:05.06 <command line>:14:9: note: previous definition is here
18:05.06 #define UNISTR_FROM_STRING_EXPLICIT explicit
18:05.06         ^
18:05.32 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:05.94 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/decimfmt.cpp:17:
18:05.94 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
18:05.94 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:05.94 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:05.94         U_ASSERT(category <= 0xf),
18:05.94                                  ^
18:05.94 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:05.94         U_ASSERT(category <= 0xf),
18:05.94         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:05.94         static_cast<void>(       )
18:05.94 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:05.94 #   define U_ASSERT(exp) void()
18:05.94                          ^~~~~~
18:05.94 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/decimfmt.cpp:17:
18:05.94 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
18:05.95 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:05.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:05.95         U_ASSERT(field <= 0xf),
18:05.95                               ^
18:05.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:05.95         U_ASSERT(field <= 0xf),
18:05.95         ^~~~~~~~~~~~~~~~~~~~~~
18:05.95         static_cast<void>(    )
18:05.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:05.95 #   define U_ASSERT(exp) void()
18:05.95                          ^~~~~~
18:06.35 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:07.83 3 warnings generated.
18:10.73 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/static_unicode_sets.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
18:10.74 #define UNISTR_FROM_STRING_EXPLICIT
18:10.74         ^
18:10.74 <command line>:14:9: note: previous definition is here
18:10.74 #define UNISTR_FROM_STRING_EXPLICIT explicit
18:10.74         ^
18:11.00 BUILDSTATUS BUILD_VERBOSE config/external/icu/i18n
18:12.13 1 warning generated.
18:15.46    Compiling url v2.1.0
18:19.91 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/dtitvfmt.cpp:31:
18:19.91 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:19.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:19.91         U_ASSERT(category <= 0xf),
18:19.91                                  ^
18:19.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:19.92         U_ASSERT(category <= 0xf),
18:19.92         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:19.92         static_cast<void>(       )
18:19.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:19.92 #   define U_ASSERT(exp) void()
18:19.92                          ^~~~~~
18:19.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/dtitvfmt.cpp:31:
18:19.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:19.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:19.92         U_ASSERT(field <= 0xf),
18:19.92                               ^
18:19.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:19.92         U_ASSERT(field <= 0xf),
18:19.92         ^~~~~~~~~~~~~~~~~~~~~~
18:19.92         static_cast<void>(    )
18:19.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:19.92 #   define U_ASSERT(exp) void()
18:19.92                          ^~~~~~
18:20.39 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:20.99 2 warnings generated.
18:23.34    Compiling bincode v1.2.1
18:24.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:661:49: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a [-Wc++2a-compat]
18:24.38                             src[i2] != (uint8_t)u8"\u0308"[0] ||
18:24.38                                                 ^
18:24.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:661:49: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
18:24.38                             src[i2] != (uint8_t)u8"\u0308"[0] ||
18:24.38                                                 ^~
18:24.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:662:53: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a [-Wc++2a-compat]
18:24.38                             src[i2 + 1] != (uint8_t)u8"\u0308"[1];
18:24.38                                                     ^
18:24.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:662:53: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
18:24.38                             src[i2 + 1] != (uint8_t)u8"\u0308"[1];
18:24.38                                                     ^~
18:24.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:667:49: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a [-Wc++2a-compat]
18:24.39                             src[i2] != (uint8_t)u8"\u0301"[0] ||
18:24.39                                                 ^
18:24.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:667:49: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
18:24.39                             src[i2] != (uint8_t)u8"\u0301"[0] ||
18:24.39                                                 ^~
18:24.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:668:53: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a [-Wc++2a-compat]
18:24.39                             src[i2 + 1] != (uint8_t)u8"\u0301"[1];
18:24.39                                                     ^
18:24.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:668:53: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
18:24.39                             src[i2 + 1] != (uint8_t)u8"\u0301"[1];
18:24.39                                                     ^~
18:24.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:690:35: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a [-Wc++2a-compat]
18:24.39                     sink.AppendU8(u8"\u0308", 2);  // restore or add a dialytika
18:24.39                                   ^
18:24.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:690:35: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
18:24.39                     sink.AppendU8(u8"\u0308", 2);  // restore or add a dialytika
18:24.39                                   ^~
18:24.40 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:693:35: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a [-Wc++2a-compat]
18:24.40                     sink.AppendU8(u8"\u0301", 2);
18:24.40                                   ^
18:24.40 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:693:35: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
18:24.40                     sink.AppendU8(u8"\u0301", 2);
18:24.40                                   ^~
18:24.40 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:696:35: warning: type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a [-Wc++2a-compat]
18:24.40                     sink.AppendU8(u8"\u0399", 2);
18:24.40                                   ^
18:24.40 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ucasemap.cpp:696:35: note: remove 'u8' prefix to avoid a change of behavior; Clang encodes unprefixed narrow string literals as UTF-8
18:24.40                     sink.AppendU8(u8"\u0399", 2);
18:24.40                                   ^~
18:24.60    Compiling euclid v0.22.0
18:25.16 7 warnings generated.
18:29.57    Compiling chrono v0.4.10
18:30.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/fmtable.cpp:32:
18:30.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/fmtableimp.h:13:
18:30.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
18:30.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:30.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:30.32         U_ASSERT(category <= 0xf),
18:30.32                                  ^
18:30.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:30.32         U_ASSERT(category <= 0xf),
18:30.32         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:30.32         static_cast<void>(       )
18:30.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:30.32 #   define U_ASSERT(exp) void()
18:30.32                          ^~~~~~
18:30.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/fmtable.cpp:32:
18:30.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/fmtableimp.h:13:
18:30.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
18:30.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:30.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:30.32         U_ASSERT(field <= 0xf),
18:30.32                               ^
18:30.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:30.32         U_ASSERT(field <= 0xf),
18:30.32         ^~~~~~~~~~~~~~~~~~~~~~
18:30.32         static_cast<void>(    )
18:30.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:30.32 #   define U_ASSERT(exp) void()
18:30.32                          ^~~~~~
18:30.95 2 warnings generated.
18:32.75 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.cpp:8:
18:32.75 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:32.75         U_ASSERT(category <= 0xf),
18:32.75                                  ^
18:32.75 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:32.75         U_ASSERT(category <= 0xf),
18:32.75         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:32.75         static_cast<void>(       )
18:32.75 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:32.76 #   define U_ASSERT(exp) void()
18:32.76                          ^~~~~~
18:32.76 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.cpp:8:
18:32.76 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:32.76         U_ASSERT(field <= 0xf),
18:32.76                               ^
18:32.76 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:32.76         U_ASSERT(field <= 0xf),
18:32.76         ^~~~~~~~~~~~~~~~~~~~~~
18:32.76         static_cast<void>(    )
18:32.76 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:32.76 #   define U_ASSERT(exp) void()
18:32.76                          ^~~~~~
18:33.23 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:33.28 2 warnings generated.
18:34.04 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_iterimpl.cpp:12:
18:34.04 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:34.04 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:34.04         U_ASSERT(category <= 0xf),
18:34.04                                  ^
18:34.05 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:34.05         U_ASSERT(category <= 0xf),
18:34.05         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:34.05         static_cast<void>(       )
18:34.05 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:34.05 #   define U_ASSERT(exp) void()
18:34.05                          ^~~~~~
18:34.05 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_iterimpl.cpp:12:
18:34.05 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:34.05 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:34.05         U_ASSERT(field <= 0xf),
18:34.05                               ^
18:34.05 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:34.05         U_ASSERT(field <= 0xf),
18:34.05         ^~~~~~~~~~~~~~~~~~~~~~
18:34.05         static_cast<void>(    )
18:34.05 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:34.05 #   define U_ASSERT(exp) void()
18:34.05                          ^~~~~~
18:34.38 2 warnings generated.
18:35.13 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_sbimpl.cpp:13:
18:35.13 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:35.13 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:35.13         U_ASSERT(category <= 0xf),
18:35.13                                  ^
18:35.13 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:35.14         U_ASSERT(category <= 0xf),
18:35.14         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:35.14         static_cast<void>(       )
18:35.14 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:35.14 #   define U_ASSERT(exp) void()
18:35.14                          ^~~~~~
18:35.14 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_sbimpl.cpp:13:
18:35.14 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:35.14 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:35.14         U_ASSERT(field <= 0xf),
18:35.14                               ^
18:35.14 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:35.14         U_ASSERT(field <= 0xf),
18:35.14         ^~~~~~~~~~~~~~~~~~~~~~
18:35.14         static_cast<void>(    )
18:35.14 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:35.14 #   define U_ASSERT(exp) void()
18:35.14                          ^~~~~~
18:35.43 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:35.70 2 warnings generated.
18:36.54    Compiling app_units v0.7.0
18:36.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedvalue.cpp:9:
18:36.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:36.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:36.64         U_ASSERT(category <= 0xf),
18:36.64                                  ^
18:36.64 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:36.64         U_ASSERT(category <= 0xf),
18:36.64         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:36.64         static_cast<void>(       )
18:36.64 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:36.64 #   define U_ASSERT(exp) void()
18:36.64                          ^~~~~~
18:36.64 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedvalue.cpp:9:
18:36.64 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:36.64 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:36.64         U_ASSERT(field <= 0xf),
18:36.64                               ^
18:36.64 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:36.64         U_ASSERT(field <= 0xf),
18:36.64         ^~~~~~~~~~~~~~~~~~~~~~
18:36.64         static_cast<void>(    )
18:36.64 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:36.64 #   define U_ASSERT(exp) void()
18:36.64                          ^~~~~~
18:36.82    Compiling serde_with v1.4.0
18:37.00 2 warnings generated.
18:38.30    Compiling ron v0.6.2
18:47.62 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/listformatter.cpp:35:
18:47.62 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:47.62 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:47.62         U_ASSERT(category <= 0xf),
18:47.62                                  ^
18:47.62 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:47.62         U_ASSERT(category <= 0xf),
18:47.63         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:47.63         static_cast<void>(       )
18:47.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:47.63 #   define U_ASSERT(exp) void()
18:47.63                          ^~~~~~
18:47.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/listformatter.cpp:35:
18:47.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
18:47.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:47.63         U_ASSERT(field <= 0xf),
18:47.63                               ^
18:47.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:47.63         U_ASSERT(field <= 0xf),
18:47.63         ^~~~~~~~~~~~~~~~~~~~~~
18:47.63         static_cast<void>(    )
18:47.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:47.63 #   define U_ASSERT(exp) void()
18:47.63                          ^~~~~~
18:47.94    Compiling serde_bytes v0.11.2
18:48.67 2 warnings generated.
18:48.89    Compiling webrender_build v0.0.1 (/Users/shinobee/src/mozilla-unified/gfx/wr/webrender_build)
18:49.95 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/measfmt.cpp:40:
18:49.95 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_longnames.h:11:
18:49.95 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utils.h:11:
18:49.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:49.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:49.96         U_ASSERT(category <= 0xf),
18:49.96                                  ^
18:49.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:49.96         U_ASSERT(category <= 0xf),
18:49.96         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:49.96         static_cast<void>(       )
18:49.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:49.96 #   define U_ASSERT(exp) void()
18:49.96                          ^~~~~~
18:49.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/measfmt.cpp:40:
18:49.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_longnames.h:11:
18:49.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utils.h:11:
18:49.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:49.97 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:49.97         U_ASSERT(field <= 0xf),
18:49.97                               ^
18:49.97 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:49.97         U_ASSERT(field <= 0xf),
18:49.97         ^~~~~~~~~~~~~~~~~~~~~~
18:49.97         static_cast<void>(    )
18:49.97 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:49.97 #   define U_ASSERT(exp) void()
18:49.97                          ^~~~~~
18:50.18 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:51.07 2 warnings generated.
18:53.18    Compiling rust_decimal v1.7.0
18:53.90 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/measunit_extra.cpp:13:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
18:53.90 #define UNISTR_FROM_STRING_EXPLICIT
18:53.90         ^
18:53.90 <command line>:14:9: note: previous definition is here
18:53.90 #define UNISTR_FROM_STRING_EXPLICIT explicit
18:53.90         ^
18:54.24 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:55.55 1 warning generated.
18:57.14    Compiling toml v0.4.5
18:57.83 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/msgfmt.cpp:52:
18:57.83 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
18:57.83 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:57.83 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
18:57.83         U_ASSERT(category <= 0xf),
18:57.83                                  ^
18:57.84 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
18:57.84         U_ASSERT(category <= 0xf),
18:57.84         ^~~~~~~~~~~~~~~~~~~~~~~~~
18:57.84         static_cast<void>(       )
18:57.84 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:57.84 #   define U_ASSERT(exp) void()
18:57.84                          ^~~~~~
18:57.84 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/msgfmt.cpp:52:
18:57.84 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
18:57.84 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
18:57.84 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
18:57.84         U_ASSERT(field <= 0xf),
18:57.84                               ^
18:57.85 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
18:57.85         U_ASSERT(field <= 0xf),
18:57.85         ^~~~~~~~~~~~~~~~~~~~~~
18:57.85         static_cast<void>(    )
18:57.85 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
18:57.85 #   define U_ASSERT(exp) void()
18:57.85                          ^~~~~~
18:58.17 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
18:59.50 2 warnings generated.
19:04.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/nfsubs.cpp:22:
19:04.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/fmtableimp.h:13:
19:04.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:04.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:04.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:04.12         U_ASSERT(category <= 0xf),
19:04.12                                  ^
19:04.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:04.12         U_ASSERT(category <= 0xf),
19:04.12         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:04.12         static_cast<void>(       )
19:04.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:04.12 #   define U_ASSERT(exp) void()
19:04.12                          ^~~~~~
19:04.12 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/nfsubs.cpp:22:
19:04.12 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/fmtableimp.h:13:
19:04.12 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:04.12 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:04.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:04.12         U_ASSERT(field <= 0xf),
19:04.12                               ^
19:04.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:04.13         U_ASSERT(field <= 0xf),
19:04.13         ^~~~~~~~~~~~~~~~~~~~~~
19:04.13         static_cast<void>(    )
19:04.13 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:04.13 #   define U_ASSERT(exp) void()
19:04.13                          ^~~~~~
19:05.01 2 warnings generated.
19:06.80 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_affixutils.cpp:8:
19:06.81 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_affixutils.h:11:
19:06.81 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:06.81 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:06.81         U_ASSERT(category <= 0xf),
19:06.81                                  ^
19:06.81 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:06.81         U_ASSERT(category <= 0xf),
19:06.81         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:06.81         static_cast<void>(       )
19:06.81 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:06.81 #   define U_ASSERT(exp) void()
19:06.81                          ^~~~~~
19:06.81 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_affixutils.cpp:8:
19:06.81 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_affixutils.h:11:
19:06.81 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:06.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:06.82         U_ASSERT(field <= 0xf),
19:06.82                               ^
19:06.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:06.82         U_ASSERT(field <= 0xf),
19:06.82         ^~~~~~~~~~~~~~~~~~~~~~
19:06.82         static_cast<void>(    )
19:06.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:06.82 #   define U_ASSERT(exp) void()
19:06.82                          ^~~~~~
19:07.25 2 warnings generated.
19:07.35 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_asformat.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:07.35 #define UNISTR_FROM_STRING_EXPLICIT
19:07.35         ^
19:07.35 <command line>:14:9: note: previous definition is here
19:07.35 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:07.35         ^
19:08.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_asformat.cpp:14:
19:08.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_asformat.h:11:
19:08.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:08.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:08.11         U_ASSERT(category <= 0xf),
19:08.11                                  ^
19:08.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:08.11         U_ASSERT(category <= 0xf),
19:08.11         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:08.11         static_cast<void>(       )
19:08.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:08.12 #   define U_ASSERT(exp) void()
19:08.12                          ^~~~~~
19:08.12 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_asformat.cpp:14:
19:08.12 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_asformat.h:11:
19:08.12 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:08.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:08.12         U_ASSERT(field <= 0xf),
19:08.12                               ^
19:08.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:08.12         U_ASSERT(field <= 0xf),
19:08.12         ^~~~~~~~~~~~~~~~~~~~~~
19:08.12         static_cast<void>(    )
19:08.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:08.12 #   define U_ASSERT(exp) void()
19:08.12                          ^~~~~~
19:08.45 3 warnings generated.
19:08.55 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_capi.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:08.55 #define UNISTR_FROM_STRING_EXPLICIT
19:08.55         ^
19:08.55 <command line>:14:9: note: previous definition is here
19:08.55 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:08.55         ^
19:08.60 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:09.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_capi.cpp:13:
19:09.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utypes.h:11:
19:09.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:09.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:09.31         U_ASSERT(category <= 0xf),
19:09.31                                  ^
19:09.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:09.31         U_ASSERT(category <= 0xf),
19:09.32         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:09.32         static_cast<void>(       )
19:09.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:09.32 #   define U_ASSERT(exp) void()
19:09.32                          ^~~~~~
19:09.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_capi.cpp:13:
19:09.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utypes.h:11:
19:09.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:09.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:09.32         U_ASSERT(field <= 0xf),
19:09.32                               ^
19:09.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:09.32         U_ASSERT(field <= 0xf),
19:09.32         ^~~~~~~~~~~~~~~~~~~~~~
19:09.32         static_cast<void>(    )
19:09.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:09.32 #   define U_ASSERT(exp) void()
19:09.32                          ^~~~~~
19:09.72 3 warnings generated.
19:10.29    Compiling crossbeam-deque v0.7.2
19:10.55 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_compact.cpp:13:
19:10.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_compact.h:11:
19:10.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:10.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:10.56         U_ASSERT(category <= 0xf),
19:10.56                                  ^
19:10.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:10.56         U_ASSERT(category <= 0xf),
19:10.56         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:10.56         static_cast<void>(       )
19:10.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:10.56 #   define U_ASSERT(exp) void()
19:10.56                          ^~~~~~
19:10.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_compact.cpp:13:
19:10.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_compact.h:11:
19:10.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:10.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:10.56         U_ASSERT(field <= 0xf),
19:10.56                               ^
19:10.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:10.56         U_ASSERT(field <= 0xf),
19:10.56         ^~~~~~~~~~~~~~~~~~~~~~
19:10.56         static_cast<void>(    )
19:10.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:10.56 #   define U_ASSERT(exp) void()
19:10.56                          ^~~~~~
19:10.67    Compiling mdns_service v0.1.0 (/Users/shinobee/src/mozilla-unified/dom/media/webrtc/transport/mdns_service)
19:11.09 2 warnings generated.
19:11.17 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_currencysymbols.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:11.17 #define UNISTR_FROM_STRING_EXPLICIT
19:11.17         ^
19:11.17 <command line>:14:9: note: previous definition is here
19:11.17 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:11.17         ^
19:11.84 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:11.98    Compiling gkrust_utils v0.1.0 (/Users/shinobee/src/mozilla-unified/xpcom/rust/gkrust_utils)
19:12.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_currencysymbols.cpp:12:
19:12.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:12.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:12.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:12.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:12.31         U_ASSERT(category <= 0xf),
19:12.31                                  ^
19:12.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:12.31         U_ASSERT(category <= 0xf),
19:12.31         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:12.31         static_cast<void>(       )
19:12.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:12.31 #   define U_ASSERT(exp) void()
19:12.31                          ^~~~~~
19:12.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_currencysymbols.cpp:12:
19:12.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:12.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:12.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:12.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:12.32         U_ASSERT(field <= 0xf),
19:12.32                               ^
19:12.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:12.32         U_ASSERT(field <= 0xf),
19:12.32         ^~~~~~~~~~~~~~~~~~~~~~
19:12.32         static_cast<void>(    )
19:12.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:12.32 #   define U_ASSERT(exp) void()
19:12.32                          ^~~~~~
19:12.32    Compiling profiler_helper v0.1.0 (/Users/shinobee/src/mozilla-unified/tools/profiler/rust-helper)
19:12.57 3 warnings generated.
19:13.45 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.cpp:17:
19:13.45 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:13.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:13.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:13.46         U_ASSERT(category <= 0xf),
19:13.46                                  ^
19:13.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:13.46         U_ASSERT(category <= 0xf),
19:13.46         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:13.46         static_cast<void>(       )
19:13.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:13.46 #   define U_ASSERT(exp) void()
19:13.46                          ^~~~~~
19:13.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.cpp:17:
19:13.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:13.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:13.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:13.46         U_ASSERT(field <= 0xf),
19:13.47                               ^
19:13.47 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:13.47         U_ASSERT(field <= 0xf),
19:13.47         ^~~~~~~~~~~~~~~~~~~~~~
19:13.47         static_cast<void>(    )
19:13.47 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:13.47 #   define U_ASSERT(exp) void()
19:13.47                          ^~~~~~
19:14.64    Compiling objc v0.2.6
19:14.71 2 warnings generated.
19:15.58 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimfmtprops.cpp:8:
19:15.58 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimfmtprops.h:16:
19:15.58 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:15.59 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:15.59         U_ASSERT(category <= 0xf),
19:15.59                                  ^
19:15.59 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:15.59         U_ASSERT(category <= 0xf),
19:15.59         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:15.59         static_cast<void>(       )
19:15.59 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:15.59 #   define U_ASSERT(exp) void()
19:15.59                          ^~~~~~
19:15.59 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimfmtprops.cpp:8:
19:15.59 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimfmtprops.h:16:
19:15.59 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:15.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:15.60         U_ASSERT(field <= 0xf),
19:15.60                               ^
19:15.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:15.60         U_ASSERT(field <= 0xf),
19:15.60         ^~~~~~~~~~~~~~~~~~~~~~
19:15.60         static_cast<void>(    )
19:15.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:15.60 #   define U_ASSERT(exp) void()
19:15.60                          ^~~~~~
19:16.03 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:16.10 2 warnings generated.
19:17.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uniset.cpp:192:77: warning: possible misuse of comma operator here [-Wcomma]
19:17.32                     (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
19:17.32                                                                             ^
19:17.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uniset.cpp:192:22: note: cast expression to void to silence warning
19:17.32                     (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
19:17.32                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19:17.32                      static_cast<void>(                                     )
19:17.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uniset.cpp:255:73: warning: possible misuse of comma operator here [-Wcomma]
19:17.32                 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
19:17.32                                                                         ^
19:17.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uniset.cpp:255:18: note: cast expression to void to silence warning
19:17.32                 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
19:17.32                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19:17.32                  static_cast<void>(                                     )
19:17.43 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_fluent.cpp:10:
19:17.43 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:17.43 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:17.43 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:17.43         U_ASSERT(category <= 0xf),
19:17.43                                  ^
19:17.43 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:17.43         U_ASSERT(category <= 0xf),
19:17.44         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:17.44         static_cast<void>(       )
19:17.44 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:17.44 #   define U_ASSERT(exp) void()
19:17.44                          ^~~~~~
19:17.44 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_fluent.cpp:10:
19:17.44 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:17.44 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:17.44 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:17.44         U_ASSERT(field <= 0xf),
19:17.44                               ^
19:17.44 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:17.44         U_ASSERT(field <= 0xf),
19:17.44         ^~~~~~~~~~~~~~~~~~~~~~
19:17.44         static_cast<void>(    )
19:17.44 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:17.44 #   define U_ASSERT(exp) void()
19:17.44                          ^~~~~~
19:18.08    Compiling phf_codegen v0.8.0
19:18.26    Compiling phf_macros v0.8.0
19:18.71 2 warnings generated.
19:18.82 2 warnings generated.
19:19.66 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_formatimpl.cpp:12:
19:19.66 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_formatimpl.h:10:
19:19.66 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:19.66 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:19.66         U_ASSERT(category <= 0xf),
19:19.66                                  ^
19:19.67 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:19.67         U_ASSERT(category <= 0xf),
19:19.67         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:19.67         static_cast<void>(       )
19:19.67 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:19.67 #   define U_ASSERT(exp) void()
19:19.67                          ^~~~~~
19:19.67 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_formatimpl.cpp:12:
19:19.67 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_formatimpl.h:10:
19:19.67 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:19.67 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:19.67         U_ASSERT(field <= 0xf),
19:19.67                               ^
19:19.67 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:19.67         U_ASSERT(field <= 0xf),
19:19.67         ^~~~~~~~~~~~~~~~~~~~~~
19:19.67         static_cast<void>(    )
19:19.67 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:19.67 #   define U_ASSERT(exp) void()
19:19.67                          ^~~~~~
19:19.84 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:20.43 2 warnings generated.
19:21.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_grouping.cpp:9:
19:21.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.h:14:
19:21.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:21.29 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:21.29         U_ASSERT(category <= 0xf),
19:21.29                                  ^
19:21.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:21.30         U_ASSERT(category <= 0xf),
19:21.30         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:21.30         static_cast<void>(       )
19:21.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:21.30 #   define U_ASSERT(exp) void()
19:21.30                          ^~~~~~
19:21.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_grouping.cpp:9:
19:21.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.h:14:
19:21.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:21.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:21.30         U_ASSERT(field <= 0xf),
19:21.30                               ^
19:21.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:21.30         U_ASSERT(field <= 0xf),
19:21.30         ^~~~~~~~~~~~~~~~~~~~~~
19:21.30         static_cast<void>(    )
19:21.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:21.30 #   define U_ASSERT(exp) void()
19:21.30                          ^~~~~~
19:21.58 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:21.61 2 warnings generated.
19:22.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_integerwidth.cpp:9:
19:22.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:22.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:22.46         U_ASSERT(category <= 0xf),
19:22.46                                  ^
19:22.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:22.46         U_ASSERT(category <= 0xf),
19:22.46         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:22.46         static_cast<void>(       )
19:22.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:22.46 #   define U_ASSERT(exp) void()
19:22.46                          ^~~~~~
19:22.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_integerwidth.cpp:9:
19:22.46 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:22.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:22.46         U_ASSERT(field <= 0xf),
19:22.46                               ^
19:22.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:22.46         U_ASSERT(field <= 0xf),
19:22.46         ^~~~~~~~~~~~~~~~~~~~~~
19:22.46         static_cast<void>(    )
19:22.46 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:22.47 #   define U_ASSERT(exp) void()
19:22.47                          ^~~~~~
19:22.65 2 warnings generated.
19:23.49 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_longnames.cpp:13:
19:23.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_longnames.h:11:
19:23.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utils.h:11:
19:23.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:23.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:23.50         U_ASSERT(category <= 0xf),
19:23.50                                  ^
19:23.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:23.50         U_ASSERT(category <= 0xf),
19:23.50         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:23.50         static_cast<void>(       )
19:23.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:23.50 #   define U_ASSERT(exp) void()
19:23.50                          ^~~~~~
19:23.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_longnames.cpp:13:
19:23.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_longnames.h:11:
19:23.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utils.h:11:
19:23.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:23.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:23.50         U_ASSERT(field <= 0xf),
19:23.50                               ^
19:23.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:23.50         U_ASSERT(field <= 0xf),
19:23.51         ^~~~~~~~~~~~~~~~~~~~~~
19:23.51         static_cast<void>(    )
19:23.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:23.51 #   define U_ASSERT(exp) void()
19:23.51                          ^~~~~~
19:24.09 2 warnings generated.
19:24.17 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_mapper.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:24.17 #define UNISTR_FROM_STRING_EXPLICIT
19:24.17         ^
19:24.17 <command line>:14:9: note: previous definition is here
19:24.17 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:24.17         ^
19:24.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_mapper.cpp:12:
19:24.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_mapper.h:11:
19:24.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:24.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:24.92         U_ASSERT(category <= 0xf),
19:24.92                                  ^
19:24.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:24.92         U_ASSERT(category <= 0xf),
19:24.92         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:24.92         static_cast<void>(       )
19:24.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:24.92 #   define U_ASSERT(exp) void()
19:24.92                          ^~~~~~
19:24.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_mapper.cpp:12:
19:24.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_mapper.h:11:
19:24.92 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:24.92 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:24.92         U_ASSERT(field <= 0xf),
19:24.93                               ^
19:24.93 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:24.93         U_ASSERT(field <= 0xf),
19:24.93         ^~~~~~~~~~~~~~~~~~~~~~
19:24.93         static_cast<void>(    )
19:24.93 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:24.93 #   define U_ASSERT(exp) void()
19:24.93                          ^~~~~~
19:25.35 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:25.54 3 warnings generated.
19:26.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_modifiers.cpp:11:
19:26.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_modifiers.h:15:
19:26.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:26.50         U_ASSERT(category <= 0xf),
19:26.50                                  ^
19:26.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:26.50         U_ASSERT(category <= 0xf),
19:26.50         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:26.51         static_cast<void>(       )
19:26.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:26.51 #   define U_ASSERT(exp) void()
19:26.51                          ^~~~~~
19:26.51 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_modifiers.cpp:11:
19:26.51 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_modifiers.h:15:
19:26.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:26.51         U_ASSERT(field <= 0xf),
19:26.51                               ^
19:26.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:26.51         U_ASSERT(field <= 0xf),
19:26.51         ^~~~~~~~~~~~~~~~~~~~~~
19:26.51         static_cast<void>(    )
19:26.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:26.51 #   define U_ASSERT(exp) void()
19:26.51                          ^~~~~~
19:26.63 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:27.29 2 warnings generated.
19:27.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_multiplier.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:27.38 #define UNISTR_FROM_STRING_EXPLICIT
19:27.38         ^
19:27.38 <command line>:14:9: note: previous definition is here
19:27.38 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:27.38         ^
19:27.78 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:28.19 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_multiplier.cpp:13:
19:28.19 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:28.19 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:28.19         U_ASSERT(category <= 0xf),
19:28.19                                  ^
19:28.19 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:28.19         U_ASSERT(category <= 0xf),
19:28.19         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:28.19         static_cast<void>(       )
19:28.19 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:28.19 #   define U_ASSERT(exp) void()
19:28.19                          ^~~~~~
19:28.19 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_multiplier.cpp:13:
19:28.20 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:28.20 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:28.20         U_ASSERT(field <= 0xf),
19:28.20                               ^
19:28.20 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:28.20         U_ASSERT(field <= 0xf),
19:28.20         ^~~~~~~~~~~~~~~~~~~~~~
19:28.20         static_cast<void>(    )
19:28.20 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:28.20 #   define U_ASSERT(exp) void()
19:28.20                          ^~~~~~
19:28.53 3 warnings generated.
19:29.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_notation.cpp:9:
19:29.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:29.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:29.36         U_ASSERT(category <= 0xf),
19:29.36                                  ^
19:29.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:29.36         U_ASSERT(category <= 0xf),
19:29.36         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:29.36         static_cast<void>(       )
19:29.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:29.36 #   define U_ASSERT(exp) void()
19:29.36                          ^~~~~~
19:29.36 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_notation.cpp:9:
19:29.36 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:29.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:29.36         U_ASSERT(field <= 0xf),
19:29.36                               ^
19:29.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:29.36         U_ASSERT(field <= 0xf),
19:29.36         ^~~~~~~~~~~~~~~~~~~~~~
19:29.36         static_cast<void>(    )
19:29.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:29.36 #   define U_ASSERT(exp) void()
19:29.36                          ^~~~~~
19:29.48 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:29.51 2 warnings generated.
19:30.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_output.cpp:9:
19:30.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utypes.h:11:
19:30.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:30.35 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:30.35         U_ASSERT(category <= 0xf),
19:30.35                                  ^
19:30.35 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:30.35         U_ASSERT(category <= 0xf),
19:30.35         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:30.35         static_cast<void>(       )
19:30.35 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:30.35 #   define U_ASSERT(exp) void()
19:30.35                          ^~~~~~
19:30.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_output.cpp:9:
19:30.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utypes.h:11:
19:30.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:30.35 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:30.36         U_ASSERT(field <= 0xf),
19:30.36                               ^
19:30.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:30.36         U_ASSERT(field <= 0xf),
19:30.36         ^~~~~~~~~~~~~~~~~~~~~~
19:30.36         static_cast<void>(    )
19:30.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:30.36 #   define U_ASSERT(exp) void()
19:30.36                          ^~~~~~
19:30.51 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:30.63 2 warnings generated.
19:31.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_padding.cpp:9:
19:31.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:31.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:31.50         U_ASSERT(category <= 0xf),
19:31.50                                  ^
19:31.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:31.50         U_ASSERT(category <= 0xf),
19:31.50         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:31.50         static_cast<void>(       )
19:31.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:31.50 #   define U_ASSERT(exp) void()
19:31.50                          ^~~~~~
19:31.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_padding.cpp:9:
19:31.50 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:31.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:31.50         U_ASSERT(field <= 0xf),
19:31.51                               ^
19:31.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:31.51         U_ASSERT(field <= 0xf),
19:31.51         ^~~~~~~~~~~~~~~~~~~~~~
19:31.51         static_cast<void>(    )
19:31.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:31.51 #   define U_ASSERT(exp) void()
19:31.51                          ^~~~~~
19:31.72 2 warnings generated.
19:32.61 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternmodifier.cpp:9:
19:32.61 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternmodifier.h:12:
19:32.61 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.h:14:
19:32.61 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:32.61 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:32.61         U_ASSERT(category <= 0xf),
19:32.62                                  ^
19:32.62 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:32.62         U_ASSERT(category <= 0xf),
19:32.63         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:32.63         static_cast<void>(       )
19:32.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:32.63 #   define U_ASSERT(exp) void()
19:32.63                          ^~~~~~
19:32.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternmodifier.cpp:9:
19:32.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternmodifier.h:12:
19:32.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.h:14:
19:32.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:32.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:32.63         U_ASSERT(field <= 0xf),
19:32.63                               ^
19:32.64 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:32.64         U_ASSERT(field <= 0xf),
19:32.64         ^~~~~~~~~~~~~~~~~~~~~~
19:32.64         static_cast<void>(    )
19:32.64 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:32.64 #   define U_ASSERT(exp) void()
19:32.64                          ^~~~~~
19:33.13 2 warnings generated.
19:33.21 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:33.21 #define UNISTR_FROM_STRING_EXPLICIT
19:33.21         ^
19:33.21 <command line>:14:9: note: previous definition is here
19:33.21 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:33.21         ^
19:33.21 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.cpp:11:9: warning: 'UNISTR_FROM_CHAR_EXPLICIT' macro redefined [-Wmacro-redefined]
19:33.21 #define UNISTR_FROM_CHAR_EXPLICIT
19:33.21         ^
19:33.21 <command line>:13:9: note: previous definition is here
19:33.21 #define UNISTR_FROM_CHAR_EXPLICIT explicit
19:33.21         ^
19:33.61 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:33.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.cpp:14:
19:33.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.h:14:
19:33.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:33.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:33.96         U_ASSERT(category <= 0xf),
19:33.96                                  ^
19:33.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:33.96         U_ASSERT(category <= 0xf),
19:33.96         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:33.96         static_cast<void>(       )
19:33.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:33.96 #   define U_ASSERT(exp) void()
19:33.96                          ^~~~~~
19:33.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.cpp:14:
19:33.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.h:14:
19:33.96 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:33.97 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:33.97         U_ASSERT(field <= 0xf),
19:33.97                               ^
19:33.97 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:33.97         U_ASSERT(field <= 0xf),
19:33.97         ^~~~~~~~~~~~~~~~~~~~~~
19:33.97         static_cast<void>(    )
19:33.97 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:33.97 #   define U_ASSERT(exp) void()
19:33.97                          ^~~~~~
19:34.15 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_patternstring.cpp:1117:12: warning: 'return' will never be executed [-Wunreachable-code-return]
19:34.15     return PATTERN_SIGN_TYPE_POS;
19:34.15            ^~~~~~~~~~~~~~~~~~~~~
19:34.93 5 warnings generated.
19:35.75 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_rounding.cpp:10:
19:35.75 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:35.75 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:35.75         U_ASSERT(category <= 0xf),
19:35.75                                  ^
19:35.75 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:35.75         U_ASSERT(category <= 0xf),
19:35.75         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:35.75         static_cast<void>(       )
19:35.75 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:35.75 #   define U_ASSERT(exp) void()
19:35.75                          ^~~~~~
19:35.75 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_rounding.cpp:10:
19:35.76 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:35.76 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:35.76         U_ASSERT(field <= 0xf),
19:35.76                               ^
19:35.76 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:35.76         U_ASSERT(field <= 0xf),
19:35.76         ^~~~~~~~~~~~~~~~~~~~~~
19:35.76         static_cast<void>(    )
19:35.76 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:35.76 #   define U_ASSERT(exp) void()
19:35.76                          ^~~~~~
19:36.13 2 warnings generated.
19:37.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_scientific.cpp:9:
19:37.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_scientific.h:10:
19:37.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:37.10 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:37.10         U_ASSERT(category <= 0xf),
19:37.10                                  ^
19:37.10 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:37.11         U_ASSERT(category <= 0xf),
19:37.11         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:37.11         static_cast<void>(       )
19:37.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:37.11 #   define U_ASSERT(exp) void()
19:37.11                          ^~~~~~
19:37.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_scientific.cpp:9:
19:37.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_scientific.h:10:
19:37.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:37.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:37.11         U_ASSERT(field <= 0xf),
19:37.11                               ^
19:37.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:37.11         U_ASSERT(field <= 0xf),
19:37.11         ^~~~~~~~~~~~~~~~~~~~~~
19:37.11         static_cast<void>(    )
19:37.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:37.11 #   define U_ASSERT(exp) void()
19:37.11                          ^~~~~~
19:37.28 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:37.43 2 warnings generated.
19:37.51 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_skeletons.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:37.51 #define UNISTR_FROM_STRING_EXPLICIT
19:37.51         ^
19:37.51 <command line>:14:9: note: previous definition is here
19:37.51 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:37.51         ^
19:38.10 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:38.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_skeletons.cpp:13:
19:38.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_skeletons.h:10:
19:38.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:38.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:38.30         U_ASSERT(category <= 0xf),
19:38.30                                  ^
19:38.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:38.30         U_ASSERT(category <= 0xf),
19:38.30         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:38.30         static_cast<void>(       )
19:38.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:38.30 #   define U_ASSERT(exp) void()
19:38.30                          ^~~~~~
19:38.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_skeletons.cpp:13:
19:38.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_skeletons.h:10:
19:38.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:38.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:38.31         U_ASSERT(field <= 0xf),
19:38.31                               ^
19:38.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:38.31         U_ASSERT(field <= 0xf),
19:38.31         ^~~~~~~~~~~~~~~~~~~~~~
19:38.31         static_cast<void>(    )
19:38.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:38.31 #   define U_ASSERT(exp) void()
19:38.31                          ^~~~~~
19:38.86 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:39.69 3 warnings generated.
19:39.78 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utils.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:39.78 #define UNISTR_FROM_STRING_EXPLICIT
19:39.78         ^
19:39.78 <command line>:14:9: note: previous definition is here
19:39.78 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:39.78         ^
19:39.80 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:40.23    Compiling error-support v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
19:40.30    Compiling ece v1.1.2
19:40.62 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utils.cpp:15:
19:40.62 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:40.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:40.63         U_ASSERT(category <= 0xf),
19:40.63                                  ^
19:40.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:40.63         U_ASSERT(category <= 0xf),
19:40.63         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:40.63         static_cast<void>(       )
19:40.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:40.63 #   define U_ASSERT(exp) void()
19:40.63                          ^~~~~~
19:40.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utils.cpp:15:
19:40.63 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:40.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:40.63         U_ASSERT(field <= 0xf),
19:40.63                               ^
19:40.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:40.63         U_ASSERT(field <= 0xf),
19:40.63         ^~~~~~~~~~~~~~~~~~~~~~
19:40.63         static_cast<void>(    )
19:40.63 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:40.63 #   define U_ASSERT(exp) void()
19:40.63                          ^~~~~~
19:40.69 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:41.07 3 warnings generated.
19:42.52 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numfmt.cpp:57:
19:42.52 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:42.52 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:42.52 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:42.52         U_ASSERT(category <= 0xf),
19:42.52                                  ^
19:42.52 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:42.52         U_ASSERT(category <= 0xf),
19:42.52         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:42.52         static_cast<void>(       )
19:42.52 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:42.52 #   define U_ASSERT(exp) void()
19:42.52                          ^~~~~~
19:42.52 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numfmt.cpp:57:
19:42.52 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:42.52 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:42.53 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:42.53         U_ASSERT(field <= 0xf),
19:42.53                               ^
19:42.53 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:42.53         U_ASSERT(field <= 0xf),
19:42.53         ^~~~~~~~~~~~~~~~~~~~~~
19:42.53         static_cast<void>(    )
19:42.53 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:42.53 #   define U_ASSERT(exp) void()
19:42.53                          ^~~~~~
19:42.61 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numfmt.cpp:1309:15: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
19:42.61     if (style < 0 || style >= UNUM_FORMAT_STYLE_COUNT) {
19:42.62         ~~~~~ ^ ~
19:43.29 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:43.50 3 warnings generated.
19:43.61 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_affixes.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:43.61 #define UNISTR_FROM_STRING_EXPLICIT
19:43.61         ^
19:43.61 <command line>:14:9: note: previous definition is here
19:43.61 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:43.61         ^
19:43.79 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:44.34    Compiling wgpu-types v0.5.0 (/Users/shinobee/src/mozilla-unified/gfx/wgpu/wgpu-types)
19:44.44 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_affixes.cpp:12:
19:44.44 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:44.44 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:44.44 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:44.44 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:44.44         U_ASSERT(category <= 0xf),
19:44.44                                  ^
19:44.45 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:44.45         U_ASSERT(category <= 0xf),
19:44.45         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:44.45         static_cast<void>(       )
19:44.45 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:44.45 #   define U_ASSERT(exp) void()
19:44.45                          ^~~~~~
19:44.45 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_affixes.cpp:12:
19:44.45 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:44.45 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:44.45 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:44.45 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:44.45         U_ASSERT(field <= 0xf),
19:44.45                               ^
19:44.45 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:44.45         U_ASSERT(field <= 0xf),
19:44.45         ^~~~~~~~~~~~~~~~~~~~~~
19:44.45         static_cast<void>(    )
19:44.45 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:44.45 #   define U_ASSERT(exp) void()
19:44.45                          ^~~~~~
19:44.77 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:45.18 3 warnings generated.
19:45.26 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_compositions.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:45.26 #define UNISTR_FROM_STRING_EXPLICIT
19:45.26         ^
19:45.26 <command line>:14:9: note: previous definition is here
19:45.26 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:45.26         ^
19:45.89 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:46.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_compositions.cpp:12:
19:46.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:46.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:46.06 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:46.06 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:46.06         U_ASSERT(category <= 0xf),
19:46.07                                  ^
19:46.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:46.07         U_ASSERT(category <= 0xf),
19:46.07         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:46.07         static_cast<void>(       )
19:46.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:46.07 #   define U_ASSERT(exp) void()
19:46.07                          ^~~~~~
19:46.07 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_compositions.cpp:12:
19:46.07 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:46.07 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:46.07 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:46.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:46.07         U_ASSERT(field <= 0xf),
19:46.07                               ^
19:46.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:46.07         U_ASSERT(field <= 0xf),
19:46.07         ^~~~~~~~~~~~~~~~~~~~~~
19:46.07         static_cast<void>(    )
19:46.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:46.07 #   define U_ASSERT(exp) void()
19:46.07                          ^~~~~~
19:46.10 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_compositions.cpp:67:5: warning: loop will run at most once (loop increment never executed) [-Wunreachable-code-loop-increment]
19:46.10     for (auto& matcher : *this) {
19:46.10     ^~~
19:46.39 4 warnings generated.
19:46.49 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_currency.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:46.50 #define UNISTR_FROM_STRING_EXPLICIT
19:46.50         ^
19:46.50 <command line>:14:9: note: previous definition is here
19:46.50 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:46.50         ^
19:47.37 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_currency.cpp:12:
19:47.37 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:47.37 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:47.37 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:47.37 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:47.37         U_ASSERT(category <= 0xf),
19:47.38                                  ^
19:47.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:47.38         U_ASSERT(category <= 0xf),
19:47.38         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:47.38         static_cast<void>(       )
19:47.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:47.38 #   define U_ASSERT(exp) void()
19:47.38                          ^~~~~~
19:47.38 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_currency.cpp:12:
19:47.38 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:47.38 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:47.38 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:47.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:47.38         U_ASSERT(field <= 0xf),
19:47.38                               ^
19:47.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:47.38         U_ASSERT(field <= 0xf),
19:47.38         ^~~~~~~~~~~~~~~~~~~~~~
19:47.38         static_cast<void>(    )
19:47.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:47.38 #   define U_ASSERT(exp) void()
19:47.38                          ^~~~~~
19:47.68 3 warnings generated.
19:47.76 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_decimal.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:47.76 #define UNISTR_FROM_STRING_EXPLICIT
19:47.76         ^
19:47.76 <command line>:14:9: note: previous definition is here
19:47.76 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:47.76         ^
19:47.84 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:47.93    Compiling derive_common v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/derive_common)
19:48.59 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_decimal.cpp:12:
19:48.60 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:48.60 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:48.60 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:48.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:48.60         U_ASSERT(category <= 0xf),
19:48.60                                  ^
19:48.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:48.60         U_ASSERT(category <= 0xf),
19:48.60         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:48.60         static_cast<void>(       )
19:48.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:48.60 #   define U_ASSERT(exp) void()
19:48.60                          ^~~~~~
19:48.60 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_decimal.cpp:12:
19:48.60 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:48.60 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:48.60 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:48.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:48.60         U_ASSERT(field <= 0xf),
19:48.60                               ^
19:48.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:48.60         U_ASSERT(field <= 0xf),
19:48.60         ^~~~~~~~~~~~~~~~~~~~~~
19:48.60         static_cast<void>(    )
19:48.60 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:48.61 #   define U_ASSERT(exp) void()
19:48.61                          ^~~~~~
19:48.86 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:48.99 3 warnings generated.
19:49.07 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_impl.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:49.07 #define UNISTR_FROM_STRING_EXPLICIT
19:49.07         ^
19:49.07 <command line>:14:9: note: previous definition is here
19:49.07 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:49.07         ^
19:49.78 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:49.90 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_impl.cpp:14:
19:49.90 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:49.90 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:49.90         U_ASSERT(category <= 0xf),
19:49.90                                  ^
19:49.90 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:49.91         U_ASSERT(category <= 0xf),
19:49.91         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:49.91         static_cast<void>(       )
19:49.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:49.91 #   define U_ASSERT(exp) void()
19:49.91                          ^~~~~~
19:49.91 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_impl.cpp:14:
19:49.91 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:49.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:49.91         U_ASSERT(field <= 0xf),
19:49.91                               ^
19:49.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:49.91         U_ASSERT(field <= 0xf),
19:49.91         ^~~~~~~~~~~~~~~~~~~~~~
19:49.91         static_cast<void>(    )
19:49.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:49.91 #   define U_ASSERT(exp) void()
19:49.91                          ^~~~~~
19:50.25 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:50.68 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustring.cpp:861:57: warning: possible misuse of comma operator here [-Wcomma]
19:50.68             (U16_IS_TRAIL(c1) && (iter1->previous(iter1), U16_IS_LEAD(iter1->previous(iter1))))
19:50.68                                                         ^
19:50.68 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustring.cpp:861:35: note: cast expression to void to silence warning
19:50.68             (U16_IS_TRAIL(c1) && (iter1->previous(iter1), U16_IS_LEAD(iter1->previous(iter1))))
19:50.68                                   ^~~~~~~~~~~~~~~~~~~~~~
19:50.68                                   static_cast<void>(    )
19:50.68 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustring.cpp:871:57: warning: possible misuse of comma operator here [-Wcomma]
19:50.68             (U16_IS_TRAIL(c2) && (iter2->previous(iter2), U16_IS_LEAD(iter2->previous(iter2))))
19:50.68                                                         ^
19:50.68 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustring.cpp:871:35: note: cast expression to void to silence warning
19:50.68             (U16_IS_TRAIL(c2) && (iter2->previous(iter2), U16_IS_LEAD(iter2->previous(iter2))))
19:50.68                                   ^~~~~~~~~~~~~~~~~~~~~~
19:50.68                                   static_cast<void>(    )
19:51.04 3 warnings generated.
19:51.12 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_parsednumber.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:51.12 #define UNISTR_FROM_STRING_EXPLICIT
19:51.12         ^
19:51.12 <command line>:14:9: note: previous definition is here
19:51.12 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:51.12         ^
19:51.46 2 warnings generated.
19:51.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:329:50: warning: possible misuse of comma operator here [-Wcomma]
19:51.95                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:51.95                                                  ^
19:51.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:329:32: note: cast expression to void to silence warning
19:51.95                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:51.95                                ^~~~~~~~~~~~~~~~~~
19:51.95                                static_cast<void>()
19:51.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:369:50: warning: possible misuse of comma operator here [-Wcomma]
19:51.95                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:51.95                                                  ^
19:51.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:369:32: note: cast expression to void to silence warning
19:51.95                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:51.95                                ^~~~~~~~~~~~~~~~~~
19:51.95                                static_cast<void>()
19:51.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:434:54: warning: possible misuse of comma operator here [-Wcomma]
19:51.96                         if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:51.96                                                      ^
19:51.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:434:36: note: cast expression to void to silence warning
19:51.96                         if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:51.96                                    ^~~~~~~~~~~~~~~~~~
19:51.96                                    static_cast<void>()
19:51.96 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:471:50: warning: possible misuse of comma operator here [-Wcomma]
19:51.96                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:51.96                                                  ^
19:52.00 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:471:32: note: cast expression to void to silence warning
19:52.00                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:52.00                                ^~~~~~~~~~~~~~~~~~
19:52.00                                static_cast<void>()
19:52.03 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:513:50: warning: possible misuse of comma operator here [-Wcomma]
19:52.03                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:52.03                                                  ^
19:52.04 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/ustrtrns.cpp:513:32: note: cast expression to void to silence warning
19:52.05                     if(c<0 && (++numSubstitutions, c = subchar) < 0) {
19:52.05                                ^~~~~~~~~~~~~~~~~~
19:52.05                                static_cast<void>()
19:52.25 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_parsednumber.cpp:12:
19:52.25 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:52.25 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:52.25 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:52.25 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:52.25         U_ASSERT(category <= 0xf),
19:52.25                                  ^
19:52.25 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:52.25         U_ASSERT(category <= 0xf),
19:52.25         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:52.25         static_cast<void>(       )
19:52.25 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:52.25 #   define U_ASSERT(exp) void()
19:52.25                          ^~~~~~
19:52.26 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_parsednumber.cpp:12:
19:52.26 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:52.26 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:52.26 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:52.26 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:52.26         U_ASSERT(field <= 0xf),
19:52.26                               ^
19:52.26 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:52.26         U_ASSERT(field <= 0xf),
19:52.26         ^~~~~~~~~~~~~~~~~~~~~~
19:52.26         static_cast<void>(    )
19:52.26 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:52.26 #   define U_ASSERT(exp) void()
19:52.26                          ^~~~~~
19:52.43 3 warnings generated.
19:52.50 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_scientific.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:52.51 #define UNISTR_FROM_STRING_EXPLICIT
19:52.51         ^
19:52.51 <command line>:14:9: note: previous definition is here
19:52.51 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:52.51         ^
19:52.80 5 warnings generated.
19:53.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_scientific.cpp:12:
19:53.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:53.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:53.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:53.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:53.32         U_ASSERT(category <= 0xf),
19:53.32                                  ^
19:53.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:53.32         U_ASSERT(category <= 0xf),
19:53.32         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:53.32         static_cast<void>(       )
19:53.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:53.33 #   define U_ASSERT(exp) void()
19:53.33                          ^~~~~~
19:53.33 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_scientific.cpp:12:
19:53.33 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:53.33 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:53.33 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:53.33 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:53.33         U_ASSERT(field <= 0xf),
19:53.33                               ^
19:53.33 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:53.33         U_ASSERT(field <= 0xf),
19:53.33         ^~~~~~~~~~~~~~~~~~~~~~
19:53.33         static_cast<void>(    )
19:53.33 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:53.33 #   define U_ASSERT(exp) void()
19:53.33                          ^~~~~~
19:53.56 3 warnings generated.
19:53.65 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_symbols.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:53.65 #define UNISTR_FROM_STRING_EXPLICIT
19:53.65         ^
19:53.65 <command line>:14:9: note: previous definition is here
19:53.65 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:53.65         ^
19:54.40 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:54.40 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_symbols.cpp:12:
19:54.40 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:54.40 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:54.40 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:54.40 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:54.40         U_ASSERT(category <= 0xf),
19:54.41                                  ^
19:54.41 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:54.41         U_ASSERT(category <= 0xf),
19:54.41         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:54.41         static_cast<void>(       )
19:54.41 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:54.41 #   define U_ASSERT(exp) void()
19:54.41                          ^~~~~~
19:54.41 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_symbols.cpp:12:
19:54.41 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:54.41 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:54.41 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:54.41 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:54.41         U_ASSERT(field <= 0xf),
19:54.41                               ^
19:54.41 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:54.41         U_ASSERT(field <= 0xf),
19:54.41         ^~~~~~~~~~~~~~~~~~~~~~
19:54.41         static_cast<void>(    )
19:54.41 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:54.41 #   define U_ASSERT(exp) void()
19:54.41                          ^~~~~~
19:54.68 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:54.74 3 warnings generated.
19:54.83 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_validators.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:54.83 #define UNISTR_FROM_STRING_EXPLICIT
19:54.83         ^
19:54.83 <command line>:14:9: note: previous definition is here
19:54.83 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:54.83         ^
19:55.55 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_validators.cpp:12:
19:55.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:55.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:55.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:55.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:55.56         U_ASSERT(category <= 0xf),
19:55.56                                  ^
19:55.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:55.56         U_ASSERT(category <= 0xf),
19:55.56         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:55.56         static_cast<void>(       )
19:55.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:55.56 #   define U_ASSERT(exp) void()
19:55.56                          ^~~~~~
19:55.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_validators.cpp:12:
19:55.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
19:55.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
19:55.56 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:55.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:55.56         U_ASSERT(field <= 0xf),
19:55.56                               ^
19:55.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:55.56         U_ASSERT(field <= 0xf),
19:55.56         ^~~~~~~~~~~~~~~~~~~~~~
19:55.56         static_cast<void>(    )
19:55.56 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:55.56 #   define U_ASSERT(exp) void()
19:55.57                          ^~~~~~
19:55.58 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:55.76 3 warnings generated.
19:55.85 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_fluent.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:55.85 #define UNISTR_FROM_STRING_EXPLICIT
19:55.85         ^
19:55.85 <command line>:14:9: note: previous definition is here
19:55.85 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:55.85         ^
19:56.79 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_fluent.cpp:12:
19:56.79 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_impl.h:13:
19:56.79 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:56.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:56.79         U_ASSERT(category <= 0xf),
19:56.79                                  ^
19:56.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:56.79         U_ASSERT(category <= 0xf),
19:56.79         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:56.79         static_cast<void>(       )
19:56.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:56.79 #   define U_ASSERT(exp) void()
19:56.79                          ^~~~~~
19:56.79 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_fluent.cpp:12:
19:56.79 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_impl.h:13:
19:56.79 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:56.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:56.79         U_ASSERT(field <= 0xf),
19:56.80                               ^
19:56.80 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:56.80         U_ASSERT(field <= 0xf),
19:56.80         ^~~~~~~~~~~~~~~~~~~~~~
19:56.80         static_cast<void>(    )
19:56.80 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:56.80 #   define U_ASSERT(exp) void()
19:56.80                          ^~~~~~
19:57.08 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
19:57.84 3 warnings generated.
19:57.95 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_impl.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
19:57.95 #define UNISTR_FROM_STRING_EXPLICIT
19:57.95         ^
19:57.95 <command line>:14:9: note: previous definition is here
19:57.95 #define UNISTR_FROM_STRING_EXPLICIT explicit
19:57.95         ^
19:58.08    Compiling parking_lot_core v0.7.1
19:58.77 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_impl.cpp:13:
19:58.78 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_impl.h:13:
19:58.78 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:58.78 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
19:58.78         U_ASSERT(category <= 0xf),
19:58.78                                  ^
19:58.78 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
19:58.78         U_ASSERT(category <= 0xf),
19:58.78         ^~~~~~~~~~~~~~~~~~~~~~~~~
19:58.78         static_cast<void>(       )
19:58.78 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:58.78 #   define U_ASSERT(exp) void()
19:58.78                          ^~~~~~
19:58.78 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_impl.cpp:13:
19:58.78 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numrange_impl.h:13:
19:58.78 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
19:58.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
19:58.79         U_ASSERT(field <= 0xf),
19:58.79                               ^
19:58.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
19:58.79         U_ASSERT(field <= 0xf),
19:58.79         ^~~~~~~~~~~~~~~~~~~~~~
19:58.79         static_cast<void>(    )
19:58.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
19:58.79 #   define U_ASSERT(exp) void()
19:58.79                          ^~~~~~
19:59.58 3 warnings generated.
19:59.68    Compiling regalloc v0.0.30
20:04.48 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/plurfmt.cpp:24:
20:04.48 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:04.48 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:04.48 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
20:04.48         U_ASSERT(category <= 0xf),
20:04.48                                  ^
20:04.49 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
20:04.49         U_ASSERT(category <= 0xf),
20:04.49         ^~~~~~~~~~~~~~~~~~~~~~~~~
20:04.49         static_cast<void>(       )
20:04.49 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:04.49 #   define U_ASSERT(exp) void()
20:04.49                          ^~~~~~
20:04.49 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/plurfmt.cpp:24:
20:04.49 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:04.49 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:04.49 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
20:04.49         U_ASSERT(field <= 0xf),
20:04.49                               ^
20:04.49 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
20:04.49         U_ASSERT(field <= 0xf),
20:04.49         ^~~~~~~~~~~~~~~~~~~~~~
20:04.49         static_cast<void>(    )
20:04.49 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:04.49 #   define U_ASSERT(exp) void()
20:04.49                          ^~~~~~
20:04.69 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
20:05.16 2 warnings generated.
20:06.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/plurrule.cpp:37:
20:06.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:06.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:06.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
20:06.31         U_ASSERT(category <= 0xf),
20:06.31                                  ^
20:06.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
20:06.31         U_ASSERT(category <= 0xf),
20:06.31         ^~~~~~~~~~~~~~~~~~~~~~~~~
20:06.31         static_cast<void>(       )
20:06.31 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:06.31 #   define U_ASSERT(exp) void()
20:06.31                          ^~~~~~
20:06.31 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/plurrule.cpp:37:
20:06.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:06.32 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:06.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
20:06.32         U_ASSERT(field <= 0xf),
20:06.32                               ^
20:06.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
20:06.32         U_ASSERT(field <= 0xf),
20:06.32         ^~~~~~~~~~~~~~~~~~~~~~
20:06.32         static_cast<void>(    )
20:06.32 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:06.32 #   define U_ASSERT(exp) void()
20:06.32                          ^~~~~~
20:06.53 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
20:07.31 config/external/rlbox
20:08.08 2 warnings generated.
20:08.66    Compiling fluent-bundle v0.13.1
20:09.03 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/quantityformatter.cpp:27:
20:09.03 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:09.03 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:09.03 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
20:09.03         U_ASSERT(category <= 0xf),
20:09.03                                  ^
20:09.03 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
20:09.03         U_ASSERT(category <= 0xf),
20:09.03         ^~~~~~~~~~~~~~~~~~~~~~~~~
20:09.03         static_cast<void>(       )
20:09.03 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:09.04 #   define U_ASSERT(exp) void()
20:09.04                          ^~~~~~
20:09.04 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/quantityformatter.cpp:27:
20:09.04 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:09.04 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:09.04 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
20:09.04         U_ASSERT(field <= 0xf),
20:09.04                               ^
20:09.04 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
20:09.04         U_ASSERT(field <= 0xf),
20:09.04         ^~~~~~~~~~~~~~~~~~~~~~
20:09.04         static_cast<void>(    )
20:09.04 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:09.04 #   define U_ASSERT(exp) void()
20:09.04                          ^~~~~~
20:09.38 2 warnings generated.
20:10.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/rbnf.cpp:37:
20:10.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:10.35 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:10.35 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
20:10.36         U_ASSERT(category <= 0xf),
20:10.36                                  ^
20:10.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
20:10.36         U_ASSERT(category <= 0xf),
20:10.36         ^~~~~~~~~~~~~~~~~~~~~~~~~
20:10.36         static_cast<void>(       )
20:10.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:10.36 #   define U_ASSERT(exp) void()
20:10.36                          ^~~~~~
20:10.36 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/rbnf.cpp:37:
20:10.36 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:10.36 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:10.36 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
20:10.36         U_ASSERT(field <= 0xf),
20:10.37                               ^
20:10.37 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
20:10.37         U_ASSERT(field <= 0xf),
20:10.37         ^~~~~~~~~~~~~~~~~~~~~~
20:10.37         static_cast<void>(    )
20:10.37 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:10.37 #   define U_ASSERT(exp) void()
20:10.37                          ^~~~~~
20:11.90 2 warnings generated.
20:15.70    Compiling fallible v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/fallible)
20:15.89    Compiling rusqlite v0.23.1
20:16.23 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/reldatefmt.cpp:46:
20:16.23 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
20:16.23         U_ASSERT(category <= 0xf),
20:16.23                                  ^
20:16.23 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
20:16.23         U_ASSERT(category <= 0xf),
20:16.23         ^~~~~~~~~~~~~~~~~~~~~~~~~
20:16.23         static_cast<void>(       )
20:16.23 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:16.24 #   define U_ASSERT(exp) void()
20:16.24                          ^~~~~~
20:16.24 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/reldatefmt.cpp:46:
20:16.24 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
20:16.24         U_ASSERT(field <= 0xf),
20:16.24                               ^
20:16.24 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
20:16.24         U_ASSERT(field <= 0xf),
20:16.24         ^~~~~~~~~~~~~~~~~~~~~~
20:16.24         static_cast<void>(    )
20:16.24 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:16.24 #   define U_ASSERT(exp) void()
20:16.24                          ^~~~~~
20:16.45 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/reldatefmt.cpp:602:27: warning: result of comparison of unsigned enum expression >= 0 is always true [-Wtautological-unsigned-enum-zero-compare]
20:16.45                 if (style >= 0 && genericUnit != INVALID_UNIT) {
20:16.45                     ~~~~~ ^  ~
20:17.88 3 warnings generated.
20:27.46    Compiling viaduct v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
20:29.38 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/smpdtfmt.cpp:76:
20:29.38 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utypes.h:11:
20:29.38 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:29.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
20:29.38         U_ASSERT(category <= 0xf),
20:29.38                                  ^
20:29.38 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
20:29.38         U_ASSERT(category <= 0xf),
20:29.38         ^~~~~~~~~~~~~~~~~~~~~~~~~
20:29.38         static_cast<void>(       )
20:29.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:29.39 #   define U_ASSERT(exp) void()
20:29.39                          ^~~~~~
20:29.39 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/smpdtfmt.cpp:76:
20:29.39 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_utypes.h:11:
20:29.39 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:29.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
20:29.39         U_ASSERT(field <= 0xf),
20:29.39                               ^
20:29.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
20:29.39         U_ASSERT(field <= 0xf),
20:29.39         ^~~~~~~~~~~~~~~~~~~~~~
20:29.39         static_cast<void>(    )
20:29.39 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:29.39 #   define U_ASSERT(exp) void()
20:29.39                          ^~~~~~
20:32.27 2 warnings generated.
20:33.33 config/external/rlbox_lucet_sandbox
20:34.06    Compiling webrtc-sdp v0.3.6
20:34.54 devtools/platform
20:34.55 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/string_segment.cpp:10:9: warning: 'UNISTR_FROM_STRING_EXPLICIT' macro redefined [-Wmacro-redefined]
20:34.55 #define UNISTR_FROM_STRING_EXPLICIT
20:34.55         ^
20:34.55 <command line>:14:9: note: previous definition is here
20:34.55 #define UNISTR_FROM_STRING_EXPLICIT explicit
20:34.55         ^
20:35.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/string_segment.cpp:12:
20:35.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
20:35.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:35.29 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:35.29 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
20:35.29         U_ASSERT(category <= 0xf),
20:35.29                                  ^
20:35.29 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
20:35.29         U_ASSERT(category <= 0xf),
20:35.29         ^~~~~~~~~~~~~~~~~~~~~~~~~
20:35.30         static_cast<void>(       )
20:35.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:35.30 #   define U_ASSERT(exp) void()
20:35.30                          ^~~~~~
20:35.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/string_segment.cpp:12:
20:35.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/numparse_types.h:11:
20:35.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
20:35.30 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
20:35.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
20:35.30         U_ASSERT(field <= 0xf),
20:35.30                               ^
20:35.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
20:35.30         U_ASSERT(field <= 0xf),
20:35.30         ^~~~~~~~~~~~~~~~~~~~~~
20:35.30         static_cast<void>(    )
20:35.30 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
20:35.30 #   define U_ASSERT(exp) void()
20:35.31                          ^~~~~~
20:35.57 3 warnings generated.
20:36.84    Compiling peek-poke v0.2.0 (/Users/shinobee/src/mozilla-unified/gfx/wr/peek-poke)
20:37.82    Compiling plane-split v0.17.0
20:38.79 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/tmunit.cpp:64:23: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
20:38.79     if (timeUnitField < 0 || timeUnitField >= UTIMEUNIT_FIELD_COUNT) {
20:38.79         ~~~~~~~~~~~~~ ^ ~
20:38.89 1 warning generated.
20:38.93 devtools/shared/heapsnapshot
20:39.02    Compiling wr_malloc_size_of v0.0.1 (/Users/shinobee/src/mozilla-unified/gfx/wr/wr_malloc_size_of)
20:39.34    Compiling qlog v0.3.0
20:42.59 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/tzfmt.cpp:275:13: warning: 'return' will never be executed [-Wunreachable-code-return]
20:42.60     return (width > 0);
20:42.60             ^~~~~
20:43.87 BUILDSTATUS BUILD_VERBOSE devtools/shared/heapsnapshot
20:44.11 1 warning generated.
20:47.15    Compiling sfv v0.8.0
20:51.43    Compiling moz_task v0.1.0 (/Users/shinobee/src/mozilla-unified/xpcom/rust/moz_task)
20:52.23    Compiling storage_variant v0.1.0 (/Users/shinobee/src/mozilla-unified/storage/variant)
20:52.45    Compiling unic-langid-ffi v0.1.0 (/Users/shinobee/src/mozilla-unified/intl/locale/rust/unic-langid-ffi)
20:53.31    Compiling cascade_bloom_filter v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/cascade_bloom_filter)
20:53.57    Compiling processtools v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/processtools)
20:54.20    Compiling mozurl v0.0.1 (/Users/shinobee/src/mozilla-unified/netwerk/base/mozurl)
20:54.43    Compiling remote v0.1.0 (/Users/shinobee/src/mozilla-unified/remote)
20:55.93    Compiling swgl v0.1.0 (/Users/shinobee/src/mozilla-unified/gfx/wr/swgl)
21:00.14 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/udateintervalformat.cpp:21:
21:00.14 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
21:00.14 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
21:00.14         U_ASSERT(category <= 0xf),
21:00.14                                  ^
21:00.14 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
21:00.14         U_ASSERT(category <= 0xf),
21:00.14         ^~~~~~~~~~~~~~~~~~~~~~~~~
21:00.14         static_cast<void>(       )
21:00.14 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
21:00.14 #   define U_ASSERT(exp) void()
21:00.14                          ^~~~~~
21:00.15 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/udateintervalformat.cpp:21:
21:00.15 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
21:00.15 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
21:00.15         U_ASSERT(field <= 0xf),
21:00.15                               ^
21:00.15 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
21:00.15         U_ASSERT(field <= 0xf),
21:00.15         ^~~~~~~~~~~~~~~~~~~~~~
21:00.15         static_cast<void>(    )
21:00.15 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
21:00.15 #   define U_ASSERT(exp) void()
21:00.15                          ^~~~~~
21:00.39 2 warnings generated.
21:01.27    Compiling tokio-threadpool v0.1.17
21:01.53    Compiling cubeb-core v0.7.0
21:03.21    Compiling cocoa-foundation v0.1.0
21:03.81 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/ulistformatter.cpp:18:
21:03.81 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
21:03.81 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
21:03.81         U_ASSERT(category <= 0xf),
21:03.82                                  ^
21:03.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
21:03.82         U_ASSERT(category <= 0xf),
21:03.82         ^~~~~~~~~~~~~~~~~~~~~~~~~
21:03.82         static_cast<void>(       )
21:03.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
21:03.82 #   define U_ASSERT(exp) void()
21:03.82                          ^~~~~~
21:03.82 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/ulistformatter.cpp:18:
21:03.82 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formattedval_impl.h:21:
21:03.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
21:03.82         U_ASSERT(field <= 0xf),
21:03.82                               ^
21:03.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
21:03.82         U_ASSERT(field <= 0xf),
21:03.82         ^~~~~~~~~~~~~~~~~~~~~~
21:03.82         static_cast<void>(    )
21:03.82 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
21:03.82 #   define U_ASSERT(exp) void()
21:03.82                          ^~~~~~
21:04.08 2 warnings generated.
21:05.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/unum.cpp:787:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
21:05.91     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
21:05.91                     ~~~~~~^ ~
21:05.91 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/unum.cpp:814:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
21:05.91     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
21:05.91                     ~~~~~~^ ~
21:06.40 2 warnings generated.
21:07.86    Compiling selectors v0.22.0 (/Users/shinobee/src/mozilla-unified/servo/components/selectors)
21:08.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/upluralrules.cpp:21:
21:08.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
21:08.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
21:08.10 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:34: warning: possible misuse of comma operator here [-Wcomma]
21:08.10         U_ASSERT(category <= 0xf),
21:08.10                                  ^
21:08.10 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:227:9: note: cast expression to void to silence warning
21:08.10         U_ASSERT(category <= 0xf),
21:08.10         ^~~~~~~~~~~~~~~~~~~~~~~~~
21:08.10         static_cast<void>(       )
21:08.10 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
21:08.10 #   define U_ASSERT(exp) void()
21:08.10                          ^~~~~~
21:08.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/upluralrules.cpp:21:
21:08.10 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_decimalquantity.h:14:
21:08.11 In file included from /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/number_types.h:20:
21:08.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:31: warning: possible misuse of comma operator here [-Wcomma]
21:08.11         U_ASSERT(field <= 0xf),
21:08.11                               ^
21:08.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/i18n/formatted_string_builder.h:228:9: note: cast expression to void to silence warning
21:08.11         U_ASSERT(field <= 0xf),
21:08.11         ^~~~~~~~~~~~~~~~~~~~~~
21:08.11         static_cast<void>(    )
21:08.11 /Users/shinobee/src/mozilla-unified/intl/icu/source/common/uassert.h:35:26: note: expanded from macro 'U_ASSERT'
21:08.11 #   define U_ASSERT(exp) void()
21:08.11                          ^~~~~~
21:08.31 2 warnings generated.
21:12.90    Compiling phf v0.8.0
21:13.45    Compiling nss v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
21:16.25    Compiling to_shmem_derive v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/to_shmem_derive)
21:21.97 devtools/shared/heapsnapshot/tests/gtest
21:29.37    Compiling style_derive v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/style_derive)
21:40.09 docshell/base
21:40.37 docshell/base/timeline
21:58.26    Compiling parking_lot v0.10.2
22:03.09 docshell/build
22:17.38    Compiling fluent v0.13.1
22:17.39 docshell/shistory
22:17.48    Compiling sync-guid v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
22:18.11    Compiling sql-support v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
22:20.24    Compiling rsdparsa_capi v0.1.0 (/Users/shinobee/src/mozilla-unified/dom/media/webrtc/sdp/rsdparsa_capi)
22:26.00    Compiling webrender_api v0.61.0 (/Users/shinobee/src/mozilla-unified/gfx/wr/webrender_api)
22:41.29    Compiling neqo-common v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
22:43.91    Compiling http_sfv v0.1.0 (/Users/shinobee/src/mozilla-unified/netwerk/base/http-sfv)
22:50.76    Compiling fluent-langneg-ffi v0.1.0 (/Users/shinobee/src/mozilla-unified/intl/locale/rust/fluent-langneg-ffi)
22:52.13    Compiling storage v0.1.0 (/Users/shinobee/src/mozilla-unified/storage/rust)
22:53.32    Compiling rayon v1.2.0
23:07.39    Compiling cubeb v0.7.0
23:07.65    Compiling cubeb-backend v0.7.0
23:07.85    Compiling tokio-fs v0.1.3
23:09.95    Compiling metal v0.20.0
23:19.91 dom/abort
23:30.00    Compiling rc_crypto v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
23:30.87    Compiling neqo-crypto v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
23:31.10 dom/animation
23:32.05    Compiling coreaudio-sys v0.2.4
23:37.31    Compiling baldrdash v0.1.0 (/Users/shinobee/src/mozilla-unified/js/src/wasm/cranelift)
23:41.72    Compiling style v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/style)
23:43.01    Compiling fluent-ffi v0.1.0 (/Users/shinobee/src/mozilla-unified/intl/l10n/rust/fluent-ffi)
23:43.34 dom/audiochannel
23:52.09    Compiling sync15-traits v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
23:59.44 dom/base
23:59.82    Compiling cranelift-frontend v0.67.0 (https://github.com/bytecodealliance/wasmtime?rev=57fed697920cb888c6cb7e406d13518f7edd12ea#57fed697)
24:00.88    Compiling bookmark_sync v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/places/bookmark_sync)
24:06.95    Compiling tokio v0.1.11
24:13.08    Compiling to_shmem v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/to_shmem)
24:17.40    Compiling golden_gate v0.1.0 (/Users/shinobee/src/mozilla-unified/services/sync/golden_gate)
24:18.59 dom/base/test/gtest
24:18.74    Compiling sync15 v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
25:05.45 dom/battery
25:05.60    Compiling cranelift-wasm v0.67.0 (https://github.com/bytecodealliance/wasmtime?rev=57fed697920cb888c6cb7e406d13518f7edd12ea#57fed697)
25:22.76    Compiling audioipc v0.2.5 (/Users/shinobee/src/mozilla-unified/media/audioipc/audioipc)
25:27.45 dom/bindings
25:38.85    Compiling app_services_logger v0.1.0 (/Users/shinobee/src/mozilla-unified/services/common/app_services_logger)
25:41.42    Compiling webext_storage_bridge v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/extensions/storage/webext_storage_bridge)
25:49.22    Compiling fxa-client v0.1.0 (https://github.com/mozilla/application-services?rev=9ba519a5739b1976f1d333923d34b7f4916b9e26#9ba519a5)
26:04.85    Compiling audioipc-server v0.2.3 (/Users/shinobee/src/mozilla-unified/media/audioipc/server)
26:25.20    Compiling audioipc-client v0.4.0 (/Users/shinobee/src/mozilla-unified/media/audioipc/client)
26:42.46    Compiling coreaudio-sys-utils v0.1.0 (https://github.com/ChunMinChang/cubeb-coreaudio-rs?rev=91a7bb50198a9b7578d98d56e9fd32f257abb41f#91a7bb50)
26:43.98    Compiling malloc_size_of v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/malloc_size_of)
26:45.12    Compiling gecko_logger v0.1.0 (/Users/shinobee/src/mozilla-unified/xpcom/rust/gecko_logger)
26:49.50    Compiling neqo-transport v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
26:50.18    Compiling jsrust_shared v0.1.0 (/Users/shinobee/src/mozilla-unified/js/src/rust/shared)
26:50.30    Compiling firefox-accounts-bridge v0.1.0 (/Users/shinobee/src/mozilla-unified/services/fxaccounts/rust-bridge/firefox-accounts-bridge)
26:56.49    Compiling cubeb-coreaudio v0.1.0 (https://github.com/ChunMinChang/cubeb-coreaudio-rs?rev=91a7bb50198a9b7578d98d56e9fd32f257abb41f#91a7bb50)
27:14.15    Compiling style_traits v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/components/style_traits)
27:19.25    Compiling neqo-qpack v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
27:40.93    Compiling neqo-http3 v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
28:02.42    Compiling neqo_glue v0.1.0 (/Users/shinobee/src/mozilla-unified/netwerk/socket/neqo_glue)
28:07.65 dom/bindings/test
32:31.35 dom/broadcastchannel
33:03.84 dom/cache
35:20.31 dom/canvas
37:41.30 dom/clients/api
38:33.27 dom/clients/manager
38:56.71    Compiling geckoservo v0.0.1 (/Users/shinobee/src/mozilla-unified/servo/ports/geckolib)
40:20.59 dom/commandhandler
40:33.48 dom/console
41:24.84 dom/credentialmanagement
41:35.73 dom/crypto
42:42.72 dom/debugger
42:53.87 dom/encoding
43:05.14 dom/events/mac
43:33.24 dom/events
43:43.40 dom/fetch
44:12.32 dom/file/ipc
44:32.38 dom/file
45:12.80 dom/file/uri
45:13.04 dom/filehandle
45:26.37 dom/filesystem/compat
45:26.90 dom/filesystem
45:31.69 dom/flex
45:33.64 dom/gamepad
45:40.16 dom/geolocation
45:47.23 dom/grid
45:59.13 dom/html/input
46:01.38 dom/html
46:02.55 dom/indexedDB
46:14.35 dom/indexedDB/test/gtest
46:24.93 dom/ipc/jsactor
47:11.52 dom/ipc
47:59.38 dom/jsurl
48:21.65 dom/l10n
48:50.54 dom/l10n/tests/gtest
49:01.67 dom/localstorage
49:09.55 dom/localstorage/test/gtest
49:20.20 dom/mathml
49:21.04 dom/media/bridge
49:27.00    Compiling lmdb-rkv v0.14.0
49:28.94    Compiling rkv v0.10.4
49:33.34    Compiling rkv v0.15.0
49:38.47    Compiling glean-core v31.4.0
49:40.93 dom/media/doctor/gtest
49:49.68    Compiling xulstore v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/xulstore)
49:49.87    Compiling kvstore v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/kvstore)
49:57.38    Compiling cert_storage v0.0.1 (/Users/shinobee/src/mozilla-unified/security/manager/ssl/cert_storage)
49:58.06 dom/media/doctor
49:58.18    Compiling fog v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/glean/api)
50:07.93    Compiling fog_control v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/components/glean)
50:11.32 dom/media/eme
50:16.87 dom/media/encoder
50:17.10 dom/media/fake-cdm
50:17.65 dom/media/flac
50:27.91 dom/media/gmp-plugin-openh264
50:31.30 dom/media/gmp/rlz
50:33.64 dom/media/gmp
50:47.08 dom/media/gmp/widevine-adapter
50:52.54 dom/media/gtest/mp4_demuxer
50:58.69 dom/media/gtest
51:14.57 dom/media/imagecapture
51:28.58 dom/media/ipc
51:55.74 dom/media/mediacapabilities
52:08.19 dom/media/mediacontrol
52:38.11 dom/media/mediacontrol/tests/gtest
52:42.08 dom/media/mediasession
52:49.58 dom/media/mediasink
53:00.70 dom/media/mediasource/gtest
53:12.24 dom/media/mediasource
53:20.25 dom/media/mp3
53:26.38 dom/media/mp4
53:46.20 dom/media/ogg
53:50.19 dom/media/platforms/agnostic/bytestreams
53:55.72 dom/media/platforms/agnostic/eme
54:10.46 dom/media/platforms/agnostic/gmp
54:14.98 dom/media/platforms/ffmpeg/ffmpeg57
54:22.13 dom/media/platforms/ffmpeg/ffmpeg58
54:24.76 dom/media/platforms/ffmpeg/ffvpx
54:30.35 dom/media/platforms/ffmpeg/libav53
54:39.91 dom/media/platforms/ffmpeg/libav54
54:40.08 dom/media/platforms/ffmpeg/libav55
54:41.14 dom/media/platforms/ffmpeg
54:41.20 dom/media/platforms/omx
55:00.23 dom/media/platforms
55:03.87 dom/media/systemservices
55:12.33 dom/media
55:37.28 dom/media/wave
55:54.62 dom/media/webaudio/blink
56:24.53 dom/media/webaudio
56:35.10 dom/media/webm
57:05.53 dom/media/webrtc/common
57:07.83 dom/media/webrtc/jsapi
57:15.59 dom/media/webrtc/jsep
57:48.78 dom/media/webrtc/libwebrtcglue
58:00.01 dom/media/webrtc/sdp
58:15.18 dom/media/webrtc
58:35.45 dom/media/webrtc/transport/build
58:53.48 dom/media/webrtc/transport/ipc
59:03.94 dom/media/webrtc/transport/test
59:33.40 dom/media/webrtc/transport/third_party/nICEr
59:47.70 dom/media/webrtc/transport/third_party/nrappkit
59:48.88 dom/media/webrtc/transportbridge
59:54.03 dom/media/webspeech/recognition
60:19.49 dom/media/webspeech/synth/cocoa
60:25.59 dom/media/webspeech/synth
60:31.10 dom/messagechannel
60:39.83 dom/midi
60:51.13 dom/network
60:55.58 dom/notification
60:57.08 dom/offline
61:02.29 dom/payments/ipc
61:06.43 dom/payments
61:12.34 dom/performance
61:15.29 dom/permission
61:29.79 dom/plugins/base
61:41.08 dom/plugins/ipc/interpose
61:45.84 dom/plugins/ipc
61:47.47 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:135:9: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
61:47.48   if (::FSFindFolder(kUserDomain, kCurrentUserFolderType, kDontCreateFolder,
61:47.48         ^
61:47.48 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
61:47.48 FSFindFolder(
61:47.48 ^
61:47.48 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:140:27: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations]
61:47.48   CFURLRef userDirURL = ::CFURLCreateFromFSRef(kCFAllocatorDefault, &homeDir);
61:47.48                           ^
61:47.48 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:478:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
61:47.48 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) API_DEPRECATED("Not supported", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
61:47.48          ^
61:47.48 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:164:22: warning: 'CFURLCreateDataAndPropertiesFromResource' is deprecated: first deprecated in macOS 10.9 - For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys. [-Wdeprecated-declarations]
61:47.48   Boolean result = ::CFURLCreateDataAndPropertiesFromResource(
61:47.48                      ^
61:47.48 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURLAccess.h:52:9: note: 'CFURLCreateDataAndPropertiesFromResource' has been explicitly marked deprecated here
61:47.49 Boolean CFURLCreateDataAndPropertiesFromResource(CFAllocatorRef alloc, CFURLRef url, CFDataRef *resourceData, CFDictionaryRef *properties, CFArrayRef desiredProperties, SInt32 *errorCode) API_DEPRECATED("For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys.", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
61:47.49         ^
61:47.50 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:470:9: warning: 'HLock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
61:47.50       ::HLock(mi.typeStrings);
61:47.50         ^
61:47.50 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
61:47.50 HLock(Handle h)                                               __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
61:47.51 ^
61:47.51 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:473:11: warning: 'HLock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
61:47.51         ::HLock(mi.infoStrings);
61:47.51           ^
61:47.51 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
61:47.51 HLock(Handle h)                                               __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
61:47.51 ^
61:47.51 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:500:5: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
61:47.51   ::HUnlock(mi.typeStrings);
61:47.51     ^
61:47.51 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:791:1: note: 'HUnlock' has been explicitly marked deprecated here
61:47.51 HUnlock(Handle h)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
61:47.52 ^
61:47.52 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:501:5: warning: 'DisposeHandle' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
61:47.52   ::DisposeHandle(mi.typeStrings);
61:47.52     ^
61:47.52 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
61:47.52 DisposeHandle(Handle h)                                       __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
61:47.52 ^
61:47.52 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:503:7: warning: 'HUnlock' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
61:47.52     ::HUnlock(mi.infoStrings);
61:47.52       ^
61:47.52 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:791:1: note: 'HUnlock' has been explicitly marked deprecated here
61:47.52 HUnlock(Handle h)                                             __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
61:47.52 ^
61:47.52 /Users/shinobee/src/mozilla-unified/dom/plugins/base/nsPluginsDirDarwin.cpp:504:7: warning: 'DisposeHandle' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
61:47.52     ::DisposeHandle(mi.infoStrings);
61:47.52       ^
61:47.52 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
61:47.52 DisposeHandle(Handle h)                                       __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
61:47.52 ^
61:48.66 9 warnings generated.
61:48.73 dom/plugins/test/testplugin/flashplugin
62:02.69 dom/plugins/test/testplugin/secondplugin
62:27.36 dom/plugins/test/testplugin
62:31.74 dom/plugins/test/testplugin/thirdplugin
62:34.19 dom/power
62:36.45 dom/presentation/provider
62:40.56    Compiling spirv_cross v0.20.0 (https://github.com/kvark/spirv_cross?branch=wgpu3#20191ad2)
62:40.64    Compiling gfx-auxil v0.4.0
62:40.82    Compiling gfx-backend-metal v0.5.6
62:42.98 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
62:42.98 /Users/shinobee/src/mozilla-unified/dom/plugins/ipc/PluginInterposeOSX.mm:534:23: warning: 'GetProcessForPID' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
62:42.98   OSStatus status = ::GetProcessForPID(pid, &process);
62:42.98                       ^
62:42.98 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:930:1: note: 'GetProcessForPID' has been explicitly marked deprecated here
62:42.98 GetProcessForPID(
62:42.98 ^
62:42.98 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
62:42.98 /Users/shinobee/src/mozilla-unified/dom/plugins/ipc/PluginInterposeOSX.mm:537:5: warning: 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
62:42.98     SetFrontProcess(&process);
62:42.98     ^
62:42.98 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:603:1: note: 'SetFrontProcess' has been explicitly marked deprecated here
62:42.98 SetFrontProcess(const ProcessSerialNumber * PSN)              AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
62:42.98 ^
62:42.99 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
62:43.00 /Users/shinobee/src/mozilla-unified/dom/plugins/ipc/PluginInterposeOSX.mm:610:8: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
62:43.00   if ((GetCurrentProcess(&this_process) != noErr) || (GetFrontProcess(&front_process) != noErr)) {
62:43.00        ^
62:43.00 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
62:43.00 MacGetCurrentProcess(ProcessSerialNumber * PSN)               AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
62:43.00 ^
62:43.00 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
62:43.00 dom/presentation
62:43.00     #define MacGetCurrentProcess GetCurrentProcess
62:43.00                                  ^
62:43.00 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
62:43.00 /Users/shinobee/src/mozilla-unified/dom/plugins/ipc/PluginInterposeOSX.mm:610:55: warning: 'GetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
62:43.00   if ((GetCurrentProcess(&this_process) != noErr) || (GetFrontProcess(&front_process) != noErr)) {
62:43.00                                                       ^
62:43.00 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:434:1: note: 'GetFrontProcess' has been explicitly marked deprecated here
62:43.00 GetFrontProcess(ProcessSerialNumber * PSN)                    AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
62:43.00 ^
62:43.01 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
62:43.01 /Users/shinobee/src/mozilla-unified/dom/plugins/ipc/PluginInterposeOSX.mm:615:8: warning: 'SameProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
62:43.01   if ((SameProcess(&this_process, &front_process, &matched) == noErr) && !matched) {
62:43.01        ^
62:43.01 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:696:1: note: 'SameProcess' has been explicitly marked deprecated here
62:43.01 SameProcess(
62:43.01 ^
62:43.01 In file included from Unified_mm_dom_plugins_ipc0.mm:2:
62:43.01 /Users/shinobee/src/mozilla-unified/dom/plugins/ipc/PluginInterposeOSX.mm:616:5: warning: 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
62:43.01     SetFrontProcess(&this_process);
62:43.01     ^
62:43.01 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:603:1: note: 'SetFrontProcess' has been explicitly marked deprecated here
62:43.01 SetFrontProcess(const ProcessSerialNumber * PSN)              AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
62:43.01 ^
62:43.01 BUILDSTATUS OBJECT_FILE Unified_cpp_dom_presentation0.o
62:43.06 In file included from Unified_mm_dom_plugins_ipc0.mm:11:
62:43.06 /Users/shinobee/src/mozilla-unified/dom/plugins/ipc/PluginUtilsOSX.mm:257:9: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
62:43.06   if (::GetCurrentProcess(&psn) != noErr) {
62:43.06         ^
62:43.06 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
62:43.07 MacGetCurrentProcess(ProcessSerialNumber * PSN)               AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
62:43.07 ^
62:43.07 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
62:43.07     #define MacGetCurrentProcess GetCurrentProcess
62:43.07                                  ^
62:47.61 7 warnings generated.
62:48.49 dom/prio
63:09.43 dom/prio/test/gtest
63:09.44    Compiling wgpu-core v0.5.0 (/Users/shinobee/src/mozilla-unified/gfx/wgpu/wgpu-core)
63:14.18 dom/promise
63:16.34 dom/prototype
63:17.68 dom/push
63:27.69 dom/quota
63:32.98    Compiling wgpu_bindings v0.1.0 (/Users/shinobee/src/mozilla-unified/gfx/wgpu_bindings)
63:44.25 dom/quota/test/gtest
63:44.74 dom/reporting
64:13.34 dom/reporting/tests/gtest
64:20.89 dom/script
64:21.97 dom/security/featurepolicy
64:22.79 dom/security/featurepolicy/test/gtest
64:23.12 dom/security/sanitizer
64:28.08 dom/security
64:31.14 dom/security/test/gtest
64:44.87 dom/serviceworkers
65:41.98 dom/serviceworkers/test/gtest
66:10.77 dom/simpledb
66:16.81 dom/smil
66:21.61 dom/storage
67:02.44 dom/svg
67:02.55 dom/system/mac
67:41.81 dom/system
67:59.38 dom/u2f
68:07.79 dom/url
68:35.53 dom/vr
68:52.14 dom/webauthn
69:01.21 dom/webbrowserpersist
69:14.41 dom/webgpu
69:25.68 dom/websocket
69:40.00 dom/workers/remoteworkers
69:43.39 dom/workers/sharedworkers
69:45.17 dom/workers
70:13.74 dom/worklet
70:20.68 dom/xhr
70:31.84 dom/xml
70:33.28 dom/xslt/base
70:35.25 dom/xslt/xml
70:43.93 dom/xslt/xpath
70:58.44 dom/xslt/xslt
71:01.16 dom/xul
71:13.59 editor/composer
71:22.29 editor/libeditor
71:30.03 editor/spellchecker
71:46.17 editor/txmgr
71:49.23 editor/txmgr/tests
71:57.78 extensions/auth
71:59.03 extensions/permissions
72:00.54 extensions/permissions/test/gtest
72:07.48 extensions/pref/autoconfig/src
72:08.59 extensions/spellcheck/hunspell/glue
72:15.58 extensions/spellcheck/hunspell/src
72:18.72 In file included from <built-in>:2:
72:18.72 In file included from /Users/shinobee/src/mozilla-unified/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h:48:
72:18.72 In file included from /Users/shinobee/src/mozilla-unified/extensions/spellcheck/hunspell/glue/mozHunspellAllocator.h:10:
72:18.72 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/include/mozilla/CountingAllocatorBase.h:110:5: warning: instantiation of variable 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' required here, but no definition is available [-Wundefined-var-template]
72:18.72     sAmount -= MallocSizeOfOnFree(p);
72:18.72     ^
72:18.72 /Users/shinobee/src/mozilla-unified/extensions/spellcheck/hunspell/glue/mozHunspellFileMgrSandbox.cpp:19:5: note: in instantiation of member function 'mozilla::CountingAllocatorBase<HunspellAllocator>::CountingFree' requested here
72:18.72     free(line);
72:18.72     ^
72:18.72 /Users/shinobee/src/mozilla-unified/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h:52:38: note: expanded from macro 'free'
72:18.72 #define free(ptr) HunspellAllocator::CountingFree(ptr)
72:18.72                                      ^
72:18.72 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/include/mozilla/CountingAllocatorBase.h:149:21: note: forward declaration of template entity is here
72:18.72   static AmountType sAmount;
72:18.72                     ^
72:18.72 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/include/mozilla/CountingAllocatorBase.h:110:5: note: add an explicit instantiation declaration to suppress this warning if 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' is explicitly instantiated in another translation unit
72:18.73     sAmount -= MallocSizeOfOnFree(p);
72:18.73     ^
72:21.72 BUILDSTATUS BUILD_VERBOSE extensions/spellcheck/src
72:27.32 gfx/2d
72:27.40 gfx/angle/targets/angle_common
72:39.77 1 warning generated.
72:44.13 gfx/angle/targets/preprocessor
72:50.30 gfx/angle/targets/translator
72:52.29 /Users/shinobee/src/mozilla-unified/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1670:9: warning: code will never be executed [-Wunreachable-code]
72:52.29         goto yyerrorlab;
72:52.29         ^~~~~~~~~~~~~~~
72:52.29 /Users/shinobee/src/mozilla-unified/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1669:23: note: silence by adding parentheses to mark code as explicitly dead
72:52.29     if (/*CONSTCOND*/ 0)
72:52.30                       ^
72:52.30                       /* DISABLES CODE */ ( )
72:52.44 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/angle_common
72:53.08 1 warning generated.
73:09.53                                     if (!yyg->yy_did_buffer_switch_on_eof)
73:09.53                                          ^~~
73:09.93 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
73:10.05 gfx/cairo/cairo/src
73:10.70 1 warning generated.
73:12.68 gfx/cairo/libpixman/src
73:12.94 /Users/shinobee/src/mozilla-unified/gfx/cairo/cairo/src/cairo-quartz-font.c:310:6: warning: variable 'wGlyph' is uninitialized when used here [-Wuninitialized]
73:12.94         if (wGlyph && CGFontGetGlyphBBoxesPtr (font_face->cgFont, &wGlyph, 1, &bbox)) {
73:12.94             ^~~~~~
73:12.94 /Users/shinobee/src/mozilla-unified/gfx/cairo/cairo/src/cairo-quartz-font.c:291:16: note: initialize the variable 'wGlyph' to silence this warning
73:12.94         CGGlyph wGlyph;
73:12.94                       ^
73:12.94                        = 0
73:12.95 /Users/shinobee/src/mozilla-unified/gfx/cairo/cairo/src/cairo-quartz-font.c:779:2: warning: 'CGContextShowGlyphsAtPoint' is deprecated: first deprecated in macOS 10.9 - No longer supported [-Wdeprecated-declarations]
73:12.95         CGContextShowGlyphsAtPoint (cgContext, - glyphOrigin.x, - glyphOrigin.y, &glyph, 1);
73:12.95         ^
73:12.95 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:1063:16: note: 'CGContextShowGlyphsAtPoint' has been explicitly marked deprecated here
73:12.95 CG_EXTERN void CGContextShowGlyphsAtPoint(CGContextRef cg_nullable c, CGFloat x,
73:12.95                ^
73:12.95 /Users/shinobee/src/mozilla-unified/gfx/cairo/cairo/src/cairo-quartz-font.c:824:12: warning: variable 'glyph' is uninitialized when used here [-Wuninitialized]
73:12.95     return glyph;
73:12.95            ^~~~~
73:12.95 /Users/shinobee/src/mozilla-unified/gfx/cairo/cairo/src/cairo-quartz-font.c:820:18: note: initialize the variable 'glyph' to silence this warning
73:12.95     CGGlyph glyph;
73:12.96                  ^
73:12.96                   = 0
73:13.17 3 warnings generated.
73:14.96 /Users/shinobee/src/mozilla-unified/gfx/cairo/cairo/src/cairo-quartz-surface.c:724:6: warning: 'CGContextShowGlyphsWithAdvances' is deprecated: first deprecated in macOS 10.9 - No longer supported [-Wdeprecated-declarations]
73:14.96             CGContextShowGlyphsWithAdvances (cgc,
73:14.96             ^
73:14.96 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:1070:16: note: 'CGContextShowGlyphsWithAdvances' has been explicitly marked deprecated here
73:14.96 CG_EXTERN void CGContextShowGlyphsWithAdvances(CGContextRef cg_nullable c,
73:14.96                ^
73:14.99 /Users/shinobee/src/mozilla-unified/gfx/cairo/cairo/src/cairo-quartz-surface.c:2878:9: warning: 'CGContextShowGlyphsWithAdvances' is deprecated: first deprecated in macOS 10.9 - No longer supported [-Wdeprecated-declarations]
73:14.99         CGContextShowGlyphsWithAdvances (state.context,
73:14.99         ^
73:14.99 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGContext.h:1070:16: note: 'CGContextShowGlyphsWithAdvances' has been explicitly marked deprecated here
73:14.99 CG_EXTERN void CGContextShowGlyphsWithAdvances(CGContextRef cg_nullable c,
73:14.99                ^
73:15.17 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
73:15.81 2 warnings generated.
73:38.17 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-linear-gradient.c:395:6: warning: code will never be executed [-Wunreachable-code]
73:38.17         if (iter->iter_flags & ITER_16)
73:38.17             ^~~~
73:38.17 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-linear-gradient.c:392:9: note: silence by adding parentheses to mark code as explicitly dead
73:38.17     if (0 && linear_gradient_is_horizontal (
73:38.17         ^
73:38.17         /* DISABLES CODE */ ( )
73:38.29 1 warning generated.
73:47.70 gfx/config
73:51.68 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:80:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
73:51.69 #if _PIXMAN_X86_64 || defined (_MSC_VER)
73:51.69     ^
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:6: note: expanded from macro '_PIXMAN_X86_64'
73:51.69     (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
73:51.69      ^
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:80:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:28: note: expanded from macro '_PIXMAN_X86_64'
73:51.69     (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
73:51.69                            ^
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:80:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:51: note: expanded from macro '_PIXMAN_X86_64'
73:51.69     (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
73:51.69                                                   ^
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:119:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
73:51.69 #if _PIXMAN_X86_64
73:51.69     ^
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:6: note: expanded from macro '_PIXMAN_X86_64'
73:51.69     (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
73:51.69      ^
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:119:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:28: note: expanded from macro '_PIXMAN_X86_64'
73:51.69     (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
73:51.69                            ^
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:119:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
73:51.69 /Users/shinobee/src/mozilla-unified/gfx/cairo/libpixman/src/pixman-x86.c:75:51: note: expanded from macro '_PIXMAN_X86_64'
73:51.70     (defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64))
73:51.70                                                   ^
73:51.73 6 warnings generated.
73:52.85 gfx/gl
74:08.15 gfx/graphite2/src
74:22.39 gfx/harfbuzz/src
74:22.82 In file included from Unified_cpp_gfx_harfbuzz_src0.cpp:2:
74:22.83 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout.cc:30:
74:22.83 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout.hh:33:
74:22.83 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-ltag-table.hh:28:
74:22.83 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-open-type.hh:34:
74:22.83 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-face.hh:34:
74:22.83 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-shaper.hh:31:
74:22.83 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-machinery.hh:37:
74:22.83 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-serialize.hh:135:63: warning: possible misuse of comma operator here [-Wcomma]
74:22.83   { return this->successful && (success || (err_other_error (), false)); }
74:22.83                                                               ^
74:22.83 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-serialize.hh:135:45: note: cast expression to void to silence warning
74:22.83   { return this->successful && (success || (err_other_error (), false)); }
74:22.83                                             ^~~~~~~~~~~~~~~~~~
74:22.83                                             static_cast<void>()
74:23.98 In file included from Unified_cpp_gfx_harfbuzz_src0.cpp:2:
74:23.98 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout.cc:36:
74:23.98 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout-kerx-table.hh:31:
74:23.98 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-kern.hh:32:
74:23.98 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gpos-table.hh:32:
74:23.99 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1361:85: warning: possible misuse of comma operator here [-Wcomma]
74:23.99       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
74:23.99                                                                                     ^
74:23.99 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1361:11: note: cast expression to void to silence warning
74:23.99       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
74:23.99           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74:23.99           static_cast<void>(                                                        )
74:24.12 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:2200:77: warning: possible misuse of comma operator here [-Wcomma]
74:24.12       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
74:24.12                                                                             ^
74:24.12 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:2200:11: note: cast expression to void to silence warning
74:24.12       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
74:24.13           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74:24.13           static_cast<void>(                                                )
74:24.97 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
74:25.32 gfx/ipc
74:31.96 In file included from Unified_cpp_gfx_harfbuzz_src0.cpp:2:
74:31.96 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout.cc:35:
74:31.97 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout-just-table.hh:32:
74:31.97 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-aat-layout-morx-table.hh:32:
74:31.97 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1720:53: warning: loop variable 'gid_klass_pair' is always a copy because the range of type 'hb_zip_iter_t<hb_sorted_array_t<OT::HBGlyphID>, hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, const hb_map_t &, hb_function_sortedness_t::NOT_SORTED, nullptr> >' does not return a reference [-Wrange-loop-analysis]
74:31.97     for (const hb_pair_t<hb_codepoint_t, unsigned>& gid_klass_pair : + it)
74:31.97                                                     ^
74:31.97 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:2061:37: note: in instantiation of function template specialization 'OT::ClassDefFormat1::serialize<hb_zip_iter_t<hb_sorted_array_t<OT::HBGlyphID>, hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, const hb_map_t &, hb_function_sortedness_t::NOT_SORTED, nullptr> >, nullptr>' requested here
74:31.97     case 1: return_trace (u.format1.serialize (c, it));
74:31.97                                     ^
74:31.97 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:2143:32: note: in instantiation of function template specialization 'OT::ClassDef::serialize<hb_zip_iter_t<hb_sorted_array_t<OT::HBGlyphID>, hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, const hb_map_t &, hb_function_sortedness_t::NOT_SORTED, nullptr> >, nullptr>' requested here
74:31.97 { c->start_embed<ClassDef> ()->serialize (c, it); }
74:31.97                                ^
74:31.97 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1652:5: note: in instantiation of function template specialization 'OT::ClassDef_serialize<hb_zip_iter_t<hb_sorted_array_t<OT::HBGlyphID>, hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, const hb_map_t &, hb_function_sortedness_t::NOT_SORTED, nullptr> > >' requested here
74:31.97     ClassDef_serialize (c, hb_zip (glyphs.iter (), + glyphs.iter ()
74:31.97     ^
74:31.97 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1720:10: note: use non-reference type 'hb_pair_t<hb_codepoint_t, unsigned int>' (aka 'hb_pair_t<unsigned int, unsigned int>')
74:31.97     for (const hb_pair_t<hb_codepoint_t, unsigned>& gid_klass_pair : + it)
74:31.97          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74:32.01 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1720:53: warning: loop variable 'gid_klass_pair' is always a copy because the range of type 'hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1672:29), hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference [-Wrange-loop-analysis]
74:32.01     for (const hb_pair_t<hb_codepoint_t, unsigned>& gid_klass_pair : + it)
74:32.01                                                     ^
74:32.02 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:2061:37: note: in instantiation of function template specialization 'OT::ClassDefFormat1::serialize<hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1672:29), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, nullptr>' requested here
74:32.02     case 1: return_trace (u.format1.serialize (c, it));
74:32.02                                     ^
74:32.02 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:2143:32: note: in instantiation of function template specialization 'OT::ClassDef::serialize<hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1672:29), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, nullptr>' requested here
74:32.02 { c->start_embed<ClassDef> ()->serialize (c, it); }
74:32.02                                ^
74:32.02 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1680:3: note: in instantiation of function template specialization 'OT::ClassDef_serialize<hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1672:29), hb_function_sortedness_t::RETAINS_SORTING, nullptr> >' requested here
74:32.02   ClassDef_serialize (c, it);
74:32.02   ^
74:32.02 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1720:10: note: use non-reference type 'hb_pair_t<hb_codepoint_t, unsigned int>' (aka 'hb_pair_t<unsigned int, unsigned int>')
74:32.02     for (const hb_pair_t<hb_codepoint_t, unsigned>& gid_klass_pair : + it)
74:32.02          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74:34.00 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
74:35.03 In file included from Unified_cpp_gfx_harfbuzz_src0.cpp:101:
74:35.03 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color.cc:35:
74:35.03 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:177:44: warning: loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_filter_iter_t<hb_map_iter_t<hb_range_iter_t<unsigned int, unsigned int>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:209:31), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:331:1) &, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:51:1) &, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:338:1) &, hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference [-Wrange-loop-analysis]
74:35.03     for (const hb_item_type<BaseIterator>& _ : + base_it.iter ())
74:35.03                                            ^
74:35.03 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:260:31: note: in instantiation of function template specialization 'OT::COLR::serialize<hb_map_iter_t<hb_filter_iter_t<hb_map_iter_t<hb_range_iter_t<unsigned int, unsigned int>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:209:31), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:331:1) &, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:51:1) &, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:338:1) &, hb_function_sortedness_t::RETAINS_SORTING, nullptr>, hb_map_iter_t<hb_filter_iter_t<hb_map_iter_t<hb_map_iter_t<hb_range_iter_t<unsigned int, unsigned int>, const hb_map_t &, hb_function_sortedness_t::NOT_SORTED, nullptr>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:229:31), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:331:1) &, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:51:1) &, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:338:1) &, hb_function_sortedness_t::RETAINS_SORTING, nullptr>, nullptr, nullptr>' requested here
74:35.03     return_trace (colr_prime->serialize (c->serializer, version, base_it, layer_it));
74:35.03                               ^
74:35.04 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:177:10: note: use non-reference type 'hb_item_type<hb_map_iter_t<hb_filter_iter_t<hb_map_iter_t<hb_range_iter_t<unsigned int, unsigned int>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:209:31), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:331:1) &, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:51:1) &, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:338:1) &, hb_function_sortedness_t::RETAINS_SORTING, nullptr> >' (aka 'OT::BaseGlyphRecord')
74:35.04     for (const hb_item_type<BaseIterator>& _ : + base_it.iter ())
74:35.04          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74:36.13 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
74:36.98 In file included from Unified_cpp_gfx_harfbuzz_src0.cpp:83:
74:36.98 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff1-table.cc:33:
74:36.98 In file included from /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff1-table.hh:30:
74:36.98 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:186:30: warning: loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_array_t<const hb_vector_t<unsigned char> >, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:201:15), hb_function_sortedness_t::NOT_SORTED, nullptr>' does not return a reference [-Wrange-loop-analysis]
74:36.98       for (const byte_str_t &_ : +it)
74:36.98                              ^
74:36.99 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:203:12: note: in instantiation of function template specialization 'CFF::CFFIndex<OT::IntType<unsigned short, 2> >::serialize<hb_map_iter_t<hb_array_t<const hb_vector_t<unsigned char> >, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:201:15), hb_function_sortedness_t::NOT_SORTED, nullptr>, nullptr>' requested here
74:36.99     return serialize (c, it);
74:36.99            ^
74:36.99 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-subset-cff1.cc:716:28: note: in instantiation of member function 'CFF::CFFIndex<OT::IntType<unsigned short, 2> >::serialize' requested here
74:36.99         if (likely (dest && dest->serialize (c, plan.subset_localsubrs[i])))
74:36.99                                   ^
74:36.99 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:186:12: note: use non-reference type 'CFF::byte_str_t'
74:36.99       for (const byte_str_t &_ : +it)
74:36.99            ^~~~~~~~~~~~~~~~~~~~~
74:37.08 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:186:30: warning: loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_array_t<const hb_vector_t<unsigned char> >, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:201:15), hb_function_sortedness_t::NOT_SORTED, nullptr>' does not return a reference [-Wrange-loop-analysis]
74:37.08       for (const byte_str_t &_ : +it)
74:37.08                              ^
74:37.08 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:203:12: note: in instantiation of function template specialization 'CFF::CFFIndex<OT::IntType<unsigned int, 4> >::serialize<hb_map_iter_t<hb_array_t<const hb_vector_t<unsigned char> >, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:201:15), hb_function_sortedness_t::NOT_SORTED, nullptr>, nullptr>' requested here
74:37.08     return serialize (c, it);
74:37.08            ^
74:37.08 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-subset-cff2.cc:359:20: note: in instantiation of member function 'CFF::CFFIndex<OT::IntType<unsigned int, 4> >::serialize' requested here
74:37.08         if (likely (dest->serialize (c, plan.subset_localsubrs[i])))
74:37.08                           ^
74:37.08 /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:186:12: note: use non-reference type 'CFF::byte_str_t'
74:37.08       for (const byte_str_t &_ : +it)
74:37.08            ^~~~~~~~~~~~~~~~~~~~~
74:39.62 BUILDSTATUS BUILD_VERBOSE gfx/ipc
74:46.68 gfx/layers/apz/test/gtest/mvm
75:05.94 gfx/layers/apz/test/gtest
75:12.24 gfx/layers
75:52.53 8 warnings generated.
76:01.12 gfx/ots/src
76:02.37 In file included from Unified_cpp_gfx_ots_src0.cpp:20:
76:02.37 /Users/shinobee/src/mozilla-unified/gfx/ots/src/cff_charstring.cc:376:31: warning: comparison of integers of different signs: 'std::__1::__deque_base<int, std::__1::allocator<int> >::value_type' (aka 'int') and 'std::__1::vector<unsigned short, std::__1::allocator<unsigned short> >::size_type' (aka 'unsigned long') [-Wsign-compare]
76:02.37     if (argument_stack->top() >= cff.region_index_count.size()) {
76:02.38         ~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76:02.38 /Users/shinobee/src/mozilla-unified/gfx/ots/src/cff_charstring.cc:393:25: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::__1::vector<unsigned short, std::__1::allocator<unsigned short> >::size_type' (aka 'unsigned long') [-Wsign-compare]
76:02.38     if (*in_out_vsindex >= cff.region_index_count.size()) {
76:02.38         ~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76:02.97 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
76:15.73 2 warnings generated.
76:19.18                                         if ( ! yyg->yy_did_buffer_switch_on_eof )
76:19.18                                                ^~~
76:21.05 1 warning generated.
76:23.52 /Users/shinobee/src/mozilla-unified/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5082:6: warning: code will never be executed [-Wunreachable-code]
76:23.52      goto yyerrorlab;
76:23.52      ^~~~~~~~~~~~~~~
76:23.52 /Users/shinobee/src/mozilla-unified/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5081:21: note: silence by adding parentheses to mark code as explicitly dead
76:23.52   if (/*CONSTCOND*/ 0)
76:23.53                     ^
76:23.53                     /* DISABLES CODE */ ( )
76:23.77 BUILDSTATUS BUILD_VERBOSE gfx/ots/src
76:25.30 1 warning generated.
76:48.15 gfx/sfntly/cpp/src
77:01.86 gfx/skia
77:26.94 gfx/src
77:45.31 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkXfermode.cpp:138:12: warning: 'return' will never be executed [-Wunreachable-code-return]
77:45.31     return false;
77:45.31            ^~~~~
77:45.47 1 warning generated.
78:30.59 gfx/tests/gtest
78:56.74 In file included from Unified_cpp_gfx_skia10.cpp:101:
78:56.74 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/image/SkImage.cpp:34:
78:56.74 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/gpu/GrBackendSurface.h:13:
78:56.74 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/gpu/mock/GrMockTypes.h:12:
78:56.74 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/private/GrTypesPriv.h:543:1: warning: control may reach end of non-void function [-Wreturn-type]
78:56.74 }
78:56.75 ^
78:56.75 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/private/GrTypesPriv.h:559:1: warning: control may reach end of non-void function [-Wreturn-type]
78:56.75 }
78:56.75 ^
78:58.63 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
79:06.20 2 warnings generated.
79:20.73 gfx/thebes
80:31.59 gfx/vr/service/openvr
80:32.92 In file included from Unified_cpp_gfx_skia3.cpp:56:
80:32.92 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkFont.cpp:180:17: warning: variable 'uni' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
80:32.92                 SK_ABORT("unexpected enum");
80:32.92                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
80:32.92 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/core/SkPostConfig.h:131:14: note: expanded from macro 'SK_ABORT'
80:32.92     do { if (sk_abort_is_enabled()) { \
80:32.92              ^~~~~~~~~~~~~~~~~~~~~
80:32.92 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkFont.cpp:182:16: note: uninitialized use occurs here
80:32.92         return uni;
80:32.92                ^~~
80:32.92 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkFont.cpp:180:17: note: remove the 'if' if its condition is always true
80:32.92                 SK_ABORT("unexpected enum");
80:32.92                 ^
80:32.92 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/core/SkPostConfig.h:131:10: note: expanded from macro 'SK_ABORT'
80:32.92     do { if (sk_abort_is_enabled()) { \
80:32.92          ^
80:32.93 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkFont.cpp:158:29: note: initialize the variable 'uni' to silence this warning
80:32.93         const SkUnichar* uni;
80:32.93                             ^
80:32.93                              = nullptr
80:33.24 BUILDSTATUS BUILD_VERBOSE gfx/vr/service/openvr
80:38.72 1 warning generated.
80:59.75 In file included from Unified_cpp_gfx_skia6.cpp:101:
80:59.75 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkPromiseImageTexture.cpp:8:
80:59.75 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/core/SkPromiseImageTexture.h:12:
80:59.75 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/gpu/GrBackendSurface.h:13:
80:59.75 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/gpu/mock/GrMockTypes.h:12:
80:59.76 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/private/GrTypesPriv.h:543:1: warning: control may reach end of non-void function [-Wreturn-type]
80:59.76 }
80:59.76 ^
80:59.76 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/include/private/GrTypesPriv.h:559:1: warning: control may reach end of non-void function [-Wreturn-type]
80:59.76 }
80:59.76 ^
81:00.47 BUILDSTATUS BUILD_VERBOSE gfx/vr/service
81:02.77 gfx/vr/service
81:05.44 2 warnings generated.
81:08.03 In file included from Unified_cpp_gfx_skia7.cpp:110:
81:08.03 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkRemoteGlyphCache.cpp:23:
81:08.03 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:66:75: warning: control may reach end of non-void function [-Wreturn-type]
81:08.04     int onGetUPEM() const override { SK_ABORT("Should never be called."); }
81:08.04                                                                           ^
81:08.04 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:69:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.04     }
81:08.04     ^
81:08.04 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:72:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.04     }
81:08.04     ^
81:08.04 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:75:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.04     }
81:08.04     ^
81:08.04 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:79:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.04     }
81:08.04     ^
81:08.04 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:83:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.05     }
81:08.05     ^
81:08.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:90:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.05     }
81:08.05     ^
81:08.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:93:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.05     }
81:08.05     ^
81:08.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:96:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.05     }
81:08.05     ^
81:08.06 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:119:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.06     }
81:08.06     ^
81:08.06 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:129:5: warning: control may reach end of non-void function [-Wreturn-type]
81:08.06     }
81:08.06     ^
81:08.52 BUILDSTATUS BUILD_VERBOSE gfx/vr/service
81:22.97 11 warnings generated.
81:36.56 In file included from Unified_cpp_gfx_skia9.cpp:74:
81:36.56 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTextBlob.cpp:204:1: warning: control may reach end of non-void function [-Wreturn-type]
81:36.56 }
81:36.56 ^
81:37.02 BUILDSTATUS BUILD_VERBOSE gfx/thebes
81:37.04 In file included from Unified_cpp_gfx_skia9.cpp:119:
81:37.04 In file included from /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.cpp:13:
81:37.04 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:66:75: warning: control may reach end of non-void function [-Wreturn-type]
81:37.04     int onGetUPEM() const override { SK_ABORT("Should never be called."); }
81:37.04                                                                           ^
81:37.04 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:69:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.04     }
81:37.05     ^
81:37.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:72:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.05     }
81:37.05     ^
81:37.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:75:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.05     }
81:37.05     ^
81:37.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:79:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.05     }
81:37.05     ^
81:37.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:83:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.05     }
81:37.05     ^
81:37.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:90:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.05     }
81:37.05     ^
81:37.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:93:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.05     }
81:37.05     ^
81:37.05 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:96:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.06     }
81:37.06     ^
81:37.06 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:119:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.06     }
81:37.06     ^
81:37.06 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.h:129:5: warning: control may reach end of non-void function [-Wreturn-type]
81:37.06     }
81:37.06     ^
81:37.08 In file included from Unified_cpp_gfx_skia9.cpp:119:
81:37.08 /Users/shinobee/src/mozilla-unified/gfx/skia/skia/src/core/SkTypeface_remote.cpp:32:1: warning: control may reach end of non-void function [-Wreturn-type]
81:37.08 }
81:37.08 ^
81:40.08 BUILDSTATUS BUILD_VERBOSE gfx/layers
81:40.69 13 warnings generated.
81:44.52 gfx/vr
82:23.24 gfx/webrender_bindings
83:07.28 gfx/ycbcr
83:08.73 hal
83:20.83 image/build
83:21.73 image/decoders/icon/mac
83:22.13 image/decoders/icon
83:29.04 image/decoders
83:30.05 image/encoders/bmp
83:32.33 image/encoders/ico
83:32.68 image/encoders/jpeg
83:34.00 image/encoders/png
83:35.13 image
83:57.83 image/test/gtest
84:02.73 intl/gtest
84:09.78 intl/hyphenation/glue
84:11.97 intl/l10n
84:23.23 intl/locale/mac
84:24.51 intl/locale
84:26.39 intl/locale/tests/gtest
84:33.62 intl/lwbrk/gtest
84:33.95 intl/lwbrk
84:36.53 intl/strres
84:36.58 intl/uconv
84:39.67 intl/unicharutil/util
84:39.98 ipc/app
84:41.68 media/libsoundtouch/src
84:42.32 In file included from Unified_cpp_libsoundtouch_src0.cpp:47:
84:42.32 /Users/shinobee/src/mozilla-unified/media/libsoundtouch/src/InterpolateShannon.cpp:71:9: warning: 'PI' macro redefined [-Wmacro-redefined]
84:42.32 #define PI 3.1415926536
84:42.32         ^
84:42.32 /Users/shinobee/src/mozilla-unified/media/libsoundtouch/src/AAFilter.cpp:45:9: note: previous definition is here
84:42.32 #define PI       M_PI
84:42.32         ^
84:42.39 In file included from Unified_cpp_libsoundtouch_src0.cpp:92:
84:42.39 /Users/shinobee/src/mozilla-unified/media/libsoundtouch/src/cpu_detect_x86.cpp:48:12: warning: 'bit_MMX' macro redefined [-Wmacro-redefined]
84:42.40    #define bit_MMX     (1 << 23)
84:42.40            ^
84:42.40 /Users/shinobee/.mozbuild/clang/lib/clang/9.0.1/include/cpuid.h:126:9: note: previous definition is here
84:42.40 #define bit_MMX         0x00800000
84:42.40         ^
84:42.40 In file included from Unified_cpp_libsoundtouch_src0.cpp:92:
84:42.40 /Users/shinobee/src/mozilla-unified/media/libsoundtouch/src/cpu_detect_x86.cpp:49:12: warning: 'bit_SSE' macro redefined [-Wmacro-redefined]
84:42.40    #define bit_SSE     (1 << 25)
84:42.40            ^
84:42.40 /Users/shinobee/.mozbuild/clang/lib/clang/9.0.1/include/cpuid.h:129:9: note: previous definition is here
84:42.40 #define bit_SSE         0x02000000
84:42.40         ^
84:42.40 In file included from Unified_cpp_libsoundtouch_src0.cpp:92:
84:42.40 /Users/shinobee/src/mozilla-unified/media/libsoundtouch/src/cpu_detect_x86.cpp:50:12: warning: 'bit_SSE2' macro redefined [-Wmacro-redefined]
84:42.40    #define bit_SSE2    (1 << 26)
84:42.40            ^
84:42.40 /Users/shinobee/.mozbuild/clang/lib/clang/9.0.1/include/cpuid.h:130:9: note: previous definition is here
84:42.40 #define bit_SSE2        0x04000000
84:42.41         ^
84:43.29 4 warnings generated.
84:44.12 ipc/chromium/src/third_party
84:49.27 ipc/chromium
85:01.80 ipc/glue
85:03.17 ipc/ipdl
85:15.66 In file included from Unified_mm_ipc_chromium0.mm:11:
85:15.66 /Users/shinobee/src/mozilla-unified/ipc/chromium/src/base/mac_util.mm:22:7: warning: 'GetProcessBundleLocation' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
85:15.66   if (GetProcessBundleLocation(&psn, &fsref) != noErr) return false;
85:15.66       ^
85:15.66 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:815:1: note: 'GetProcessBundleLocation' has been explicitly marked deprecated here
85:15.66 GetProcessBundleLocation(
85:15.66 ^
85:15.66 In file included from Unified_mm_ipc_chromium0.mm:11:
85:15.66 /Users/shinobee/src/mozilla-unified/ipc/chromium/src/base/mac_util.mm:25:7: warning: 'FSGetCatalogInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
85:15.66   if (FSGetCatalogInfo(&fsref, kFSCatInfoNodeFlags, &info, NULL, NULL, NULL) != noErr) {
85:15.66       ^
85:15.66 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:2620:15: note: 'FSGetCatalogInfo' has been explicitly marked deprecated here
85:15.66 extern OSErr  FSGetCatalogInfo(const FSRef *ref, FSCatalogInfoBitmap whichInfo, FSCatalogInfo *catalogInfo, HFSUniStr255 *outName, FSSpecPtr fsSpec, FSRef *parentRef) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
85:15.66               ^
85:17.55 2 warnings generated.
85:38.23 ipc/testshell
86:04.35 js/ductwork/debugger
86:13.38 js/src/debugger
86:56.76 js/src/frontend
87:16.07 js/src/gc/StatsPhasesGenerated.inc.stub
87:29.02 js/src/irregexp
87:39.12 js/src/jit
88:33.89 js/src
89:11.13 js/src/wasm
92:01.72 modules/fdlibm/src
92:36.98 modules/zlib/src
93:18.14 js/xpconnect/loader
94:13.48 js/xpconnect/src
95:09.03 js/xpconnect/tests/components/native
95:28.64 js/xpconnect/wrappers
95:36.59 layout/base
96:05.69 layout/build
96:55.97 layout/forms
98:07.98 layout/generic
98:43.24 layout/inspector
99:00.83 layout/ipc
99:29.32 layout/mathml
100:04.92 layout/painting
100:09.27 layout/printing
100:17.97 layout/style/nsComputedDOMStyleGenerated.inc.stub
100:17.97 layout/style/nsCSSPropsGenerated.inc.stub
100:19.67 layout/svg
100:29.88 layout/tables
100:46.61 layout/xul/grid
101:09.29 layout/xul
101:11.03 layout/xul/tree
101:27.14 media/kiss_fft
101:28.29 media/libaom
101:37.93 media/libcubeb/src
101:41.01 media/libdav1d/asm/16bd_cdef_init_tmpl.c.stub
101:41.02 media/libdav1d/asm/8bd_cdef_init_tmpl.c.stub
101:41.36 media/libdav1d/asm/16bd_film_grain_init_tmpl.c.stub
101:41.68 media/libdav1d/asm/8bd_film_grain_init_tmpl.c.stub
101:42.02 media/libdav1d/asm/16bd_ipred_init_tmpl.c.stub
101:42.32 media/libdav1d/asm/8bd_ipred_init_tmpl.c.stub
101:42.62 media/libdav1d/asm/16bd_itx_init_tmpl.c.stub
101:42.93 media/libdav1d/asm/8bd_itx_init_tmpl.c.stub
101:43.26 media/libdav1d/asm/16bd_loopfilter_init_tmpl.c.stub
101:43.57 media/libdav1d/asm/8bd_loopfilter_init_tmpl.c.stub
101:43.88 media/libdav1d/asm/16bd_looprestoration_init_tmpl.c.stub
101:44.21 media/libdav1d/asm/8bd_looprestoration_init_tmpl.c.stub
101:44.53 media/libdav1d/asm/16bd_mc_init_tmpl.c.stub
101:44.84 media/libdav1d/asm/8bd_mc_init_tmpl.c.stub
101:45.66 media/libdav1d/16bd_cdef_apply_tmpl.c.stub
101:45.66 media/libdav1d/8bd_cdef_apply_tmpl.c.stub
101:45.99 media/libdav1d/16bd_cdef_tmpl.c.stub
101:46.35 media/libdav1d/8bd_cdef_tmpl.c.stub
101:46.69 media/libdav1d/16bd_fg_apply_tmpl.c.stub
101:47.03 media/libdav1d/8bd_fg_apply_tmpl.c.stub
101:47.34 media/libdav1d/16bd_film_grain_tmpl.c.stub
101:47.66 media/libdav1d/8bd_film_grain_tmpl.c.stub
101:47.98 media/libdav1d/16bd_ipred_prepare_tmpl.c.stub
101:48.29 media/libdav1d/8bd_ipred_prepare_tmpl.c.stub
101:48.62 media/libdav1d/16bd_ipred_tmpl.c.stub
101:48.94 media/libdav1d/8bd_ipred_tmpl.c.stub
101:49.19 media/libdav1d/16bd_itx_tmpl.c.stub
101:49.29 media/libjpeg
101:49.54 media/libdav1d/8bd_itx_tmpl.c.stub
101:49.88 media/libdav1d/16bd_lf_apply_tmpl.c.stub
101:50.18 media/libdav1d/8bd_lf_apply_tmpl.c.stub
101:50.48 media/libdav1d/16bd_loopfilter_tmpl.c.stub
101:50.67 media/libdav1d/8bd_loopfilter_tmpl.c.stub
101:50.92 media/libmkv
101:50.99 media/libdav1d/16bd_looprestoration_tmpl.c.stub
101:51.01 /Users/shinobee/src/mozilla-unified/media/libmkv/EbmlBufferWriter.c:43:13: warning: unused function '_Serialize' [-Wunused-function]
101:51.01 static void _Serialize(EbmlGlobal *glob, const unsigned char *p, const unsigned char *q) {
101:51.01             ^
101:51.07 1 warning generated.
101:51.34 media/libdav1d/8bd_looprestoration_tmpl.c.stub
101:51.66 media/libdav1d/16bd_lr_apply_tmpl.c.stub
101:52.01 media/libdav1d/8bd_lr_apply_tmpl.c.stub
101:52.26 media/libnestegg/src
101:52.34 media/libdav1d/16bd_mc_tmpl.c.stub
101:52.65 media/libdav1d/8bd_mc_tmpl.c.stub
101:52.97 media/libdav1d/16bd_recon_tmpl.c.stub
101:53.29 media/libdav1d/8bd_recon_tmpl.c.stub
101:54.58 media/libogg
101:55.17 media/libopus
101:55.32 /Users/shinobee/src/mozilla-unified/media/libopus/celt/celt.c:86:13: warning: code will never be executed [-Wunreachable-code]
101:55.32       ret = 0;
101:55.32             ^
101:55.38 BUILDSTATUS BUILD_VERBOSE media/libjpeg
101:55.39 1 warning generated.
101:59.48 media/libpng
102:11.72 media/libspeex_resampler/src
102:11.81 /Users/shinobee/src/mozilla-unified/media/libspeex_resampler/src/resample.c:814:17: warning: unused variable 'i' [-Wunused-variable]
102:11.81    spx_uint32_t i;
102:11.81                 ^
102:12.22 BUILDSTATUS BUILD_VERBOSE media/libopus
102:12.35 media/libtheora
102:12.46 1 warning generated.
102:13.02 media/libvorbis
102:13.15 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/x86/x86state.c:24:28: warning: unused variable 'OC_FZIG_ZAG_MMX' [-Wunused-const-variable]
102:13.15 static const unsigned char OC_FZIG_ZAG_MMX[128]={
102:13.15                            ^
102:13.16 1 warning generated.
102:13.27 In file included from Unified_c_media_libtheora0.c:20:
102:13.28 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:195:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.28   OC_DCT_CW_PACK( 0,10, -1,0),
102:13.28   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.28 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.28  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.28  ~~~~~~~~~~~~~~^
102:13.28 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:198:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.28   OC_DCT_CW_PACK( 0, 0,  0,1),
102:13.28   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.28 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.28  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.28  ~~~~~~~~~~~~~~^
102:13.28 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:208:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.28   OC_DCT_CW_PACK( 0, 1, -1,0),
102:13.28   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.28 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.28  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.28  ~~~~~~~~~~~~~~^
102:13.29 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:210:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.29   OC_DCT_CW_PACK( 0, 2, -1,0),
102:13.29   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.29 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.29  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.29  ~~~~~~~~~~~~~~^
102:13.29 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:212:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.29   OC_DCT_CW_PACK( 0, 3, -1,0),
102:13.29   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.29 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.29  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.29  ~~~~~~~~~~~~~~^
102:13.29 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:214:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.29   OC_DCT_CW_PACK( 0, 4, -1,0),
102:13.29   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.29 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.29  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.29  ~~~~~~~~~~~~~~^
102:13.29 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:216:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.29   OC_DCT_CW_PACK( 0, 5, -1,0),
102:13.29   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.30 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.30  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.30  ~~~~~~~~~~~~~~^
102:13.30 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:220:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.30   OC_DCT_CW_PACK( 0, 1, -2,0),
102:13.30   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.30 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.30  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.30  ~~~~~~~~~~~~~~^
102:13.30 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:221:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.30   OC_DCT_CW_PACK( 0, 1, -3,0),
102:13.30   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.30 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.30  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.30  ~~~~~~~~~~~~~~^
102:13.30 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:227:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.30   OC_DCT_CW_PACK( 0, 6, -1,0),
102:13.30   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.30 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.30  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.30  ~~~~~~~~~~~~~~^
102:13.31 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:228:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.31   OC_DCT_CW_PACK( 0, 7, -1,0),
102:13.31   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.31 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.31  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.31  ~~~~~~~~~~~~~~^
102:13.31 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:229:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.31   OC_DCT_CW_PACK( 0, 8, -1,0),
102:13.31   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.31 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.31  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.31  ~~~~~~~~~~~~~~^
102:13.31 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:230:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.31   OC_DCT_CW_PACK( 0, 9, -1,0),
102:13.31   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.31 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.31  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.31  ~~~~~~~~~~~~~~^
102:13.31 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:236:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.32   OC_DCT_CW_PACK( 0, 2, -2,0),
102:13.32   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.32 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.32  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.32  ~~~~~~~~~~~~~~^
102:13.32 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:237:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.32   OC_DCT_CW_PACK( 0, 3, -2,0),
102:13.32   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.32 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.32  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.32  ~~~~~~~~~~~~~~^
102:13.32 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:238:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.32   OC_DCT_CW_PACK( 0, 2, -3,0),
102:13.32   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.32 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.32  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.32  ~~~~~~~~~~~~~~^
102:13.32 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:239:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.32   OC_DCT_CW_PACK( 0, 3, -3,0),
102:13.32   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.32 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.32  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.32  ~~~~~~~~~~~~~~^
102:13.33 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:242:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.33   OC_DCT_CW_PACK( 0, 0,  0,1),
102:13.33   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.33 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.33  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.33  ~~~~~~~~~~~~~~^
102:13.33 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:253:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.33   OC_DCT_CW_PACK( 0, 0, -1,0),
102:13.33   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.33 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.33  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.33  ~~~~~~~~~~~~~~^
102:13.33 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:257:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.33   OC_DCT_CW_PACK( 0, 0, -2,0),
102:13.33   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.33 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.33  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.33  ~~~~~~~~~~~~~~^
102:13.33 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:260:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.33   OC_DCT_CW_PACK( 0, 0, -3,0),
102:13.34   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.34 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.34  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.34  ~~~~~~~~~~~~~~^
102:13.34 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:262:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.34   OC_DCT_CW_PACK( 0, 0, -4,0),
102:13.34   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.34 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.34  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.34  ~~~~~~~~~~~~~~^
102:13.34 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:264:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.34   OC_DCT_CW_PACK( 0, 0, -5,0),
102:13.34   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.34 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.34  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.34  ~~~~~~~~~~~~~~^
102:13.34 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:266:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.34   OC_DCT_CW_PACK( 0, 0, -6,0),
102:13.34   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.34 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.34  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.35  ~~~~~~~~~~~~~~^
102:13.35 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:270:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.35   OC_DCT_CW_PACK( 0, 0, -7,0),
102:13.35   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.35 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.35  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.35  ~~~~~~~~~~~~~~^
102:13.35 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:271:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.35   OC_DCT_CW_PACK( 0, 0, -8,0),
102:13.35   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.35 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.35  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.35  ~~~~~~~~~~~~~~^
102:13.35 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:277:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.35   OC_DCT_CW_PACK( 0, 0, -9,0),
102:13.35   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.35 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.35  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.35  ~~~~~~~~~~~~~~^
102:13.36 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:278:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.36   OC_DCT_CW_PACK( 0, 0,-10,0),
102:13.36   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.36 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.36  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.36  ~~~~~~~~~~~~~~^
102:13.36 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:279:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.36   OC_DCT_CW_PACK( 0, 0,-11,0),
102:13.36   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.36 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.36  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.36  ~~~~~~~~~~~~~~^
102:13.36 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:280:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
102:13.36   OC_DCT_CW_PACK( 0, 0,-12,0),
102:13.36   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
102:13.36 /Users/shinobee/src/mozilla-unified/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
102:13.36  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
102:13.36  ~~~~~~~~~~~~~~^
102:13.39 BUILDSTATUS BUILD_VERBOSE media/libvorbis
102:18.13 media/libvpx
102:18.80 30 warnings generated.
102:19.07 media/libwebp/src/dec
102:23.23 media/libwebp/src/demux
102:23.47 media/libwebp/src/dsp
102:23.83 media/libwebp/src/moz
102:24.17 media/libwebp/src/utils
102:26.95 media/libyuv/libyuv
102:35.23 media/psshparser
102:38.02 memory/volatile
102:40.52 modules/brotli
102:40.87 modules/libjar
102:44.58 modules/libjar/zipwriter
102:51.95 modules/libpref
102:57.18 modules/woff2
102:58.42 In file included from Unified_cpp_modules_woff20.cpp:29:
102:58.42 /Users/shinobee/src/mozilla-unified/modules/woff2/src/woff2_dec.cc:1177:12: warning: unused variable 'dst_offset' [-Wunused-variable]
102:58.42   uint64_t dst_offset = first_table_offset;
102:58.42            ^
102:59.62 BUILDSTATUS BUILD_VERBOSE media/libaom
103:03.62 1 warning generated.
103:04.22 netwerk/base/http-sfv
103:05.78 netwerk/base/mozurl
103:08.32 netwerk/base
103:15.20 /Users/shinobee/src/mozilla-unified/netwerk/base/nsURLHelperOSX.cpp:40:15: warning: 'FSGetVolumeInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
103:15.20       err = ::FSGetVolumeInfo(0, volumeIndex, nullptr, kFSVolInfoNone, nullptr,
103:15.20               ^
103:15.20 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:3936:15: note: 'FSGetVolumeInfo' has been explicitly marked deprecated here
103:15.20 extern OSErr  FSGetVolumeInfo(FSVolumeRefNum volume, ItemCount volumeIndex, FSVolumeRefNum *actualVolume, FSVolumeInfoBitmap whichInfo, FSVolumeInfo *info, HFSUniStr255 *volumeName, FSRef *rootDirectory) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
103:15.20               ^
103:15.21 /Users/shinobee/src/mozilla-unified/netwerk/base/nsURLHelperOSX.cpp:86:51: warning: 'kCFURLHFSPathStyle' is deprecated: first deprecated in macOS 10.9 - Carbon File Manager is deprecated, use kCFURLPOSIXPathStyle where possible [-Wdeprecated-declarations]
103:15.22                                                   kCFURLHFSPathStyle, true);
103:15.22                                                   ^
103:15.22 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:23:5: note: 'kCFURLHFSPathStyle' has been explicitly marked deprecated here
103:15.22     kCFURLHFSPathStyle API_DEPRECATED("Carbon File Manager is deprecated, use kCFURLPOSIXPathStyle where possible", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0)), /* The use of kCFURLHFSPathStyle is deprecated. The Carbon File Manager, which uses HFS style paths, is deprecated. HFS style paths are unreliable because they can arbitrarily refer to multiple volumes if those volumes have identical volume names. You should instead use kCFURLPOSIXPathStyle wherever possible. */
103:15.22     ^
103:15.24 /Users/shinobee/src/mozilla-unified/netwerk/base/nsURLHelperOSX.cpp:171:13: warning: 'FSPathMakeRef' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
103:15.24       if (::FSPathMakeRef((UInt8*)possibleVolName.get(), &testRef, nullptr) !=
103:15.24             ^
103:15.24 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4115:18: note: 'FSPathMakeRef' has been explicitly marked deprecated here
103:15.24 extern OSStatus  FSPathMakeRef(const UInt8 *path, FSRef *ref, Boolean *isDirectory)        __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
103:15.24                  ^
103:15.25 BUILDSTATUS BUILD_VERBOSE media/libvpx
103:15.81 3 warnings generated.
103:54.32 netwerk/build
103:57.64 netwerk/cache
104:13.07 netwerk/cache2
104:17.87 netwerk/cookie
104:22.77 netwerk/dns/mdns/libmdns
104:30.57 netwerk/dns/etld_data.inc.stub
104:32.83 netwerk/ipc
104:40.17 netwerk/mime
104:42.77 netwerk/protocol/about
104:49.17 netwerk/protocol/data
104:54.77 netwerk/protocol/file
105:02.62 netwerk/protocol/ftp
105:04.47 netwerk/protocol/http
105:15.40 netwerk/protocol/res
105:30.22 netwerk/protocol/viewsource
105:30.98 netwerk/protocol/websocket
105:59.43 netwerk/sctp/datachannel
106:13.92 netwerk/sctp/src
106:14.12 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:249:6: warning: code will never be executed [-Wunreachable-code]
106:14.12         if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
106:14.12             ^~~~~~~~~~~~
106:14.12 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:408:6: warning: code will never be executed [-Wunreachable-code]
106:14.12         if (sctp_cmpaddr(sa, src)) {
106:14.12             ^~~~~~~~~~~~
106:14.12 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:545:6: warning: code will never be executed [-Wunreachable-code]
106:14.13         if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
106:14.13             ^~~~~~~~~~~~
106:14.15 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:1351:13: warning: code will never be executed [-Wunreachable-code]
106:14.15         aa->sent = 0;           /* clear sent flag */
106:14.15                    ^
106:14.16 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:1567:13: warning: code will never be executed [-Wunreachable-code]
106:14.16         aa->sent = 0;           /* clear sent flag */
106:14.16                    ^
106:14.16 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:1978:2: warning: code will never be executed [-Wunreachable-code]
106:14.17         sctp_add_local_addr_restricted(stcb, ifa);
106:14.17         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106:14.20 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:2882:14: warning: code will never be executed [-Wunreachable-code]
106:14.20                 sctp_ifa = sctp_find_ifa_by_addr(&store.sa, stcb->asoc.vrf_id,
106:14.20                            ^~~~~~~~~~~~~~~~~~~~~
106:14.21 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:3542:4: warning: code will never be executed [-Wunreachable-code]
106:14.21                         sctp_asconf_queue_mgmt(stcb, sctp_ifap, SCTP_ADD_IP_ADDRESS);
106:14.21                         ^~~~~~~~~~~~~~~~~~~~~~
106:14.22 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:3441:6: warning: code will never be executed [-Wunreachable-code]
106:14.22         if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
106:14.22             ^~~~
106:14.22 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_asconf.c:3493:5: warning: code will never be executed [-Wunreachable-code]
106:14.22                                 sctp_asconf_queue_mgmt(stcb, sctp_ifap, SCTP_ADD_IP_ADDRESS);
106:14.22                                 ^~~~~~~~~~~~~~~~~~~~~~
106:14.74 10 warnings generated.
106:17.90 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_input.c:827:10: warning: 'return' will never be executed [-Wunreachable-code-return]
106:17.90         return (0);
106:17.90                 ^
106:20.06 BUILDSTATUS BUILD_VERBOSE netwerk/socket
106:20.43 1 warning generated.
106:24.97 netwerk/srtp/src
106:25.08 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:2734:6: warning: code will never be executed [-Wunreachable-code]
106:25.08         if (zero_address) {
106:25.08             ^~~~~~~~~~~~
106:25.11 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:4099:3: warning: code will never be executed [-Wunreachable-code]
106:25.11                 being_refed++;
106:25.11                 ^~~~~~~~~~~
106:25.12 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:4097:3: warning: code will never be executed [-Wunreachable-code]
106:25.12                 being_refed++;
106:25.12                 ^~~~~~~~~~~
106:25.12 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_pcb.c:4095:3: warning: code will never be executed [-Wunreachable-code]
106:25.12                 being_refed++;
106:25.12                 ^~~~~~~~~~~
106:27.19 BUILDSTATUS BUILD_VERBOSE netwerk/srtp/src
106:27.19 4 warnings generated.
106:28.89 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_usrreq.c:1051:11: warning: 'return' will never be executed [-Wunreachable-code-return]
106:28.89                 return (0);
106:28.89                         ^
106:29.02 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_usrreq.c:6910:3: warning: code will never be executed [-Wunreachable-code]
106:29.02                 sctp_bindx_delete_address(inp, sa, vrf_id, &error);
106:29.02                 ^~~~~~~~~~~~~~~~~~~~~~~~~
106:29.02 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctp_usrreq.c:6860:3: warning: code will never be executed [-Wunreachable-code]
106:29.02                 sctp_bindx_add_address(so, inp, sa, vrf_id, &error, p);
106:29.02                 ^~~~~~~~~~~~~~~~~~~~~~
106:29.04 BUILDSTATUS BUILD_VERBOSE netwerk/streamconv/converters
106:31.10 3 warnings generated.
106:31.44 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctputil.c:7548:8: warning: code will never be executed [-Wunreachable-code]
106:31.44                 if ((at + incr) > limit) {
106:31.44                      ^~
106:31.44 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctputil.c:7672:6: warning: code will never be executed [-Wunreachable-code]
106:31.44         if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
106:31.44             ^~~
106:31.47 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/netinet/sctputil.c:7800:11: warning: code will never be executed [-Wunreachable-code]
106:31.47         *error = sctp_addr_mgmt_ep_sa(inp, addr_to_use, SCTP_DEL_IP_ADDRESS,
106:31.47                  ^~~~~~~~~~~~~~~~~~~~
106:31.77 BUILDSTATUS BUILD_VERBOSE netwerk/streamconv
106:33.48 3 warnings generated.
106:34.57 netwerk/system/mac
106:34.61 /Users/shinobee/src/mozilla-unified/netwerk/sctp/src/user_socket.c:2517:37: warning: code will never be executed [-Wunreachable-code]
106:34.61                 sa = (struct sockaddr *)((caddr_t)sa + sa->sa_len);
106:34.61                                                   ^~
106:35.42 1 warning generated.
106:35.47 netwerk/url-classifier
106:37.19 netwerk/wifi
106:41.89 other-licenses/snappy
106:43.80 parser/expat/lib
106:45.67 /Users/shinobee/src/mozilla-unified/netwerk/wifi/osx_corewlan.mm:40:44: warning: instance method '-scanForNetworksWithParameters:error:' not found (return type defaults to 'id') [-Wobjc-method-access]
106:45.67     id scanResult = [[CWI_class interface] scanForNetworksWithParameters:nil error:nil];
106:45.68                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106:45.68 /Users/shinobee/src/mozilla-unified/netwerk/wifi/osx_corewlan.mm:60:34: warning: instance method '-bssidData' not found (return type defaults to 'id'); did you mean '-ssidData'? [-Wobjc-method-access]
106:45.68         NSData* data = [anObject bssidData];
106:45.68                                  ^~~~~~~~~
106:45.68                                  ssidData
106:45.68 /Users/shinobee/src/mozilla-unified/netwerk/wifi/osx_corewlan.mm:86:29: warning: instance method '-rssi' not found (return type defaults to 'id') [-Wobjc-method-access]
106:45.68         signal = [[anObject rssi] intValue];
106:45.68                             ^~~~
106:46.23 3 warnings generated.
106:46.89 parser/html
106:50.23 parser/htmlparser
107:03.18 parser/prototype
107:07.93 remote/startup
107:09.20 security/apps/xpcshell.inc.stub
107:09.21 security/apps/addons-public.inc.stub
107:09.53 security/apps/addons-public-intermediate.inc.stub
107:09.83 security/apps/addons-stage.inc.stub
107:11.04 security/certverifier
107:11.22 security/ct
107:12.52 security/manager/pki
107:15.09 security/manager/ssl/nsSTSPreloadListGenerated.inc.stub
107:16.48 security/nss/lib/crmf
107:20.17 security/nss/lib/mozpkix
107:20.89 security/sandbox/common
107:23.22 services/crypto/component
107:23.94 startupcache
107:27.02 storage
107:32.27 third_party/libwebrtc/webrtc/api/audio_codecs/L16/audio_decoder_L16_gn
107:34.38 third_party/libwebrtc/webrtc/api/audio_codecs/L16/audio_encoder_L16_gn
107:34.99 third_party/libwebrtc/webrtc/api/audio_codecs/audio_codecs_api_gn
107:37.79 third_party/libwebrtc/webrtc/api/audio_codecs/builtin_audio_decoder_factory_gn
107:38.13 third_party/libwebrtc/webrtc/api/audio_codecs/builtin_audio_encoder_factory_gn
107:38.69 third_party/libwebrtc/webrtc/api/audio_codecs/g711/audio_decoder_g711_gn
107:39.77 third_party/libwebrtc/webrtc/api/audio_codecs/g711/audio_encoder_g711_gn
107:40.29 third_party/libwebrtc/webrtc/api/audio_codecs/g722/audio_decoder_g722_gn
107:40.70 third_party/libwebrtc/webrtc/api/audio_codecs/g722/audio_encoder_g722_gn
107:41.23 third_party/libwebrtc/webrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn
107:41.94 third_party/libwebrtc/webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn
107:42.17 third_party/libwebrtc/webrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn
107:42.62 third_party/libwebrtc/webrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn
107:43.53 third_party/libwebrtc/webrtc/api/audio_codecs/opus/audio_decoder_opus_gn
107:43.63 third_party/libwebrtc/webrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn
107:43.75 third_party/libwebrtc/webrtc/api/audio_codecs/opus/audio_encoder_opus_gn
107:44.86 third_party/libwebrtc/webrtc/api/base_peerconnection_api_gn
107:44.93 third_party/libwebrtc/webrtc/api/optional_gn
107:45.02 third_party/libwebrtc/webrtc/api/video_codecs/video_codecs_api_gn
107:45.89 third_party/libwebrtc/webrtc/api/video_frame_api_gn
107:45.97 third_party/libwebrtc/webrtc/api/video_frame_api_i420_gn
107:46.26 third_party/libwebrtc/webrtc/audio/audio_gn
107:47.53 third_party/libwebrtc/webrtc/audio/utility/audio_frame_operations_gn
107:47.78 third_party/libwebrtc/webrtc/call/bitrate_allocator_gn
107:48.12 third_party/libwebrtc/webrtc/call/call_gn
107:48.95 In file included from Unified_cpp_audio_audio_gn0.cpp:11:
107:48.95 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/audio/audio_send_stream.cc:22:
107:48.95 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/bitrate_controller/include/bitrate_controller.h:22:
107:48.95 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
107:48.95 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
107:48.95     StreamPrioKey() = default;
107:48.95     ^
107:48.95 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
107:48.95     const RtpPacketSender::Priority priority;
107:48.95                                     ^
107:49.15 In file included from Unified_cpp_bitrate_allocator_gn0.cpp:2:
107:49.15 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/call/bitrate_allocator.cc:19:
107:49.15 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/bitrate_controller/include/bitrate_controller.h:22:
107:49.15 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
107:49.15 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
107:49.15     StreamPrioKey() = default;
107:49.15     ^
107:49.16 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
107:49.16     const RtpPacketSender::Priority priority;
107:49.16                                     ^
107:49.47 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/call/call_interfaces_gn
107:50.32 In file included from Unified_cpp_webrtc_call_call_gn0.cpp:2:
107:50.32 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/call/call.cc:29:
107:50.32 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/call/rtp_transport_controller_send.h:16:
107:50.32 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h:22:
107:50.32 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
107:50.32 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
107:50.33     StreamPrioKey() = default;
107:50.33     ^
107:50.33 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
107:50.33     const RtpPacketSender::Priority priority;
107:50.33                                     ^
107:51.37 1 warning generated.
107:51.85 1 warning generated.
107:51.92 third_party/libwebrtc/webrtc/call/rtp_interfaces_gn
107:51.95 third_party/libwebrtc/webrtc/call/rtp_receiver_gn
107:52.05 third_party/libwebrtc/webrtc/call/rtp_sender_gn
107:53.44 In file included from Unified_cpp_call_rtp_sender_gn0.cpp:2:
107:53.44 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/call/rtp_transport_controller_send.cc:11:
107:53.44 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/call/rtp_transport_controller_send.h:16:
107:53.44 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h:22:
107:53.44 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
107:53.44 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
107:53.44     StreamPrioKey() = default;
107:53.44     ^
107:53.44 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
107:53.44     const RtpPacketSender::Priority priority;
107:53.44                                     ^
107:53.57 In file included from Unified_cpp_rtp_receiver_gn0.cpp:11:
107:53.57 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/call/rtp_demuxer.cc:171:8: warning: unused variable 'has_mid' [-Wunused-variable]
107:53.57   bool has_mid = packet.GetExtension<RtpMid>(&packet_mid);
107:53.57        ^
107:53.73 1 warning generated.
107:53.77 third_party/libwebrtc/webrtc/call/video_stream_api_gn
107:53.78 third_party/libwebrtc/webrtc/common_audio/common_audio_c_gn
107:57.36 third_party/libwebrtc/webrtc/common_audio/common_audio_cc_gn
107:57.37 1 warning generated.
107:57.94 third_party/libwebrtc/webrtc/common_audio/common_audio_gn
107:58.57 1 warning generated.
107:59.19 third_party/libwebrtc/webrtc/common_audio/common_audio_sse2_gn
107:59.41 third_party/libwebrtc/webrtc/common_audio/fir_filter_factory_gn
107:59.64 third_party/libwebrtc/webrtc/common_video/common_video_gn
108:00.48 third_party/libwebrtc/webrtc/logging/rtc_event_log_api_gn
108:00.76 third_party/libwebrtc/webrtc/logging/rtc_event_log_impl_gn
108:00.88 In file included from Unified_cpp_common_video_gn0.cpp:38:
108:00.88 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/common_video/h264/sps_parser.cc:22:9: warning: 'RETURN_EMPTY_ON_FAIL' macro redefined [-Wmacro-redefined]
108:00.88 #define RETURN_EMPTY_ON_FAIL(x) \
108:00.88         ^
108:00.88 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/common_video/h264/pps_parser.cc:20:9: note: previous definition is here
108:00.88 #define RETURN_EMPTY_ON_FAIL(x) \
108:00.88         ^
108:02.56 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/logging/rtc_event_log_api_gn
108:02.79 third_party/libwebrtc/webrtc/media/rtc_audio_video_gn
108:03.54 third_party/libwebrtc/webrtc/media/rtc_h264_profile_id_gn
108:04.00 1 warning generated.
108:04.59 third_party/libwebrtc/webrtc/media/rtc_media_base_gn
108:04.62 third_party/libwebrtc/webrtc/modules/audio_coding/audio_coding_gn
108:06.80 third_party/libwebrtc/webrtc/modules/audio_coding/audio_format_conversion_gn
108:08.71 third_party/libwebrtc/webrtc/modules/audio_coding/audio_network_adaptor_config_gn
108:08.77 third_party/libwebrtc/webrtc/modules/audio_coding/audio_network_adaptor_gn
108:09.87 third_party/libwebrtc/webrtc/modules/audio_coding/cng_gn
108:10.63 third_party/libwebrtc/webrtc/modules/audio_coding/g711_c_gn
108:10.83 In file included from Unified_cpp_audio_coding_cng_gn0.cpp:2:
108:10.83 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:75: warning: possible misuse of comma operator here [-Wcomma]
108:10.83           ([&] { RTC_CHECK(config.IsOk()) << "Invalid configuration."; }(),
108:10.83                                                                           ^
108:10.83 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:12: note: cast expression to void to silence warning
108:10.83           ([&] { RTC_CHECK(config.IsOk()) << "Invalid configuration."; }(),
108:10.83            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108:10.83            static_cast<void>(                                             )
108:11.29 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/audio_coding/g711_gn
108:12.48 1 warning generated.
108:12.54 third_party/libwebrtc/webrtc/modules/audio_coding/g722_c_gn
108:13.14 third_party/libwebrtc/webrtc/modules/audio_coding/g722_gn
108:13.55 third_party/libwebrtc/webrtc/modules/audio_coding/ilbc_c_gn
108:13.74 third_party/libwebrtc/webrtc/modules/audio_coding/ilbc_gn
108:14.73 third_party/libwebrtc/webrtc/modules/audio_coding/isac_c_gn
108:15.43 third_party/libwebrtc/webrtc/modules/audio_coding/isac_common_gn
108:15.74 third_party/libwebrtc/webrtc/modules/audio_coding/isac_fix_c_gn
108:16.88 third_party/libwebrtc/webrtc/modules/audio_coding/isac_fix_common_gn
108:17.10 third_party/libwebrtc/webrtc/modules/audio_coding/isac_gn
108:18.01 third_party/libwebrtc/webrtc/modules/audio_coding/legacy_encoded_audio_frame_gn
108:19.38 third_party/libwebrtc/webrtc/modules/audio_coding/neteq_decoder_enum_gn
108:19.43 third_party/libwebrtc/webrtc/modules/audio_coding/neteq_gn
108:20.31 third_party/libwebrtc/webrtc/modules/audio_coding/pcm16b_c_gn
108:20.66 third_party/libwebrtc/webrtc/modules/audio_coding/pcm16b_gn
108:22.37 third_party/libwebrtc/webrtc/modules/audio_coding/rent_a_codec_gn
108:22.82 third_party/libwebrtc/webrtc/modules/audio_coding/webrtc_opus_c_gn
108:23.46 third_party/libwebrtc/webrtc/modules/audio_coding/webrtc_opus_gn
108:25.19 third_party/libwebrtc/webrtc/modules/audio_device/audio_device_generic_gn
108:26.07 third_party/libwebrtc/webrtc/modules/audio_mixer/audio_frame_manipulator_gn
108:27.42 third_party/libwebrtc/webrtc/modules/audio_mixer/audio_mixer_impl_gn
108:28.02 third_party/libwebrtc/webrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn
108:28.90 third_party/libwebrtc/webrtc/modules/audio_processing/aec_dump_interface_gn
108:29.49 third_party/libwebrtc/webrtc/modules/audio_processing/audio_processing_c_gn
108:30.12 third_party/libwebrtc/webrtc/modules/audio_processing/audio_processing_gn
108:30.59 third_party/libwebrtc/webrtc/modules/audio_processing/audio_processing_sse2_gn
108:31.19 third_party/libwebrtc/webrtc/modules/audio_processing/audio_processing_statistics_gn
108:31.66 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec/echo_cancellation.cc:26:
108:31.67 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/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]
108:31.67         for (int k = 0; k < v_length; ++k) {
108:31.67                         ~ ^ ~~~~~~~~
108:32.07 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/audio_processing/audio_processing_gn
108:32.10 1 warning generated.
108:32.14 third_party/libwebrtc/webrtc/modules/bitrate_controller/bitrate_controller_gn
108:32.49 third_party/libwebrtc/webrtc/modules/congestion_controller/congestion_controller_gn
108:32.69 third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn
108:33.72 In file included from Unified_cpp_itrate_controller_gn0.cpp:2:
108:33.72 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc:12:
108:33.72 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/bitrate_controller/bitrate_controller_impl.h:18:
108:33.72 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/bitrate_controller/include/bitrate_controller.h:22:
108:33.72 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
108:33.72 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
108:33.72     StreamPrioKey() = default;
108:33.72     ^
108:33.72 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
108:33.72     const RtpPacketSender::Priority priority;
108:33.72                                     ^
108:34.45 In file included from Unified_cpp_estion_controller_gn0.cpp:20:
108:34.45 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/congestion_controller/delay_based_bwe.cc:19:
108:34.45 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
108:34.45 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
108:34.45     StreamPrioKey() = default;
108:34.45     ^
108:34.45 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
108:34.45     const RtpPacketSender::Priority priority;
108:34.45                                     ^
108:34.69 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn
108:36.24 1 warning generated.
108:36.96 third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_objc_gn
108:39.56 1 warning generated.
108:39.91 third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn
108:42.17 third_party/libwebrtc/webrtc/modules/desktop_capture/primitives_gn
108:43.44 third_party/libwebrtc/webrtc/modules/media_file/media_file_gn
108:45.92 third_party/libwebrtc/webrtc/modules/pacing/pacing_gn
108:46.98 third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn
108:47.22 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/gain_control_impl.cc:16:
108:47.22 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/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]
108:47.22         for (int k = 0; k < v_length; ++k) {
108:47.22                         ~ ^ ~~~~~~~~
108:47.36 In file included from Unified_cpp_pacing_pacing_gn0.cpp:2:
108:47.36 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/alr_detector.cc:11:
108:47.36 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/alr_detector.h:17:
108:47.36 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
108:47.36 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
108:47.36     StreamPrioKey() = default;
108:47.36     ^
108:47.37 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
108:47.37     const RtpPacketSender::Priority priority;
108:47.37                                     ^
108:48.02 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/rtp_rtcp/rtp_rtcp_format_gn
108:48.19 1 warning generated.
108:49.54 third_party/libwebrtc/webrtc/modules/rtp_rtcp/rtp_rtcp_format_gn
108:50.47 In file included from Unified_cpp_audio_processing_gn0.cpp:2:
108:50.47 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec/aec_core.cc:30:
108:50.47 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/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]
108:50.47         for (int k = 0; k < v_length; ++k) {
108:50.48                         ~ ^ ~~~~~~~~
108:51.05 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/rtp_rtcp/rtp_rtcp_format_gn
108:52.38 1 warning generated.
108:53.89 In file included from Unified_cpp_audio_processing_gn1.cpp:2:
108:53.89 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/echo_remover.cc:29:
108:53.89 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/subtractor.h:18:
108:53.89 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
108:53.89 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/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]
108:53.89         for (int k = 0; k < v_length; ++k) {
108:53.89                         ~ ^ ~~~~~~~~
108:54.41 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/rtp_rtcp/rtp_rtcp_format_gn
108:56.77 In file included from Unified_cpp_audio_processing_gn2.cpp:2:
108:56.77 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/subtractor.cc:11:
108:56.77 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/subtractor.h:18:
108:56.77 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
108:56.78 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/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]
108:56.78         for (int k = 0; k < v_length; ++k) {
108:56.78                         ~ ^ ~~~~~~~~
108:57.61 1 warning generated.
108:57.67 third_party/libwebrtc/webrtc/modules/rtp_rtcp/rtp_rtcp_gn
109:00.67 1 warning generated.
109:01.25 In file included from Unified_cpp_audio_processing_gn3.cpp:20:
109:01.25 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/audio_processing/level_controller/down_sampler.cc:19:
109:01.25 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/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]
109:01.25         for (int k = 0; k < v_length; ++k) {
109:01.25                         ~ ^ ~~~~~~~~
109:01.56 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/audio_processing/audio_processing_gn
109:05.21 1 warning generated.
109:05.26 third_party/libwebrtc/webrtc/modules/utility/utility_gn
109:05.29 1 warning generated.
109:09.33 third_party/libwebrtc/webrtc/modules/video_capture/video_capture_module_gn
109:10.18 third_party/libwebrtc/webrtc/modules/video_coding/video_coding_gn
109:12.71 In file included from Unified_cpp_video_coding_gn0.cpp:74:
109:12.71 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/video_coding/generic_encoder.cc:18:
109:12.71 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/alr_detector.h:17:
109:12.71 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
109:12.71 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
109:12.71     StreamPrioKey() = default;
109:12.71     ^
109:12.71 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
109:12.71     const RtpPacketSender::Priority priority;
109:12.71                                     ^
109:16.63 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/modules/video_coding/video_coding_utility_gn
109:18.37 third_party/libwebrtc/webrtc/modules/video_coding/webrtc_h264_gn
109:21.47 third_party/libwebrtc/webrtc/modules/video_coding/webrtc_i420_gn
109:22.27 third_party/libwebrtc/webrtc/modules/video_coding/webrtc_stereo_gn
109:22.33 third_party/libwebrtc/webrtc/modules/video_coding/webrtc_vp8_gn
109:23.36 1 warning generated.
109:23.43 third_party/libwebrtc/webrtc/modules/video_coding/webrtc_vp9_gn
109:23.65    Compiling webrender v0.61.0 (/Users/shinobee/src/mozilla-unified/gfx/wr/webrender)
109:25.84 third_party/libwebrtc/webrtc/modules/video_processing/video_processing_gn
109:27.41 third_party/libwebrtc/webrtc/modules/video_processing/video_processing_sse2_gn
109:28.07 third_party/libwebrtc/webrtc/rtc_base/rtc_base_approved_generic_gn
109:30.62 In file included from Unified_cpp__approved_generic_gn1.cpp:38:
109:30.62 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/rtc_base/messagequeue.cc:121:41: warning: unused variable 'iter' [-Wunused-variable]
109:30.62   std::vector<MessageQueue *>::iterator iter;
109:30.62                                         ^
109:32.07 BUILDSTATUS BUILD_VERBOSE third_party/libwebrtc/webrtc/rtc_base/rtc_base_approved_objc_gn
109:34.16 third_party/libwebrtc/webrtc/rtc_base/rtc_base_gn
109:34.27 third_party/libwebrtc/webrtc/rtc_base/rtc_base_objc_gn
109:34.44 third_party/libwebrtc/webrtc/rtc_base/rtc_numerics_gn
109:34.54 third_party/libwebrtc/webrtc/rtc_base/rtc_task_queue_impl_gn
109:34.68 third_party/libwebrtc/webrtc/rtc_base/sequenced_task_checker_gn
109:35.83 third_party/libwebrtc/webrtc/rtc_base/weak_ptr_gn
109:36.02 1 warning generated.
109:36.09 third_party/libwebrtc/webrtc/system_wrappers/field_trial_default_gn
109:36.18 third_party/libwebrtc/webrtc/system_wrappers/metrics_default_gn
109:36.98 third_party/libwebrtc/webrtc/system_wrappers/system_wrappers_gn
109:37.17 third_party/libwebrtc/webrtc/video/video_gn
109:37.19 third_party/libwebrtc/webrtc/voice_engine/audio_level_gn
109:39.25 third_party/libwebrtc/webrtc/voice_engine/voice_engine_gn
109:40.68 third_party/libwebrtc/webrtc/webrtc_common_gn
109:40.78 In file included from Unified_cpp_video_video_gn1.cpp:2:
109:40.78 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/video/video_stream_encoder.cc:21:
109:40.78 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
109:40.78 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
109:40.78     StreamPrioKey() = default;
109:40.78     ^
109:40.79 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
109:40.79     const RtpPacketSender::Priority priority;
109:40.79                                     ^
109:40.91 In file included from Unified_cpp_video_video_gn0.cpp:38:
109:40.91 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/video/receive_statistics_proxy.cc:18:
109:40.91 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/alr_detector.h:17:
109:40.91 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
109:40.91 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
109:40.91     StreamPrioKey() = default;
109:40.91     ^
109:40.91 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
109:40.91     const RtpPacketSender::Priority priority;
109:40.91                                     ^
109:41.27 In file included from Unified_cpp_voice_engine_gn0.cpp:2:
109:41.27 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/voice_engine/channel.cc:30:
109:41.28 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_router.h:18:
109:41.28 In file included from /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/paced_sender.h:18:
109:41.28 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5: warning: explicitly defaulted default constructor is implicitly deleted [-Wdefaulted-function-deleted]
109:41.28     StreamPrioKey() = default;
109:41.28     ^
109:41.28 /Users/shinobee/src/mozilla-unified/third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:55:37: note: default constructor of 'StreamPrioKey' is implicitly deleted because field 'priority' of const-qualified type 'const RtpPacketSender::Priority' would not be initialized
109:41.29     const RtpPacketSender::Priority priority;
109:41.29                                     ^
109:42.47 BUILDSTATUS BUILD_VERBOSE third_party/msgpack
109:42.87 third_party/msgpack
109:43.89 third_party/prio
109:43.93 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:117:9: warning: unknown pragma ignored [-Wunknown-pragmas]
109:43.93 #pragma pipeloop(0)
109:43.93         ^
109:43.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:128:9: warning: unknown pragma ignored [-Wunknown-pragmas]
109:43.94 #pragma pipeloop(0)
109:43.94         ^
109:43.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:143:9: warning: unknown pragma ignored [-Wunknown-pragmas]
109:43.94 #pragma pipeloop(0)
109:43.94         ^
109:43.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:218:9: warning: unknown pragma ignored [-Wunknown-pragmas]
109:43.94 #pragma pipeloop(0)
109:43.94         ^
109:43.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:222:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
109:43.94             if ((jj == 30)) {
109:43.94                  ~~~^~~~~
109:43.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: remove extraneous parentheses around the comparison to silence this warning
109:43.94             if ((jj == 30)) {
109:43.94                 ~   ^    ~
109:43.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: use '=' to turn this equality comparison into an assignment
109:43.94             if ((jj == 30)) {
109:43.94                     ^~
109:43.94                     =
109:43.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:195:9: warning: unused variable 'tmp' [-Wunused-variable]
109:43.95     int tmp;
109:43.95         ^
109:43.95 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:196:24: warning: unused variable 'nextm2j' [-Wunused-variable]
109:43.95     double digit, m2j, nextm2j, a, b;
109:43.95                        ^
109:43.95 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/montmulf.c:197:13: warning: unused variable 'dptmp' [-Wunused-variable]
109:43.95     double *dptmp, *pdm1, *pdm2, *pdn, *pdtj, pdn_0, pdm1_0;
109:43.95             ^
109:44.08 1 warning generated.
109:44.12 8 warnings generated.
109:44.14 third_party/sipcc
109:45.12 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:1732:19: warning: comparison of integers of different signs: 'int' and 'mp_size' (aka 'unsigned int') [-Wsign-compare]
109:45.12     for (i = 0; i < USED(&f) && i < USED(&g); i++) {
109:45.12                 ~ ^ ~~~~~~~~
109:45.12 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:1732:35: warning: comparison of integers of different signs: 'int' and 'mp_size' (aka 'unsigned int') [-Wsign-compare]
109:45.12     for (i = 0; i < USED(&f) && i < USED(&g); i++) {
109:45.12                                 ~ ^ ~~~~~~~~
109:45.12 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:1734:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
109:45.12         for (j = 0; j < MP_DIGIT_BIT; j++) {
109:45.12                     ~ ^ ~~~~~~~~~~~~
109:45.13 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:2133:17: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
109:45.13         int j = MP_MIN(k, MP_DIGIT_BIT);
109:45.13                 ^~~~~~~~~~~~~~~~~~~~~~~
109:45.13 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
109:45.13 #define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
109:45.13                         ~  ^  ~
109:45.13 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:2135:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
109:45.13         if (j < MP_DIGIT_BIT) {
109:45.13             ~ ^ ~~~~~~~~~~~~
109:45.18 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:4706:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long') and 'int' [-Wsign-compare]
109:45.18     if (val >= r)
109:45.18         ~~~ ^  ~
109:46.93 BUILDSTATUS BUILD_VERBOSE third_party/sipcc
109:47.46 1 warning generated.
109:47.84 toolkit/components/alerts
109:48.18 6 warnings generated.
109:50.07 toolkit/components/antitracking
109:51.98 toolkit/components/autocomplete
110:00.48 1 warning generated.
110:00.57 toolkit/components/backgroundhangmonitor
110:00.59 toolkit/components/browser
110:02.61 toolkit/components/build
110:05.81 toolkit/components/cascade_bloom_filter
110:07.21 toolkit/components/clearsitedata
110:14.81 toolkit/components/commandlines
110:16.59 toolkit/components/ctypes
110:16.96 toolkit/components/downloads
110:17.91 toolkit/components/extensions
110:19.77 toolkit/components/extensions/webrequest
110:19.84 toolkit/components/finalizationwitness
110:23.23 toolkit/components/find
110:24.52 toolkit/components/fuzzyfox
110:27.92 toolkit/components/glean
110:36.39 toolkit/components/glean/xpcom
110:37.93 toolkit/components/jsoncpp/src/lib_json
110:38.43 toolkit/components/kvstore
110:39.72 toolkit/components/lz4
110:40.81 toolkit/components/mediasniffer
110:42.29 toolkit/components/mozintl
110:43.98 toolkit/components/osfile
110:44.77 toolkit/components/parentalcontrols
110:48.68 toolkit/components/perfmonitoring
110:48.79 toolkit/components/places
110:50.03 toolkit/components/printingui/ipc
110:50.61 toolkit/components/printingui
110:54.03 toolkit/components/processtools
110:55.26 toolkit/components/protobuf
111:10.88 toolkit/components/reflect
111:12.60 toolkit/components/remote
111:15.77 toolkit/components/reputationservice
111:25.11 toolkit/components/resistfingerprinting
111:38.68 toolkit/components/satchel
111:40.80 toolkit/components/sessionstore
111:45.02 toolkit/components/startup
111:51.55 toolkit/components/statusfilter
111:53.94 toolkit/components/telemetry/TelemetryHistogramData.inc.stub
111:54.92 toolkit/components/terminator
111:55.49 toolkit/components/typeaheadfind
112:00.32 toolkit/components/url-classifier
112:06.91 toolkit/components/viaduct
112:08.02 toolkit/components/windowwatcher
112:10.27 toolkit/components/xulstore
112:19.01 toolkit/crashreporter/breakpad-client/mac/crash_generation
112:20.47 toolkit/crashreporter/breakpad-client/mac/handler
112:20.92 toolkit/crashreporter/breakpad-client
112:22.06 toolkit/crashreporter/google-breakpad/src/common/mac
112:25.76 toolkit/crashreporter/google-breakpad/src/common
112:27.57 toolkit/crashreporter
112:27.72 toolkit/library/buildid.cpp.stub
112:30.92 toolkit/mozapps/extensions
112:31.03 toolkit/profile
112:33.90 In file included from Unified_cpp_toolkit_profile0.cpp:2:
112:33.90 /Users/shinobee/src/mozilla-unified/toolkit/profile/nsProfileLock.cpp:461:15: warning: 'GetProcessInformation' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
112:33.90         if (::GetProcessInformation(&lockProcessInfo.psn, &processInfo) ==
112:33.90               ^
112:33.90 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:513:1: note: 'GetProcessInformation' has been explicitly marked deprecated here
112:33.90 GetProcessInformation(
112:33.90 ^
112:38.50 1 warning generated.
112:38.62 toolkit/system/osxproxy
112:42.56 toolkit/xre
112:44.67 tools/performance
112:59.08 /Users/shinobee/src/mozilla-unified/toolkit/xre/nsAppRunner.cpp:3568:11: warning: 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
112:59.08     if (::GetCurrentProcess(&psn) == noErr) ::SetFrontProcess(&psn);
112:59.08           ^
112:59.08 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:415:1: note: 'GetCurrentProcess' has been explicitly marked deprecated here
112:59.08 MacGetCurrentProcess(ProcessSerialNumber * PSN)               AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
112:59.08 ^
112:59.08 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:412:34: note: expanded from macro 'MacGetCurrentProcess'
112:59.08     #define MacGetCurrentProcess GetCurrentProcess
112:59.09                                  ^
112:59.09 /Users/shinobee/src/mozilla-unified/toolkit/xre/nsAppRunner.cpp:3568:47: warning: 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
112:59.09     if (::GetCurrentProcess(&psn) == noErr) ::SetFrontProcess(&psn);
112:59.09                                               ^
112:59.09 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks/HIServices.framework/Headers/Processes.h:603:1: note: 'SetFrontProcess' has been explicitly marked deprecated here
112:59.09 SetFrontProcess(const ProcessSerialNumber * PSN)              AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_9;
112:59.09 ^
112:59.77 In file included from Unified_cpp_toolkit_xre0.cpp:110:
112:59.77 /Users/shinobee/src/mozilla-unified/toolkit/xre/nsXREDirProvider.cpp:1419:17: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
112:59.77   OSErr err = ::FSFindFolder(kUserDomain, folderType, kCreateFolder, &fsRef);
112:59.78                 ^
112:59.78 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
112:59.78 FSFindFolder(
112:59.78 ^
113:03.39 1 warning generated.
113:03.47 tools/profiler
113:07.48 uriloader/base
113:09.22 2 warnings generated.
113:16.83 uriloader/exthandler
113:23.87 uriloader/prefetch
113:30.52 In file included from Unified_mm_uriloader_exthandler0.mm:20:
113:30.53 /Users/shinobee/src/mozilla-unified/uriloader/exthandler/mac/nsOSHelperAppService.mm:225:66: warning: 'kCFURLHFSPathStyle' is deprecated: first deprecated in macOS 10.9 - Carbon File Manager is deprecated, use kCFURLPOSIXPathStyle where possible [-Wdeprecated-declarations]
113:30.53         ::CFURLCreateWithFileSystemPath(nullptr, pathAsCFString, kCFURLHFSPathStyle, false);
113:30.53                                                                  ^
113:30.53 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:23:5: note: 'kCFURLHFSPathStyle' has been explicitly marked deprecated here
113:30.53     kCFURLHFSPathStyle API_DEPRECATED("Carbon File Manager is deprecated, use kCFURLPOSIXPathStyle where possible", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0)), /* The use of kCFURLHFSPathStyle is deprecated. The Carbon File Manager, which uses HFS style paths, is deprecated. HFS style paths are unreliable because they can arbitrarily refer to multiple volumes if those volumes have identical volume names. You should instead use kCFURLPOSIXPathStyle wherever possible. */
113:30.53     ^
113:30.53 In file included from Unified_mm_uriloader_exthandler0.mm:20:
113:30.53 /Users/shinobee/src/mozilla-unified/uriloader/exthandler/mac/nsOSHelperAppService.mm:260:23: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations]
113:30.54   CFURLRef appURL = ::CFURLCreateFromFSRef(kCFAllocatorDefault, aAppRef);
113:30.54                       ^
113:30.54 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:478:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
113:30.54 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) API_DEPRECATED("Not supported", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
113:30.54          ^
113:30.54 In file included from Unified_mm_uriloader_exthandler0.mm:20:
113:30.54 /Users/shinobee/src/mozilla-unified/uriloader/exthandler/mac/nsOSHelperAppService.mm:356:41: warning: 'CFURLGetFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations]
113:30.54       if ((err == noErr) && appURL && ::CFURLGetFSRef(appURL, &typeAppFSRef)) {
113:30.54                                         ^
113:30.54 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:481:9: note: 'CFURLGetFSRef' has been explicitly marked deprecated here
113:30.54 Boolean CFURLGetFSRef(CFURLRef url, struct FSRef *fsRef) API_DEPRECATED("Not supported", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
113:30.54         ^
113:30.55 In file included from Unified_mm_uriloader_exthandler0.mm:20:
113:30.55 /Users/shinobee/src/mozilla-unified/uriloader/exthandler/mac/nsOSHelperAppService.mm:385:11: warning: 'FSCompareFSRefs' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
113:30.55     if (::FSCompareFSRefs((const FSRef*)&typeAppFSRef, (const FSRef*)&extAppFSRef) == noErr) {
113:30.55           ^
113:30.55 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:1850:15: note: 'FSCompareFSRefs' has been explicitly marked deprecated here
113:30.55 extern OSErr  FSCompareFSRefs(const FSRef *ref1, const FSRef *ref2)                     __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
113:30.55               ^
113:32.27 4 warnings generated.
113:32.35 uriloader/preload
113:46.07 view
113:47.08 widget/cocoa
113:54.77 widget/headless
114:09.78 widget
114:12.00 xpcom/base
114:40.22 xpcom/build/Services.cpp.stub
114:59.37 xpcom/components
115:54.81 xpcom/ds
116:04.44 xpcom/io
116:07.70 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:1925:25: warning: 'GetAliasSizeFromPtr' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:07.70   int32_t aliasSize = ::GetAliasSizeFromPtr(&aliasHeader);
116:07.70                         ^
116:07.71 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Aliases.h:675:1: note: 'GetAliasSizeFromPtr' has been explicitly marked deprecated here
116:07.71 GetAliasSizeFromPtr(const AliasRecord * alias)                __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_4, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
116:07.71 ^
116:07.71 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:1938:9: warning: 'PtrToHand' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:07.71   if (::PtrToHand(decodedData, &newHandle, aliasSize) != noErr) {
116:07.71         ^
116:07.71 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1772:1: note: 'PtrToHand' has been explicitly marked deprecated here
116:07.71 PtrToHand(
116:07.71 ^
116:07.71 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:1948:17: warning: 'FSResolveAlias' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:07.71   OSErr err = ::FSResolveAlias(nullptr, (AliasHandle)newHandle, &resolvedFSRef,
116:07.71                 ^
116:07.71 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Aliases.h:259:1: note: 'FSResolveAlias' has been explicitly marked deprecated here
116:07.71 FSResolveAlias(
116:07.71 ^
116:07.71 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:1952:3: warning: 'DisposeHandle' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:07.72   DisposeHandle(newHandle);
116:07.72   ^
116:07.72 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
116:07.72 DisposeHandle(Handle h)                                       __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
116:07.72 ^
116:07.73 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:2268:26: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations]
116:07.73   CFURLRef newURLRef = ::CFURLCreateFromFSRef(kCFAllocatorDefault, aFSRef);
116:07.73                          ^
116:07.73 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:478:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
116:07.73 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) API_DEPRECATED("Not supported", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
116:07.73          ^
116:07.74 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:2300:11: warning: 'CFURLGetFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported [-Wdeprecated-declarations]
116:07.74     if (::CFURLGetFSRef(url, aResult)) {
116:07.74           ^
116:07.74 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:481:9: note: 'CFURLGetFSRef' has been explicitly marked deprecated here
116:07.75 Boolean CFURLGetFSRef(CFURLRef url, struct FSRef *fsRef) API_DEPRECATED("Not supported", macos(10.0,10.9), ios(2.0,7.0), watchos(2.0,2.0), tvos(9.0,9.0));
116:07.75         ^
116:07.75 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:2318:19: warning: 'FSGetCatalogInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:07.75     OSErr err = ::FSGetCatalogInfo(&fsRef, kFSCatInfoNone, nullptr, nullptr,
116:07.75                   ^
116:07.75 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:2620:15: note: 'FSGetCatalogInfo' has been explicitly marked deprecated here
116:07.75 extern OSErr  FSGetCatalogInfo(const FSRef *ref, FSCatalogInfoBitmap whichInfo, FSCatalogInfo *catalogInfo, HFSUniStr255 *outName, FSSpecPtr fsSpec, FSRef *parentRef) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
116:07.75               ^
116:07.75 /Users/shinobee/src/mozilla-unified/xpcom/io/nsLocalFileUnix.cpp:2340:9: warning: 'FSGetCatalogInfo' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:07.75       ::FSGetCatalogInfo(&fsRef, kFSCatInfoDataSizes + kFSCatInfoRsrcSizes,
116:07.75         ^
116:07.76 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:2620:15: note: 'FSGetCatalogInfo' has been explicitly marked deprecated here
116:07.76 extern OSErr  FSGetCatalogInfo(const FSRef *ref, FSCatalogInfoBitmap whichInfo, FSCatalogInfo *catalogInfo, HFSUniStr255 *outName, FSSpecPtr fsSpec, FSRef *parentRef) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
116:07.76               ^
116:09.23 8 warnings generated.
116:18.02 In file included from Unified_cpp_xpcom_io0.cpp:92:
116:18.02 /Users/shinobee/src/mozilla-unified/xpcom/io/SpecialSystemDirectory.cpp:632:11: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:18.02   err = ::FSFindFolder(aDomain, aFolderType, kCreateFolder, &fsRef);
116:18.02           ^
116:18.02 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
116:18.02 FSFindFolder(
116:18.02 ^
116:18.06 In file included from Unified_cpp_xpcom_io0.cpp:110:
116:18.08 /Users/shinobee/src/mozilla-unified/xpcom/io/nsAppFileLocationProvider.cpp:133:11: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:18.08     if (::FSFindFolder(kUserDomain, kInternetPlugInFolderType, false,
116:18.09           ^
116:18.09 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
116:18.09 FSFindFolder(
116:18.09 ^
116:18.09 In file included from Unified_cpp_xpcom_io0.cpp:110:
116:18.10 /Users/shinobee/src/mozilla-unified/xpcom/io/nsAppFileLocationProvider.cpp:141:11: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:18.10     if (::FSFindFolder(kLocalDomain, kInternetPlugInFolderType, false,
116:18.10           ^
116:18.10 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
116:18.10 FSFindFolder(
116:18.10 ^
116:18.13 In file included from Unified_cpp_xpcom_io0.cpp:110:
116:18.14 /Users/shinobee/src/mozilla-unified/xpcom/io/nsAppFileLocationProvider.cpp:254:17: warning: 'FSFindFolder' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
116:18.14   OSErr err = ::FSFindFolder(kUserDomain, folderType, kCreateFolder, &fsRef);
116:18.14                 ^
116:18.14 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Folders.h:286:1: note: 'FSFindFolder' has been explicitly marked deprecated here
116:18.14 FSFindFolder(
116:18.14 ^
116:20.65 BUILDSTATUS BUILD_VERBOSE xpcom/io
116:29.41 4 warnings generated.
116:29.52 xpcom/reflect/xptcall/md/unix/xptcinvoke_asm_x86_64_unix.o
116:29.66 xpcom/reflect/xptcall/md/unix
116:30.22 xpcom/reflect/xptcall
116:32.78 xpcom/reflect/xptinfo
116:37.27 xpcom/string
116:41.11 xpcom/threads
116:52.06 xpfe/appshell
116:59.97 ipc/gtest
117:05.73 js/xpconnect/shell
117:09.02 layout/base/gtest
117:09.72 layout/style/test/gtest
117:18.74 layout/style/test
117:19.78 media/ffvpx/libavcodec/libmozavcodec.dylib.symbols.stub
117:19.83 media/ffvpx/libavcodec/x86
117:20.32 media/ffvpx/libavutil/libmozavutil.dylib.symbols.stub
117:21.06 media/ffvpx/libavutil/x86
117:22.31 media/gmp-clearkey/0.1/gtest
117:22.77 media/gmp-clearkey/0.1
117:25.62 media/libcubeb/gtest
117:35.12 media/psshparser/gtest
117:37.57 media/webrtc/signaling/gtest
117:40.09 memory/gtest
118:00.83 memory/replace/dmd/test
118:14.52 memory/replace/logalloc/replay
118:14.99 /Users/shinobee/src/mozilla-unified/memory/replace/logalloc/replay/Replay.cpp:332:18: warning: 'aligned_alloc' is only available on macOS 10.15 or newer [-Wunguarded-availability-new]
118:15.00     aSlot.mPtr = ::aligned_alloc_impl(alignment, size);
118:15.00                  ^~~~~~~~~~~~~~~~~~~~
118:15.00 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/include/malloc_decls.h:59:1: note: 'aligned_alloc' has been marked as being introduced in macOS 10.15 here, but the deployment target is macOS 10.9.0
118:15.00 NOTHROW_MALLOC_DECL(aligned_alloc, void*, size_t, size_t)
118:15.00 ^
118:15.00 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/include/malloc_decls.h:44:33: note: expanded from macro 'NOTHROW_MALLOC_DECL'
118:15.00 #    define NOTHROW_MALLOC_DECL MALLOC_DECL
118:15.00                                 ^
118:15.00 /Users/shinobee/src/mozilla-unified/memory/replace/logalloc/replay/Replay.cpp:256:15: note: expanded from macro 'MALLOC_DECL'
118:15.00   return_type name##_impl(__VA_ARGS__);
118:15.00               ^
118:15.00 <scratch space>:13:1: note: expanded from here
118:15.00 aligned_alloc_impl
118:15.00 ^
118:15.00 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/include/mozmemory_wrap.h:140:47: note: expanded from macro 'aligned_alloc_impl'
118:15.00 #define aligned_alloc_impl mozmem_malloc_impl(aligned_alloc)
118:15.00                                               ^
118:15.00 /Users/shinobee/src/mozilla-unified/memory/replace/logalloc/replay/Replay.cpp:332:18: note: enclose 'aligned_alloc' in a __builtin_available check to silence this warning
118:15.00     aSlot.mPtr = ::aligned_alloc_impl(alignment, size);
118:15.00                  ^~~~~~~~~~~~~~~~~~~~
118:15.09 BUILDSTATUS BUILD_VERBOSE memory/volatile/tests
118:15.33 1 warning generated.
118:15.57 mfbt/tests/gtest
118:45.98 mfbt/tests
118:49.57 modules/libmar/sign
118:51.44 modules/libmar/src
118:57.47 modules/libmar/tool
119:02.99 modules/libmar/verify
119:04.16 modules/libpref/test/gtest
119:10.42 modules/xz-embedded
119:11.67 mozglue/tests
119:17.13 netwerk/test/gtest/parse-ftp
119:17.97 netwerk/test/gtest
119:43.13 other-licenses/bsdiff
119:43.86 security/certverifier/tests/gtest
119:44.75 security/ct/tests/gtest/valid-sth.inc.stub
119:44.76 security/ct/tests/gtest/valid-with-extension-sth.inc.stub
119:45.76 security/ct/tests/gtest/valid-secp521r1-sha512-sth.inc.stub
119:46.80 security/manager/ssl/osclientcerts/dynamic-library/libosclientcerts.dylib.symbols.stub
119:47.09 security/ct/tests/gtest/signature-covers-log-id-sth.inc.stub
119:47.51 security/ct/tests/gtest/wrong-spki-sth.inc.stub
119:47.59 security/manager/ssl/tests/gtest
119:49.77 security/manager/ssl/tests/unit/pkcs11testmodule/libpkcs11testmodule.dylib.symbols.stub
119:50.06 security/ct/tests/gtest/wrong-signing-key-sth.inc.stub
119:51.38 security/ct/tests/gtest/missing-log-id-sth.inc.stub
119:51.77 security/manager/ssl/tests/unit/tlsserver/cmd
119:52.38 security/ct/tests/gtest/missing-timestamp-sth.inc.stub
119:53.33 security/manager/ssl/tests/unit/tlsserver/lib
119:53.85 security/ct/tests/gtest/missing-tree-size-sth.inc.stub
119:55.34 security/ct/tests/gtest/missing-root-hash-sth.inc.stub
119:57.06 security/ct/tests/gtest/missing-extensions-sth.inc.stub
119:58.39 security/ct/tests/gtest/truncated-log-id-sth.inc.stub
120:00.03 security/ct/tests/gtest/truncated-timestamp-sth.inc.stub
120:01.98 security/ct/tests/gtest/truncated-tree-size-sth.inc.stub
120:03.12 security/nss/cmd/certutil
120:03.51 security/ct/tests/gtest/truncated-root-hash-sth.inc.stub
120:05.02 security/ct/tests/gtest/truncated-extension-sth.inc.stub
120:06.82 security/ct/tests/gtest/rsa-signer-rsa-spki-sth.inc.stub
120:07.58 security/nss/cmd/lib
120:08.37 security/ct/tests/gtest/rsa-signer-ec-spki-sth.inc.stub
120:09.35 /Users/shinobee/src/mozilla-unified/security/nss/cmd/lib/secutil.c:3434:62: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
120:09.35             if (PR_Write(outFile, derCrl->data, derCrl->len) != derCrl->len) {
120:09.35                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
120:09.91 BUILDTASK {"argv": ["/Users/shinobee/src/mozilla-unified/python/mozbuild/mozbuild/action/file_generate.py", "/Users/shinobee/src/mozilla-unified/security/ct/tests/gtest/createSTHTestData.py", "main", "rsa-signer-rsa-spki-sth.inc", ".deps/rsa-signer-rsa-spki-sth.inc.pp", ".deps/rsa-signer-rsa-spki-sth.inc.stub", "/Users/shinobee/src/mozilla-unified/security/ct/tests/gtest/rsa-signer-rsa-spki-sth.inc.tbs"], "start": 1601794997.296161, "end": 1601794998.562531, "context": null}
120:09.96 security/ct/tests/gtest/ec-signer-rsa-spki-sth.inc.stub
120:10.68 1 warning generated.
120:11.79 security/nss/cmd/modutil
120:12.32 security/nss/lib/jar
120:12.48 security/nss/cmd/pk12util
120:12.87 /Users/shinobee/src/mozilla-unified/security/nss/lib/jar/jarfile.c:327:45: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
120:12.87             if (JAR_FREAD(fp, inbuf, chunk) != chunk) {
120:12.87                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~
120:12.88 /Users/shinobee/src/mozilla-unified/security/nss/lib/jar/jarfile.c:588:21: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
120:12.88             if (num != phy->length) {
120:12.88                 ~~~ ^  ~~~~~~~~~~~
120:12.88 /Users/shinobee/src/mozilla-unified/security/nss/lib/jar/jarfile.c:712:55: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
120:12.88             if (JAR_FREAD(fp, filename, filename_len) != filename_len) {
120:12.88                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
120:12.88 /Users/shinobee/src/mozilla-unified/security/nss/lib/jar/jarfile.c:778:59: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
120:12.88                 if (JAR_FREAD(fp, filename, filename_len) != filename_len) {
120:12.88                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
120:12.89 /Users/shinobee/src/mozilla-unified/security/nss/lib/jar/jarfile.c:841:53: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
120:12.89         if (JAR_FREAD(fp, &tarball, sizeof tarball) < sizeof tarball)
120:12.89             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
120:12.93 BUILDSTATUS BUILD_VERBOSE security/nss/lib/jar
120:13.10 5 warnings generated.
120:13.12 security/nss/cmd/shlibsign
120:13.84 security/nss/lib/ckfw/builtins/certdata.c.stub
120:13.84 security/nss/lib/ckfw/builtins/out.nssckbi.def.stub
120:13.91 security/nss/lib/ckfw
120:14.04 security/nss/lib/freebl
120:14.33 security/nss/lib/freebl/out.freebl.def.stub
120:16.53 security/nss/lib/softoken
120:17.15 /Users/shinobee/src/mozilla-unified/security/nss/lib/ckfw/wrap.c:225:9: warning: code will never be executed [-Wunreachable-code]
120:17.15         PRInt32 remainingInstances;
120:17.15         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
120:17.53 BUILDSTATUS BUILD_VERBOSE security/nss/lib/softoken
120:18.05 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/kbkdf.c:1493:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
120:18.05     for (i = 0; i < PR_ARRAY_SIZE(sftk_SP800_Tests); i++) {
120:18.05                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120:18.13 1 warning generated.
120:18.45 1 warning generated.
120:18.80 security/nss/lib/softoken/out.softokn.def.stub
120:19.24 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/pkcs11c.c:1330:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
120:19.24             for (; i < counter_len; ++i) {
120:19.24                    ~ ^ ~~~~~~~~~~~
120:19.31 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/pkcs11.c:4781:69: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
120:19.31                 if (pTemplate[i].pValue && (pTemplate[i].ulValueLen != -1)) {
120:19.31                                             ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
120:19.35 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/pkcs11c.c:6895:38: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
120:19.35         (!params->bExpand && keySize > hashLen) ||
120:19.35                              ~~~~~~~ ^ ~~~~~~~
120:19.36 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/pkcs11c.c:6896:37: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
120:19.36         (params->bExpand && keySize > 255 * hashLen)) {
120:19.36                             ~~~~~~~ ^ ~~~~~~~~~~~~~
120:19.37 BUILDSTATUS BUILD_VERBOSE startupcache/test
120:20.45 1 warning generated.
120:20.48 storage/test/gtest
120:21.37 testing/gtest/benchmark
120:21.76 3 warnings generated.
120:21.79 testing/gtest/mozilla
120:22.29 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/sftkdb.c:367:69: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
120:22.30         if ((template[i].pValue == NULL) || (template[i].ulValueLen == -1)) {
120:22.30                                              ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
120:22.32 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/sftkdb.c:1769:70: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
120:22.32         while (i < known_attributes_size && (ptemplate[i].ulValueLen == -1)) {
120:22.32                                              ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
120:23.29 2 warnings generated.
120:23.44 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/sftkdhverify.c:1266:25: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
120:23.44     if (dhSubPrime->len != subPrimeLen) {
120:23.44         ~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
120:23.48 1 warning generated.
120:24.66 testing/gtest
120:25.05 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/sftkpwd.c:1139:34: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
120:25.05         if ((authAttr.ulValueLen == -1) || (authAttr.ulValueLen == 0)) {
120:25.05              ~~~~~~~~~~~~~~~~~~~ ^  ~~
120:25.05 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/sftkpwd.c:1150:34: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
120:25.05         if ((authAttr.ulValueLen == -1) || (authAttr.ulValueLen == 0)) {
120:25.05              ~~~~~~~~~~~~~~~~~~~ ^  ~~
120:25.05 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/sftkpwd.c:1204:34: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
120:25.05         if ((privAttr.ulValueLen == -1) || (privAttr.ulValueLen == 0)) {
120:25.05              ~~~~~~~~~~~~~~~~~~~ ^  ~~
120:25.06 /Users/shinobee/src/mozilla-unified/security/nss/lib/softoken/sftkpwd.c:1215:34: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
120:25.06         if ((privAttr.ulValueLen == -1) || (privAttr.ulValueLen == 0)) {
120:25.06              ~~~~~~~~~~~~~~~~~~~ ^  ~~
120:25.38 4 warnings generated.
120:29.28 testing/mochitest/ssltunnel
120:31.33 toolkit/components/ctypes/tests
120:31.92 toolkit/components/glean/gtest
120:32.47 toolkit/components/places/tests/gtest
120:32.82 toolkit/components/reputationservice/test/gtest
120:35.39 toolkit/components/resistfingerprinting/tests
120:35.87 toolkit/components/telemetry/pingsender
120:38.43 toolkit/components/telemetry/tests/gtest
120:39.43 toolkit/components/telemetry/tests
120:39.55 toolkit/components/url-classifier/tests/gtest
120:44.17 toolkit/components/xulstore/tests/gtest
120:47.42 toolkit/crashreporter/client
120:50.07 toolkit/crashreporter/google-breakpad/src/common/dwarf
120:59.92 toolkit/crashreporter/google-breakpad/src/processor
121:02.94 toolkit/crashreporter/minidump-analyzer
121:07.09 toolkit/crashreporter/test/gtest
121:16.89 toolkit/crashreporter/test
121:16.91 toolkit/mozapps/update/common
121:21.48 toolkit/mozapps/update/tests
121:21.84 toolkit/mozapps/update/updater/bspatch
121:22.17 toolkit/mozapps/update/updater
121:24.67 toolkit/mozapps/update/updater/updater-dep
121:27.47 toolkit/mozapps/update/updater/updater-xpcshell
121:33.27 toolkit/profile/gtest
121:33.48 toolkit/system/osxproxy/tests/gtest
121:34.22 toolkit/xre/test/gtest
121:35.49 tools/power
121:35.68 tools/profiler/tests/gtest
121:36.07 uriloader/exthandler/tests
121:36.20 uriloader/preload/gtest
121:36.52 widget/tests/gtest
121:37.28 xpcom/rust/gtest
121:39.46 xpcom/tests/gtest/dafsa_test_1.inc.stub
121:39.84 xpcom/tests
121:40.35 mozglue/build/libmozglue.dylib
121:40.96 accessible/mac
121:48.96 browser/app/firefox
121:49.54 dom/media/fake-cdm/libfake.dylib
121:50.08 dom/media/gmp-plugin-openh264/libfakeopenh264.dylib
121:50.62 dom/plugins/ipc/interpose/libplugin_child_interpose.dylib
121:51.17 dom/plugins/test/testplugin/flashplugin/libnpswftest.dylib
121:51.78 dom/plugins/test/testplugin/secondplugin/libnpsecondtest.dylib
121:52.40 dom/plugins/test/testplugin/libnptest.dylib
121:53.00 dom/plugins/test/testplugin/thirdplugin/libnpthirdtest.dylib
121:53.53 config/external/lgpllibs/liblgpllibs.dylib
121:54.08 js/src/gc
121:57.84 layout/style
122:34.82 media/libdav1d/asm
122:39.48 media/libdav1d
123:13.52 netwerk/dns
123:18.32 security/apps
123:36.59 security/manager/ssl
123:43.04 security/nss/lib/crmf/libcrmf.a
123:58.31 toolkit/components/telemetry
124:07.88 toolkit/library/buildid.cpp.stub
124:08.23 toolkit/library
124:17.01 xpcom/build
124:22.40 layout/style/test/host_ListCSSProperties
124:29.72 media/ffvpx/libavcodec
124:37.27 media/ffvpx/libavutil
124:44.26 /Users/shinobee/src/mozilla-unified/media/ffvpx/libavutil/opt.c:356:12: warning: 'return' will never be executed [-Wunreachable-code-return]
124:44.26     return 0;
124:44.26            ^
124:45.03 1 warning generated.
124:45.17 memory/replace/dmd/test/SmokeDMD
124:47.37 memory/replace/logalloc/replay/logalloc-replay
124:47.69 /Users/shinobee/src/mozilla-unified/media/ffvpx/libavutil/utils.c:73:42: warning: adding 'unsigned long' to a string does not append to the string [-Wstring-plus-int]
124:47.69     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
124:47.69            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
124:47.69 /Users/shinobee/src/mozilla-unified/media/ffvpx/libavutil/utils.c:73:42: note: use array indexing to silence this warning
124:47.70     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
124:47.70                                          ^
124:47.70            &                             [                       ]
124:47.75 1 warning generated.
124:51.30 mfbt/tests/TestAlgorithm
124:51.30 mfbt/tests/TestArray
124:51.77 mfbt/tests/TestArrayUtils
124:52.26 mfbt/tests/TestAtomicBitfields
124:52.72 mfbt/tests/TestAtomics
124:53.18 mfbt/tests/TestBinarySearch
124:53.57 modules/brotli/brotli
124:53.67 mfbt/tests/TestBloomFilter
124:54.12 mfbt/tests/TestBufferList
124:54.60 mfbt/tests/TestCasting
124:55.08 mfbt/tests/TestCeilingFloor
124:55.55 mfbt/tests/TestCheckedInt
124:56.01 mfbt/tests/TestCompactPair
124:56.51 mfbt/tests/TestCountPopulation
124:57.01 mfbt/tests/TestCountZeroes
124:57.51 mfbt/tests/TestDefineEnum
124:57.99 mfbt/tests/TestDoublyLinkedList
124:58.46 mfbt/tests/TestEndian
124:58.92 mfbt/tests/TestEnumeratedArray
124:59.02 modules/libmar/tool/mar
124:59.40 mfbt/tests/TestEnumSet
124:59.87 mfbt/tests/TestEnumTypeTraits
124:60.00 mozglue/tests/ShowSSEConfig
125:00.00 mozglue/tests/TestBaseProfiler
125:00.35 mfbt/tests/TestFastBernoulliTrial
125:00.46 mozglue/tests/TestPrintf
125:00.82 mfbt/tests/TestFloatingPoint
125:01.37 mfbt/tests/TestFunctionRef
125:01.80 /Users/shinobee/src/mozilla-unified/media/ffvpx/libavcodec/utils.c:1447:42: warning: adding 'unsigned long' to a string does not append to the string [-Wstring-plus-int]
125:01.80     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
125:01.80            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
125:01.80 /Users/shinobee/src/mozilla-unified/media/ffvpx/libavcodec/utils.c:1447:42: note: use array indexing to silence this warning
125:01.80     return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
125:01.80                                          ^
125:01.80            &                             [                       ]
125:01.85 BUILDTASK {"argv": ["/Users/shinobee/src/mozilla-unified/python/mozbuild/mozbuild/action/check_binary.py", "--target", "TestFloatingPoint"], "start": 1601795290.497153, "end": 1601795290.500483, "context": null}
125:01.89 mfbt/tests/TestFunctionTypeTraits
125:02.35 mfbt/tests/TestHashTable
125:02.52 other-licenses/bsdiff/mbsdiff
125:02.59 1 warning generated.
125:02.61 security/ct/tests/gtest
125:02.86 mfbt/tests/TestIntegerPrintfMacros
125:02.93 mfbt/tests/TestIntegerRange
125:03.37 security/manager/ssl/osclientcerts/dynamic-library
125:03.37 mfbt/tests/TestJSONWriter
125:03.62 security/manager/ssl/tests/unit/pkcs11testmodule
125:03.84 mfbt/tests/TestLinkedList
125:04.30 mfbt/tests/TestMacroArgs
125:04.75 mfbt/tests/TestMacroForEach
125:05.20 mfbt/tests/TestMathAlgorithms
125:05.65 mfbt/tests/TestMaybe
125:05.74 security/nss/lib/ckfw/builtins
125:06.11 mfbt/tests/TestNonDereferenceable
125:06.19 /Users/shinobee/src/mozilla-unified/security/nss/lib/ckfw/builtins/bfind.c:117:22: warning: comparison of integers of different signs: 'int' and 'CK_ULONG' (aka 'unsigned long') [-Wsign-compare]
125:06.19                 (len == a->ulValueLen) &&
125:06.19                  ~~~ ^  ~~~~~~~~~~~~~
125:06.28 1 warning generated.
125:06.63 mfbt/tests/TestNotNull
125:07.10 mfbt/tests/TestRandomNum
125:07.56 mfbt/tests/TestRange
125:08.01 mfbt/tests/TestRefPtr
125:08.47 mfbt/tests/TestResult
125:08.92 mfbt/tests/TestRollingMean
125:09.39 mfbt/tests/TestSaturate
125:09.84 mfbt/tests/TestScopeExit
125:10.31 mfbt/tests/TestSegmentedVector
125:10.77 mfbt/tests/TestSHA1
125:11.29 mfbt/tests/TestSmallPointerArray
125:11.76 mfbt/tests/TestSplayTree
125:12.21 mfbt/tests/TestSPSCQueue
125:12.66 mfbt/tests/TestTainting
125:13.11 mfbt/tests/TestTemplateLib
125:13.82 mfbt/tests/TestTextUtils
125:14.29 mfbt/tests/TestThreadSafeWeakPtr
125:14.74 mfbt/tests/TestTuple
125:15.20 mfbt/tests/TestTypedEnum
125:15.31 toolkit/components/ctypes/tests/libjsctypes-test.dylib
125:15.67 mfbt/tests/TestTypeTraits
125:16.16 mfbt/tests/TestUniquePtr
125:16.65 mfbt/tests/TestVariant
125:17.13 mfbt/tests/TestVector
125:17.59 mfbt/tests/TestWeakPtr
125:18.04 mfbt/tests/TestWrappingOperations
125:18.49 mfbt/tests/TestXorShift128PlusRNG
125:18.96 mfbt/tests/TestUtf8
125:19.40 mfbt/tests/TestPoisonArea
125:20.75 toolkit/components/telemetry/pingsender/pingsender
125:30.30 toolkit/components/telemetry/tests/libmodules-test.dylib
125:32.57 toolkit/crashreporter/minidump-analyzer/minidump-analyzer
125:33.13 toolkit/mozapps/update/tests/TestAUSHelper
125:33.13 toolkit/mozapps/update/tests/TestAUSReadStrings
125:35.04 toolkit/mozapps/update/updater/org.mozilla.updater
125:36.13 toolkit/mozapps/update/updater/updater-dep/updater-dep
125:36.79 toolkit/mozapps/update/updater/updater-xpcshell/updater-xpcshell
125:37.32 tools/power/rapl
125:37.68 xpcom/tests/gtest
125:37.94 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:1732:19: warning: comparison of integers of different signs: 'int' and 'mp_size' (aka 'unsigned int') [-Wsign-compare]
125:37.94     for (i = 0; i < USED(&f) && i < USED(&g); i++) {
125:37.94                 ~ ^ ~~~~~~~~
125:37.95 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:1732:35: warning: comparison of integers of different signs: 'int' and 'mp_size' (aka 'unsigned int') [-Wsign-compare]
125:37.95     for (i = 0; i < USED(&f) && i < USED(&g); i++) {
125:37.95                                 ~ ^ ~~~~~~~~
125:37.95 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:1734:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
125:37.95         for (j = 0; j < MP_DIGIT_BIT; j++) {
125:37.95                     ~ ^ ~~~~~~~~~~~~
125:37.95 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:2133:17: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
125:37.96         int j = MP_MIN(k, MP_DIGIT_BIT);
125:37.96                 ^~~~~~~~~~~~~~~~~~~~~~~
125:37.96 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
125:37.96 #define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
125:37.96                         ~  ^  ~
125:37.96 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:2135:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
125:37.96         if (j < MP_DIGIT_BIT) {
125:37.96             ~ ^ ~~~~~~~~~~~~
125:38.01 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/mpi/mpi.c:4706:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long') and 'int' [-Wsign-compare]
125:38.01     if (val >= r)
125:38.01         ~~~ ^  ~
125:39.50 BUILDSTATUS BUILD_VERBOSE xpcom/tests/gtest
125:40.18 xpcom/tests/TestArguments
125:40.19 xpcom/tests/TestBlockingProcess
125:40.65 xpcom/tests/TestPRIntN
125:40.75 6 warnings generated.
125:41.09 xpcom/tests/TestQuickReturn
125:41.57 xpcom/tests/TestUnicodeArguments
125:42.14 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/pqg.c:1653:50: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
125:42.14     if ((params->base.len == 0) && (vfy->counter == -1)) {
125:42.15                                     ~~~~~~~~~~~~ ^  ~~
125:42.15 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/pqg.c:1723:34: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
125:42.15         CHECKPARAM((vfy->counter == -1) || (vfy->counter < counter_max));
125:42.15                     ~~~~~~~~~~~~ ^  ~~
125:42.15 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/pqg.c:1637:11: note: expanded from macro 'CHECKPARAM'
125:42.15     if (!(cond)) {            \
125:42.15           ^~~~
125:42.15 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/pqg.c:1793:26: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
125:42.15         if (vfy->counter != -1) {
125:42.15             ~~~~~~~~~~~~ ^  ~~
125:42.15 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/pqg.c:1799:29: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
125:42.15     } else if (vfy->counter == -1) {
125:42.15                ~~~~~~~~~~~~ ^  ~~
125:42.53 BUILDTASK {"argv": ["/Users/shinobee/src/mozilla-unified/python/mozbuild/mozbuild/action/check_binary.py", "--target", "TestUnicodeArguments"], "start": 1601795331.172847, "end": 1601795331.175, "context": null}
125:42.71 4 warnings generated.
125:43.49 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/rsa.c:251:50: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
125:43.49     if ((unsigned)mpl_significant_bits(&pq_diff) < (keySizeInBits / 2 - 100)) {
125:43.49         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
125:43.49 /Users/shinobee/src/mozilla-unified/security/nss/lib/freebl/rsa.c:255:43: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
125:43.49     if ((unsigned)mpl_significant_bits(d) < (keySizeInBits / 2)) {
125:43.49         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
125:43.63 BUILDSTATUS BUILD_VERBOSE xpcom/tests/gtest
125:43.96 2 warnings generated.
125:44.00 security/libnss3.dylib
125:44.09 ld: warning: cannot export hidden symbol _PR_XLock from ../config/external/nspr/pr/Unified_c_external_nspr_pr0.o
125:44.09 ld: warning: cannot export hidden symbol _PR_XUnlock from ../config/external/nspr/pr/Unified_c_external_nspr_pr0.o
125:44.10 ld: warning: cannot export hidden symbol _PR_XIsLocked from ../config/external/nspr/pr/Unified_c_external_nspr_pr0.o
125:44.10 ld: warning: cannot export hidden symbol _PR_XWait from ../config/external/nspr/pr/Unified_c_external_nspr_pr0.o
125:44.10 ld: warning: cannot export hidden symbol _PR_XNotify from ../config/external/nspr/pr/Unified_c_external_nspr_pr0.o
125:44.10 ld: warning: cannot export hidden symbol _PR_XNotifyAll from ../config/external/nspr/pr/Unified_c_external_nspr_pr0.o
125:47.16 media/ffvpx/libavutil/libmozavutil.dylib
125:48.56 media/gmp-clearkey/0.1/libclearkey.dylib
125:50.15 modules/libmar/tool/signmar
125:50.61 security/nss/lib/freebl/mpi_amd64_common.o
126:03.58 security/manager/ssl/tests/unit/pkcs11testmodule/libpkcs11testmodule.dylib
126:04.11 security/manager/ssl/tests/unit/tlsserver/cmd/BadCertAndPinningServer
126:04.11 security/manager/ssl/tests/unit/tlsserver/cmd/DelegatedCredentialsServer
126:04.57 security/manager/ssl/tests/unit/tlsserver/cmd/GenerateOCSPResponse
126:05.05 security/manager/ssl/tests/unit/tlsserver/cmd/OCSPStaplingServer
126:05.53 security/manager/ssl/tests/unit/tlsserver/cmd/SanctionsTestServer
126:06.56 security/nss/cmd/certutil/certutil
126:07.08 security/nss/cmd/modutil/modutil
126:07.58 security/nss/cmd/pk12util/pk12util
126:08.10 security/nss/cmd/shlibsign/shlibsign
126:08.62 security/nss/lib/ckfw/builtins/libnssckbi.dylib
126:09.26 security/nss/lib/freebl/libfreebl3.dylib
126:09.80 security/nss/lib/softoken/libsoftokn3.dylib
126:10.34 testing/mochitest/ssltunnel/ssltunnel
126:10.86 toolkit/crashreporter/client/crashreporter
126:11.38 uriloader/exthandler/tests/WriteArgument
126:11.89 netwerk/test/http3server/force-cargo-program-build
126:17.90    Compiling libc v0.2.74
126:19.35    Compiling proc-macro2 v1.0.20
126:20.96    Compiling memchr v2.2.1
126:23.27    Compiling unicode-xid v0.2.0
126:23.47    Compiling syn v1.0.40
126:24.92    Compiling log v0.4.8
126:25.35    Compiling serde v1.0.116
126:26.65    Compiling serde_derive v1.0.116
126:27.87    Compiling autocfg v0.1.6
126:30.52    Compiling glob v0.3.0
126:35.10    Compiling cc v1.0.47
126:41.76 js/src/build/libjs_static.a
126:46.59 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libjs_static.a(raw_api.o) has no symbols
126:46.59 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libjs_static.a(restrace.o) has no symbols
126:46.60 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libjs_static.a(wintz.o) has no symbols
126:46.60 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libjs_static.a(windtfmt.o) has no symbols
126:46.60 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libjs_static.a(winnmfmt.o) has no symbols
126:46.60 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libjs_static.a(wintzimpl.o) has no symbols
126:48.67 media/ffvpx/libavcodec/libmozavcodec.dylib
126:48.88    Compiling version_check v0.9.1
126:51.03    Compiling bitflags v1.2.0
126:51.04    Compiling byteorder v1.3.2
126:52.22    Compiling lazy_static v1.4.0
126:52.33    Compiling cfg-if v0.1.10
126:52.46    Compiling unicode-width v0.1.7
126:52.61    Compiling quick-error v1.2.1
126:52.73    Compiling ryu v1.0.2
126:53.69    Compiling regex-syntax v0.6.12
126:54.00    Compiling strsim v0.7.0
126:56.58    Compiling bindgen v0.53.2
126:58.25    Compiling vec_map v0.8.2
126:58.46    Compiling termcolor v1.0.5
126:58.57    Compiling ansi_term v0.11.0
126:59.64    Compiling peeking_take_while v0.1.2
127:00.68    Compiling itoa v0.4.4
127:00.93    Compiling shlex v0.1.1
127:01.67    Compiling lazycell v1.2.1
127:04.25    Compiling smallvec v1.3.0
127:05.22    Compiling indexmap v1.1.0
127:07.05    Compiling slab v0.4.1
127:07.24    Compiling static_assertions v1.1.0
127:09.74    Compiling num-traits v0.2.10
127:10.20    Compiling num-integer v0.1.41
127:10.65    Compiling clang-sys v0.29.2
127:11.85    Compiling libloading v0.5.2
127:13.02    Compiling nom v5.1.1
127:13.53    Compiling thread_local v1.0.1
127:14.51    Compiling textwrap v0.9.0
127:16.73    Compiling humantime v1.3.0
127:32.32    Compiling atty v0.2.11
127:32.40    Compiling time v0.1.40
127:32.44    Compiling net2 v0.2.33
127:34.24    Compiling iovec v0.1.4
127:34.67    Compiling which v3.1.1
127:34.70    Compiling quote v1.0.2
127:34.73    Compiling aho-corasick v0.7.6
127:39.32    Compiling rustc-hash v1.0.1
127:39.47    Compiling mio v0.6.21
127:45.50    Compiling clap v2.31.2
127:46.57    Compiling regex v1.3.3
128:33.80    Compiling mio-extras v2.0.5
128:34.87    Compiling cexpr v0.4.0
128:42.59    Compiling env_logger v0.7.1
128:43.89    Compiling env_logger v0.6.2
128:47.71    Compiling chrono v0.4.10
129:20.96    Compiling serde_with_macros v1.1.0
129:57.17    Compiling webrender_bindings v0.1.0 (/Users/shinobee/src/mozilla-unified/gfx/webrender_bindings)
130:32.16    Compiling serde_json v1.0.44
130:38.08    Compiling serde_with v1.4.0
130:39.37    Compiling toml v0.4.5
130:41.20    Compiling qlog v0.3.0
130:49.58    Compiling neqo-common v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
130:52.47    Compiling neqo-crypto v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
131:16.94    Compiling neqo-transport v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
131:44.91    Compiling neqo-qpack v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
131:46.76    Compiling gkrust v0.1.0 (/Users/shinobee/src/mozilla-unified/toolkit/library/rust)
131:52.99    Compiling neqo-http3 v0.4.12 (https://github.com/mozilla/neqo?tag=v0.4.12#8959e815)
131:53.35     Finished release [optimized] target(s) in 128m 52s
131:53.81 security/manager/ssl/osclientcerts/force-cargo-library-build
131:53.84 toolkit/library/build/XUL
131:58.94    Compiling cc v1.0.47
132:03.24    Compiling http3server v0.1.1 (/Users/shinobee/src/mozilla-unified/netwerk/test/http3server)
132:04.74    Compiling libc v0.2.74
132:06.23    Compiling log v0.4.8
132:06.69    Compiling stable_deref_trait v1.0.0
132:06.78    Compiling num-traits v0.2.10
132:07.24    Compiling num-integer v0.1.41
132:07.70    Compiling num-bigint v0.2.3
132:11.90     Finished release [optimized] target(s) in 6m 00s
132:12.07    Compiling core-foundation v0.9.0
132:12.37    Compiling env_logger v0.6.2
132:14.18    Compiling libloading v0.5.2
132:15.80    Compiling rental v0.5.5
132:17.31 ipc/app/plugin-container
132:17.36 js/xpconnect/shell/xpcshell
132:17.80 toolkit/crashreporter/test/libtestcrasher.dylib
132:18.21    Compiling pkcs11 v0.4.1
132:20.75    Compiling osclientcerts-static v0.1.4 (/Users/shinobee/src/mozilla-unified/security/manager/ssl/osclientcerts)
132:26.76     Finished release [optimized] target(s) in 32.93s
132:27.11 security/manager/ssl/osclientcerts/dynamic-library/libosclientcerts.dylib
132:27.89 ./MacOS-files.txt.stub
132:27.89 ./aboutNetErrorCodes.js.stub
132:28.52 ./node.stub.stub
132:28.62 ./node.stub.stub
132:28.73 ./node.stub.stub
132:28.97 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/ast/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/ast/setInScopeLines.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ast"
132:29.04 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/event-listeners.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/exceptions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/expressions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/file-search.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/navigation.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/preview.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/project-text-search.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/quick-open.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/source-actors.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/source-tree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/tabs.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/toolbox.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/threads.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/ui.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/actions"
132:29.12 ./node.stub.stub
132:29.39 ./node.stub.stub
132:29.45 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/main.development.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/main.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/vendors.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src"
132:29.68 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/breakpoints/breakpointPositions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/breakpoints/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/breakpoints/modify.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/breakpoints/remapLocations.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/breakpoints/syncBreakpoint.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints"
132:29.89 ./node.stub.stub
132:30.22 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/breakOnNext.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/commands.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/continueToHere.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/expandScopes.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/fetchFrames.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/fetchScopes.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/inlinePreview.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/mapDisplayNames.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/mapFrames.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/mapScopes.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/paused.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/pauseOnExceptions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/previewPausedLocation.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/resumed.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/selectFrame.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/highlightCalls.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/pause/skipPausing.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause"
132:30.32 ./node.stub.stub
132:30.68 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/blackbox.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/breakableLines.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/loadSourceText.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/newSources.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/prettyPrint.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/select.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/sources/symbols.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources"
132:30.96 ./node.stub.stub
132:31.21 ./node.stub.stub
132:31.44 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/middleware/context.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/middleware/history.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/middleware/log.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/middleware/promise.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/middleware/thunk.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/middleware/timing.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/middleware/wait-service.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware"
132:31.64 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/actions/utils/create-store.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils"
132:32.27 ./node.stub.stub
132:32.57 ./node.stub.stub
132:32.62 ./node.stub.stub
132:32.64 ./node.stub.stub
132:32.65 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/client/firefox/commands.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/client/firefox/create.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/client/firefox/events.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox"
132:32.93 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/client/firefox.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/client/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/client"
132:32.96 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Breakpoint.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Breakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/ColumnBreakpoint.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/ColumnBreakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/ConditionalPanel.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/DebugLine.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/EditorMenu.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/EmptyLines.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Exception.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Exceptions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Footer.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/HighlightCalls.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/HighlightLine.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/HighlightLines.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/InlinePreview.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/InlinePreviewRow.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/InlinePreviews.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/SearchBar.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Tab.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Tabs.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor"
132:32.97 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Preview/ExceptionPopup.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Preview/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/Preview/Popup.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview"
132:33.85 ./node.stub.stub
132:33.86 ./node.stub.stub
132:34.20 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/menus/breakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/menus/editor.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/Editor/menus/source.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/menus"
132:34.26 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/A11yIntention.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/App.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/ProjectSearch.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/QuickOpenModal.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/ShortcutsModal.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/WelcomeBox.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components"
132:34.32 ./node.stub.stub
132:34.67 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/PrimaryPanes/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/PrimaryPanes/Outline.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/PrimaryPanes/OutlineFilter.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/PrimaryPanes/SourcesTree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/PrimaryPanes/SourcesTreeItem.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes"
132:35.41 ./node.stub.stub
132:35.77 ./node.stub.stub
132:35.78 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/Breakpoint.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointHeading.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointHeadingsContextMenu.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointsContextMenu.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/ExceptionOption.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints"
132:36.17 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/CommandBar.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/EventListeners.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Scopes.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Thread.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Threads.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/XHRBreakpoints.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes"
132:36.23 ./node.stub.stub
132:36.65 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Frames/Frame.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameIndent.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameMenu.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Frames/Group.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/SecondaryPanes/Frames/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames"
132:36.74 ./node.stub.stub
132:37.08 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/styles"
132:37.55 ./node.stub.stub
132:37.66 ./node.stub.stub
132:37.89 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Button/CloseButton.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Button/CommandBarButton.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Button/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Button/PaneToggleButton.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button"
132:37.99 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/AccessibleImage.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Accordion.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Badge.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/BracketArrow.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Dropdown.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/ManagedTree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Modal.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/Popover.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/PreviewFunction.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/ResultList.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/SearchInput.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/SourceIcon.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/components/shared/SmartGap.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared"
132:38.06 ./node.stub.stub
132:38.36 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/context-menu/menu.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/context-menu"
132:38.59 ./node.stub.stub
132:38.81 ./node.stub.stub
132:38.89 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/ast.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/async-requests.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/breakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/event-listeners.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/exceptions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/expressions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/file-search.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/pause.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/pending-breakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/preview.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/project-text-search.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/quick-open.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/source-actors.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/source-tree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/sources.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/tabs.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/threads.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/reducers/ui.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers"
132:38.95 ./node.stub.stub
132:39.09 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/breakpointAtLocation.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/breakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/breakpointSources.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/getCallStackFrames.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/inComponent.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/isLineInScope.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/isSelectedFrameVisible.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/pause.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/visibleBreakpoints.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/selectors/visibleColumnBreakpoints.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors"
132:39.25 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/breakpoint/astBreakpointLocation.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/breakpoint/breakpointPositions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/breakpoint/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint"
132:39.58 ./node.stub.stub
132:39.87 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/assert.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/ast.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/async-value.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/bootstrap.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/build-query.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/clipboard.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/connect.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/context.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/dbg.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/defer.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/DevToolsUtils.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/expressions.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/evaluation-result.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/function.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/indentation.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/isMinified.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/location.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/log.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/memoize.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/memoizeLast.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/memoizableAction.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/path.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/prefs.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/preview.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/project-search.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/quick-open.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/result-list.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/selected-location.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/source-maps.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/source-queue.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/source.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/tabs.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/task.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/telemetry.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/text.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/timings.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/threads.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/ui.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/url.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/utils.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/wasm.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/worker.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils"
132:40.09 ./node.stub.stub
132:40.38 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/create-editor.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/get-expression.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/get-token-location.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/source-documents.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/source-editor.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/source-search.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/editor/token-events.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor"
132:40.39 ./node.stub.stub
132:40.68 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/frames/annotateFrames.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/frames/collapseFrames.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/frames/displayName.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/frames/getFrameUrl.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/frames/getLibraryFromUrl.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/frames/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames"
132:41.11 ./node.stub.stub
132:41.48 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/why.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause"
132:41.86 ./node.stub.stub
132:41.87 ./node.stub.stub
132:42.19 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/buildGeneratedBindingList.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/filtering.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/findGeneratedBindingFromPosition.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/getApplicableBindingsForOriginalPosition.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/locColumn.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/mappingContains.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/optimizedOut.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/positionCmp.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/mapScopes/rangeMetadata.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes"
132:42.21 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/scopes/getScope.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/scopes/getVariables.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/scopes/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/pause/scopes/utils.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes"
132:42.32 ./node.stub.stub
132:42.34 ./node.stub.stub
132:42.60 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/addToTree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/collapseTree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/formatTree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/getDirectories.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/getURL.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/sortTree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/treeOrder.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/updateTree.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/sources-tree/utils.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree"
132:42.60 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/base-query.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/compare.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/core.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/index.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/memoize.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/query-cache.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/query.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/utils/resource/selector.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource"
132:43.01 ./node.stub.stub
132:43.31 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/workers/parser/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/parser"
132:43.40 ./node.stub.stub
132:43.68 ./node.stub.stub
132:43.69 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/workers"
132:43.95 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/workers/pretty-print/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/pretty-print"
132:44.05 Executing "/Users/shinobee/.mozbuild/node/bin/node /Users/shinobee/src/mozilla-unified/devtools/client/shared/build/build.js /Users/shinobee/src/mozilla-unified/devtools/client/debugger/src/workers/search/index.js /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/bin/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/search"
132:44.17 ./reserved-js-words.js.stub
132:44.66 ./spidermonkey_checks.stub
132:44.84 ./css_properties.js.stub
132:45.51 ./fake_remote_dafsa.bin.stub
132:46.94 ./collection_signing_root.pem.stub
132:47.02 ./collection_signing_int.pem.stub
132:47.12 ./collection_signing_ee.pem.stub
132:49.18 ./feature_definitions.json.stub
132:49.73 TEST-PASS | check_spidermonkey_style.py | ok
132:49.98 ./normandydriver-a-1.0.xpi.stub
132:50.20 TEST-PASS | check_macroassembler_style.py | ok
132:50.25 ./normandydriver-b-1.0.xpi.stub
132:50.30 ./normandydriver-a-2.0.xpi.stub
132:50.37 TEST-PASS | check_js_opcode.py | ok
132:51.29 ./ScalarArtifactDefinitions.json.stub
132:51.45 ./EventArtifactDefinitions.json.stub
132:51.54 ./glean_checks.stub
132:53.03 ./dependentlibs.list.stub
132:53.28 ./multilocale.txt.stub
132:53.68 ./built_in_addons.json.stub
132:53.84 ./browser_dragdrop1.xpi.stub
132:53.93 ./browser_dragdrop1.zip.stub
132:53.96 Sorry, Glean found some glinter nits:
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: geckoview.build_id: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: geckoview.version: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.description: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.device_id: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.driver_date: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.driver_files: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.driver_vendor: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.96 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.driver_version: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.ram: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.subsystem_id: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.adapter.primary.vendor_id: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.display.count: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.display.primary_height: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.display.primary_width: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.status.compositor: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 WARNING: USER_LIFETIME_EXPIRATION: gfx.status.headless: Metrics with 'user' lifetime cannot have an expiration date. They live as long as the user profile does. Set expires to 'never'.
132:53.97 Please fix the above nits to continue.
132:53.97 To disable a check, add a `no_lint` parameter with a list of check names to disable.
132:53.97 This parameter can appear with each individual metric, or at the top-level to affect the entire file.
132:54.00 ./browser_dragdrop2.xpi.stub
132:54.06 ./browser_dragdrop2.zip.stub
132:54.27 ./browser_dragdrop_incompat.xpi.stub
132:54.31 ./browser_dragdrop_incompat.zip.stub
132:54.38 ./browser_installssl.xpi.stub
132:54.57 ./browser_installssl.zip.stub
132:54.63 ./browser_theme.xpi.stub
132:54.68 ./browser_theme.zip.stub
132:54.86 ./options_signed.xpi.stub
132:54.91 ./options_signed.zip.stub
132:56.39 browser/locales/updater.ini.stub
132:56.40 browser/locales/bookmarks.html.stub
132:58.70 toolkit/locales/update.locale.stub
132:58.70 toolkit/locales/locale.ini.stub
133:03.84 Packaging specialpowers@mozilla.org.xpi...
133:04.14 Packaging quitter@mozilla.org.xpi...
133:07.16 Packaging mozscreenshots@mozilla.org.xpi...
133:07.41 331 compiler warnings present.
133:20.67 Overall system resources - Wall time: 7985s; CPU: 97%; Read bytes: 8079261696; Write bytes: 18835152896; Read time: 224750; Write time: 154640
133:20.67 Swap in/out (MB): 9187.015625/22.359375
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:135:9 [-Wdeprecated-declarations] 'FSFindFolder' is deprecated: first deprecated in macOS 10.8
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:140:27 [-Wdeprecated-declarations] 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:164:22 [-Wdeprecated-declarations] 'CFURLCreateDataAndPropertiesFromResource' is deprecated: first deprecated in macOS 10.9 - For resource data, use the CFReadStream API. For file resource properties, use CFURLCopyResourcePropertiesForKeys.
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:470:9 [-Wdeprecated-declarations] 'HLock' is deprecated: first deprecated in macOS 10.8
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:473:11 [-Wdeprecated-declarations] 'HLock' is deprecated: first deprecated in macOS 10.8
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:500:5 [-Wdeprecated-declarations] 'HUnlock' is deprecated: first deprecated in macOS 10.8
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:501:5 [-Wdeprecated-declarations] 'DisposeHandle' is deprecated: first deprecated in macOS 10.8
133:34.62 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:503:7 [-Wdeprecated-declarations] 'HUnlock' is deprecated: first deprecated in macOS 10.8
133:34.63 warning: dom/plugins/base/nsPluginsDirDarwin.cpp:504:7 [-Wdeprecated-declarations] 'DisposeHandle' is deprecated: first deprecated in macOS 10.8
133:34.63 warning: dom/plugins/ipc/PluginInterposeOSX.mm:534:23 [-Wdeprecated-declarations] 'GetProcessForPID' is deprecated: first deprecated in macOS 10.9
133:34.63 warning: dom/plugins/ipc/PluginInterposeOSX.mm:537:5 [-Wdeprecated-declarations] 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9
133:34.63 warning: dom/plugins/ipc/PluginInterposeOSX.mm:610:8 [-Wdeprecated-declarations] 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9
133:34.63 warning: dom/plugins/ipc/PluginInterposeOSX.mm:610:55 [-Wdeprecated-declarations] 'GetFrontProcess' is deprecated: first deprecated in macOS 10.9
133:34.63 warning: dom/plugins/ipc/PluginInterposeOSX.mm:615:8 [-Wdeprecated-declarations] 'SameProcess' is deprecated: first deprecated in macOS 10.9
133:34.63 warning: dom/plugins/ipc/PluginInterposeOSX.mm:616:5 [-Wdeprecated-declarations] 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9
133:34.63 warning: dom/plugins/ipc/PluginUtilsOSX.mm:257:9 [-Wdeprecated-declarations] 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9
133:34.63 warning: gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1670:9 [-Wunreachable-code] code will never be executed
133:34.63 warning: gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5082:6 [-Wunreachable-code] code will never be executed
133:34.63 warning: gfx/cairo/cairo/src/cairo-quartz-font.c:310:6 [-Wuninitialized] variable 'wGlyph' is uninitialized when used here
133:34.63 warning: gfx/cairo/cairo/src/cairo-quartz-font.c:779:2 [-Wdeprecated-declarations] 'CGContextShowGlyphsAtPoint' is deprecated: first deprecated in macOS 10.9 - No longer supported
133:34.63 warning: gfx/cairo/cairo/src/cairo-quartz-font.c:824:12 [-Wuninitialized] variable 'glyph' is uninitialized when used here
133:34.63 warning: gfx/cairo/cairo/src/cairo-quartz-surface.c:724:6 [-Wdeprecated-declarations] 'CGContextShowGlyphsWithAdvances' is deprecated: first deprecated in macOS 10.9 - No longer supported
133:34.63 warning: gfx/cairo/cairo/src/cairo-quartz-surface.c:2878:9 [-Wdeprecated-declarations] 'CGContextShowGlyphsWithAdvances' is deprecated: first deprecated in macOS 10.9 - No longer supported
133:34.63 warning: gfx/cairo/libpixman/src/pixman-linear-gradient.c:395:6 [-Wunreachable-code] code will never be executed
133:34.63 warning: gfx/cairo/libpixman/src/pixman-x86.c:80:5 [-Wexpansion-to-defined] macro expansion producing 'defined' has undefined behavior
133:34.63 warning: gfx/cairo/libpixman/src/pixman-x86.c:119:5 [-Wexpansion-to-defined] macro expansion producing 'defined' has undefined behavior
133:34.63 warning: gfx/harfbuzz/src/hb-ot-cff-common.hh:186:30 [-Wrange-loop-analysis] loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_array_t<const hb_vector_t<unsigned char> >, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-cff-common.hh:201:15), hb_function_sortedness_t::NOT_SORTED, nullptr>' does not return a reference
133:34.63 warning: gfx/harfbuzz/src/hb-ot-color-colr-table.hh:177:44 [-Wrange-loop-analysis] loop variable '_' is always a copy because the range of type 'hb_map_iter_t<hb_filter_iter_t<hb_map_iter_t<hb_range_iter_t<unsigned int, unsigned int>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-color-colr-table.hh:209:31), hb_function_sortedness_t::RETAINS_SORTING, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:331:1) &, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:51:1) &, nullptr>, (anonymous struct at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-algs.hh:338:1) &, hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference
133:34.63 warning: gfx/harfbuzz/src/hb-ot-layout-common.hh:1720:53 [-Wrange-loop-analysis] loop variable 'gid_klass_pair' is always a copy because the range of type 'hb_zip_iter_t<hb_sorted_array_t<OT::HBGlyphID>, hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, const hb_map_t &, hb_function_sortedness_t::NOT_SORTED, nullptr> >' does not return a reference
133:34.63 warning: gfx/harfbuzz/src/hb-ot-layout-common.hh:1720:53 [-Wrange-loop-analysis] loop variable 'gid_klass_pair' is always a copy because the range of type 'hb_map_iter_t<hb_sorted_array_t<OT::HBGlyphID>, (lambda at /Users/shinobee/src/mozilla-unified/gfx/harfbuzz/src/hb-ot-layout-common.hh:1672:29), hb_function_sortedness_t::RETAINS_SORTING, nullptr>' does not return a reference
133:34.63 warning: gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1361:85 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:2200:77 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: gfx/harfbuzz/src/hb-serialize.hh:135:63 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: gfx/ots/src/cff_charstring.cc:376:31 [-Wsign-compare] comparison of integers of different signs: 'std::__1::__deque_base<int, std::__1::allocator<int> >::value_type' (aka 'int') and 'std::__1::vector<unsigned short, std::__1::allocator<unsigned short> >::size_type' (aka 'unsigned long')
133:34.63 warning: gfx/ots/src/cff_charstring.cc:393:25 [-Wsign-compare] comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::__1::vector<unsigned short, std::__1::allocator<unsigned short> >::size_type' (aka 'unsigned long')
133:34.63 warning: gfx/skia/skia/include/private/GrTypesPriv.h:543:1 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/include/private/GrTypesPriv.h:559:1 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkFont.cpp:180:17 [-Wsometimes-uninitialized] variable 'uni' is used uninitialized whenever 'if' condition is false
133:34.63 warning: gfx/skia/skia/src/core/SkTextBlob.cpp:204:1 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.cpp:32:1 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:66:75 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:69:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:72:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:75:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:79:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:83:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:90:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:93:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:96:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:119:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkTypeface_remote.h:129:5 [-Wreturn-type] control may reach end of non-void function
133:34.63 warning: gfx/skia/skia/src/core/SkXfermode.cpp:138:12 [-Wunreachable-code-return] 'return' will never be executed
133:34.63 warning: intl/icu/source/common/localeprioritylist.cpp:143:25 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/lsr.cpp:101:12 [-Wunreachable-code-return] 'return' will never be executed
133:34.63 warning: intl/icu/source/common/static_unicode_sets.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.63 warning: intl/icu/source/common/ucasemap.cpp:661:49 [-Wc++2a-compat] type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a
133:34.63 warning: intl/icu/source/common/ucasemap.cpp:662:53 [-Wc++2a-compat] type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a
133:34.63 warning: intl/icu/source/common/ucasemap.cpp:667:49 [-Wc++2a-compat] type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a
133:34.63 warning: intl/icu/source/common/ucasemap.cpp:668:53 [-Wc++2a-compat] type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a
133:34.63 warning: intl/icu/source/common/ucasemap.cpp:690:35 [-Wc++2a-compat] type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a
133:34.63 warning: intl/icu/source/common/ucasemap.cpp:693:35 [-Wc++2a-compat] type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a
133:34.63 warning: intl/icu/source/common/ucasemap.cpp:696:35 [-Wc++2a-compat] type of UTF-8 string literal will change from array of const char to array of const char8_t in C++2a
133:34.63 warning: intl/icu/source/common/uniset.cpp:192:77 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/uniset.cpp:255:73 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/ustring.cpp:861:57 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/ustring.cpp:871:57 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/ustrtrns.cpp:329:50 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/ustrtrns.cpp:369:50 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/ustrtrns.cpp:434:54 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/ustrtrns.cpp:471:50 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/common/ustrtrns.cpp:513:50 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/i18n/compactdecimalformat.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.63 warning: intl/icu/source/i18n/decimfmt.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.63 warning: intl/icu/source/i18n/formatted_string_builder.h:227:34 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/i18n/formatted_string_builder.h:228:31 [-Wcomma] possible misuse of comma operator here
133:34.63 warning: intl/icu/source/i18n/measunit_extra.cpp:13:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.63 warning: intl/icu/source/i18n/number_asformat.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.63 warning: intl/icu/source/i18n/number_capi.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.63 warning: intl/icu/source/i18n/number_currencysymbols.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.63 warning: intl/icu/source/i18n/number_mapper.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/number_multiplier.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/number_patternstring.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/number_patternstring.cpp:11:9 [-Wmacro-redefined] 'UNISTR_FROM_CHAR_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/number_patternstring.cpp:1117:12 [-Wunreachable-code-return] 'return' will never be executed
133:34.64 warning: intl/icu/source/i18n/number_skeletons.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/number_utils.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numfmt.cpp:1309:15 [-Wtautological-unsigned-enum-zero-compare] result of comparison of unsigned enum expression < 0 is always false
133:34.64 warning: intl/icu/source/i18n/numparse_affixes.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_compositions.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_compositions.cpp:67:5 [-Wunreachable-code-loop-increment] loop will run at most once (loop increment never executed)
133:34.64 warning: intl/icu/source/i18n/numparse_currency.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_decimal.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_impl.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_parsednumber.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_scientific.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_symbols.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numparse_validators.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numrange_fluent.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/numrange_impl.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/reldatefmt.cpp:602:27 [-Wtautological-unsigned-enum-zero-compare] result of comparison of unsigned enum expression >= 0 is always true
133:34.64 warning: intl/icu/source/i18n/string_segment.cpp:10:9 [-Wmacro-redefined] 'UNISTR_FROM_STRING_EXPLICIT' macro redefined
133:34.64 warning: intl/icu/source/i18n/tmunit.cpp:64:23 [-Wtautological-unsigned-enum-zero-compare] result of comparison of unsigned enum expression < 0 is always false
133:34.64 warning: intl/icu/source/i18n/tzfmt.cpp:275:13 [-Wunreachable-code-return] 'return' will never be executed
133:34.64 warning: intl/icu/source/i18n/unum.cpp:787:27 [-Wtautological-unsigned-enum-zero-compare] result of comparison of unsigned enum expression < 0 is always false
133:34.64 warning: intl/icu/source/i18n/unum.cpp:814:27 [-Wtautological-unsigned-enum-zero-compare] result of comparison of unsigned enum expression < 0 is always false
133:34.64 warning: ipc/chromium/src/base/mac_util.mm:22:7 [-Wdeprecated-declarations] 'GetProcessBundleLocation' is deprecated: first deprecated in macOS 10.9
133:34.64 warning: ipc/chromium/src/base/mac_util.mm:25:7 [-Wdeprecated-declarations] 'FSGetCatalogInfo' is deprecated: first deprecated in macOS 10.8
133:34.64 warning: js/src/ctypes/libffi/src/closures.c:748:29 [-Wsign-compare] comparison of integers of different signs: 'off_t' (aka 'long long') and 'size_t' (aka 'unsigned long')
133:34.64 warning: js/src/ctypes/libffi/src/java_raw_api.c:328:46 [-Wdeprecated-declarations] 'ffi_java_raw_size' is deprecated
133:34.64 warning: js/src/ctypes/libffi/src/java_raw_api.c:331:3 [-Wdeprecated-declarations] 'ffi_java_ptrarray_to_raw' is deprecated
133:34.64 warning: media/ffvpx/libavcodec/utils.c:1447:42 [-Wstring-plus-int] adding 'unsigned long' to a string does not append to the string
133:34.64 warning: media/ffvpx/libavutil/opt.c:356:12 [-Wunreachable-code-return] 'return' will never be executed
133:34.64 warning: media/ffvpx/libavutil/utils.c:73:42 [-Wstring-plus-int] adding 'unsigned long' to a string does not append to the string
133:34.64 warning: media/libmkv/EbmlBufferWriter.c:43:13 [-Wunused-function] unused function '_Serialize'
133:34.64 warning: media/libopus/celt/celt.c:86:13 [-Wunreachable-code] code will never be executed
133:34.64 warning: media/libsoundtouch/src/InterpolateShannon.cpp:71:9 [-Wmacro-redefined] 'PI' macro redefined
133:34.64 warning: media/libsoundtouch/src/cpu_detect_x86.cpp:48:12 [-Wmacro-redefined] 'bit_MMX' macro redefined
133:34.64 warning: media/libsoundtouch/src/cpu_detect_x86.cpp:49:12 [-Wmacro-redefined] 'bit_SSE' macro redefined
133:34.64 warning: media/libsoundtouch/src/cpu_detect_x86.cpp:50:12 [-Wmacro-redefined] 'bit_SSE2' macro redefined
133:34.64 warning: media/libspeex_resampler/src/resample.c:814:17 [-Wunused-variable] unused variable 'i'
133:34.64 warning: media/libtheora/lib/decode.c:195:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:198:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:208:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:210:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:212:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:214:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:216:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:220:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:221:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:227:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:228:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:229:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:230:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:236:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:237:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:238:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:239:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:242:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:253:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:257:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:260:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:262:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:264:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:266:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:270:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:271:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:277:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:278:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.64 warning: media/libtheora/lib/decode.c:279:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.65 warning: media/libtheora/lib/decode.c:280:3 [-Wshift-negative-value] shifting a negative signed value is undefined
133:34.65 warning: media/libtheora/lib/x86/x86state.c:24:28 [-Wunused-const-variable] unused variable 'OC_FZIG_ZAG_MMX'
133:34.65 warning: memory/replace/logalloc/replay/Replay.cpp:332:18 [-Wunguarded-availability-new] 'aligned_alloc' is only available on macOS 10.15 or newer
133:34.65 warning: modules/woff2/src/woff2_dec.cc:1177:12 [-Wunused-variable] unused variable 'dst_offset'
133:34.65 warning: netwerk/base/nsURLHelperOSX.cpp:40:15 [-Wdeprecated-declarations] 'FSGetVolumeInfo' is deprecated: first deprecated in macOS 10.8
133:34.65 warning: netwerk/base/nsURLHelperOSX.cpp:86:51 [-Wdeprecated-declarations] 'kCFURLHFSPathStyle' is deprecated: first deprecated in macOS 10.9 - Carbon File Manager is deprecated, use kCFURLPOSIXPathStyle where possible
133:34.65 warning: netwerk/base/nsURLHelperOSX.cpp:171:13 [-Wdeprecated-declarations] 'FSPathMakeRef' is deprecated: first deprecated in macOS 10.8
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:249:6 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:408:6 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:545:6 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:1351:13 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:1567:13 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:1978:2 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:2882:14 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:3441:6 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:3493:5 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_asconf.c:3542:4 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_input.c:827:10 [-Wunreachable-code-return] 'return' will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_pcb.c:2734:6 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_pcb.c:4095:3 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_pcb.c:4097:3 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_pcb.c:4099:3 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_usrreq.c:1051:11 [-Wunreachable-code-return] 'return' will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_usrreq.c:6860:3 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctp_usrreq.c:6910:3 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctputil.c:7548:8 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctputil.c:7672:6 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/netinet/sctputil.c:7800:11 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/sctp/src/user_socket.c:2517:37 [-Wunreachable-code] code will never be executed
133:34.65 warning: netwerk/wifi/osx_corewlan.mm:40:44 [-Wobjc-method-access] instance method '-scanForNetworksWithParameters:error:' not found (return type defaults to 'id')
133:34.65 warning: netwerk/wifi/osx_corewlan.mm:60:34 [-Wobjc-method-access] instance method '-bssidData' not found (return type defaults to 'id'); did you mean '-ssidData'?
133:34.65 warning: netwerk/wifi/osx_corewlan.mm:86:29 [-Wobjc-method-access] instance method '-rssi' not found (return type defaults to 'id')
133:34.65 warning: nsprpub/lib/libc/src/plgetopt.c:164:46 [-Wsign-compare] comparison of integers of different signs: 'unsigned long' and 'PRIntn' (aka 'int')
133:34.65 warning: nsprpub/pr/src/io/priometh.c:338:20 [-Wsign-compare] comparison of integers of different signs: 'PROffset32' (aka 'int') and 'unsigned long'
133:34.65 warning: nsprpub/pr/src/io/prprf.c:323:31 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.65 warning: nsprpub/pr/src/io/prprf.c:949:27 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.65 warning: nsprpub/pr/src/md/unix/unix.c:3524:16 [-Wsign-compare] comparison of integers of different signs: 'PRUint32' (aka 'unsigned int') and 'PROffset32' (aka 'int')
133:34.65 warning: nsprpub/pr/src/md/unix/unix.c:3654:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.65 warning: nsprpub/pr/src/md/unix/unix.c:3697:23 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.65 warning: nsprpub/pr/src/md/unix/unix.c:3738:23 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.65 warning: nsprpub/pr/src/misc/prdtoa.c:564:56 [-Wsign-compare] comparison of integers of different signs: 'long' and 'unsigned long'
133:34.65 warning: nsprpub/pr/src/misc/prdtoa.c:2756:58 [-Wsign-compare] comparison of integers of different signs: 'unsigned long' and 'int'
133:34.65 warning: nsprpub/pr/src/misc/prnetdb.c:248:29 [-Wsign-compare] comparison of integers of different signs: 'int' and 'PRUint32' (aka 'unsigned int')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:775:12 [-Wsign-compare] comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:795:17 [-Wsign-compare] comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:819:17 [-Wsign-compare] comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:928:39 [-Wsign-compare] comparison of integers of different signs: 'PRIntn' (aka 'int') and 'PRSize' (aka 'unsigned long')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:931:23 [-Wsign-compare] comparison of integers of different signs: 'PRIntn' (aka 'int') and 'size_t' (aka 'unsigned long')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:987:17 [-Wsign-compare] comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:1299:32 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:1309:27 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:1441:27 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'size_t' (aka 'unsigned long')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:2200:21 [-Wincompatible-pointer-types-discards-qualifiers] assigning to 'void *' from 'const void *' discards qualifiers
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:2202:13 [-Wunused-variable] unused variable 'rv'
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:2203:60 [-Wincompatible-pointer-types] incompatible pointer types passing 'PRInt32 *' (aka 'int *') to parameter of type 'size_t *' (aka 'unsigned long *')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:4090:22 [-Wsign-compare] comparison of integers of different signs: 'PRIntn' (aka 'int') and 'PRUint32' (aka 'unsigned int')
133:34.65 warning: nsprpub/pr/src/pthreads/ptio.c:4157:47 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int')
133:34.66 warning: nsprpub/pr/src/pthreads/ptio.c:5038:24 [-Wsign-compare] comparison of integers of different signs: 'rlim_t' (aka 'unsigned long long') and 'PRIntn' (aka 'int')
133:34.66 warning: nsprpub/pr/src/pthreads/ptsynch.c:1031:47 [-Wclass-varargs] passing object of class type 'union semun' through variadic function
133:34.66 warning: nsprpub/pr/src/pthreads/ptsynch.c:1068:41 [-Wclass-varargs] passing object of class type 'union semun' through variadic function
133:34.66 warning: nsprpub/pr/src/pthreads/ptsynch.c:1150:36 [-Wclass-varargs] passing object of class type 'union semun' through variadic function
133:34.66 warning: nsprpub/pr/src/pthreads/ptthread.c:220:29 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int')
133:34.66 warning: nsprpub/pr/src/pthreads/ptthread.c:481:37 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int')
133:34.66 warning: nsprpub/pr/src/pthreads/ptthread.c:1130:29 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int')
133:34.66 warning: obj-x86_64-apple-darwin19.6.0/dist/include/mozilla/CountingAllocatorBase.h:110:5 [-Wundefined-var-template] instantiation of variable 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' required here, but no definition is available
133:34.66 warning: security/nss/cmd/lib/secutil.c:3434:62 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int'
133:34.66 warning: security/nss/lib/certhigh/certvfy.c:75:20 [-Wunreachable-code-return] 'return' will never be executed
133:34.66 warning: security/nss/lib/certhigh/certvfy.c:554:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/ckfw/builtins/bfind.c:117:22 [-Wsign-compare] comparison of integers of different signs: 'int' and 'CK_ULONG' (aka 'unsigned long')
133:34.66 warning: security/nss/lib/ckfw/wrap.c:225:9 [-Wunreachable-code] code will never be executed
133:34.66 warning: security/nss/lib/dev/ckhelper.c:135:45 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/dev/ckhelper.c:445:36 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:117:9 [-Wunknown-pragmas] unknown pragma ignored
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:128:9 [-Wunknown-pragmas] unknown pragma ignored
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:143:9 [-Wunknown-pragmas] unknown pragma ignored
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:195:9 [-Wunused-variable] unused variable 'tmp'
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:196:24 [-Wunused-variable] unused variable 'nextm2j'
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:197:13 [-Wunused-variable] unused variable 'dptmp'
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:218:9 [-Wunknown-pragmas] unknown pragma ignored
133:34.66 warning: security/nss/lib/freebl/mpi/montmulf.c:222:21 [-Wparentheses-equality] equality comparison with extraneous parentheses
133:34.66 warning: security/nss/lib/freebl/mpi/mpi.c:1732:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'mp_size' (aka 'unsigned int')
133:34.66 warning: security/nss/lib/freebl/mpi/mpi.c:1732:35 [-Wsign-compare] comparison of integers of different signs: 'int' and 'mp_size' (aka 'unsigned int')
133:34.66 warning: security/nss/lib/freebl/mpi/mpi.c:1734:23 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/freebl/mpi/mpi.c:2133:17 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/freebl/mpi/mpi.c:2135:15 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/freebl/mpi/mpi.c:4706:13 [-Wsign-compare] comparison of integers of different signs: 'mp_digit' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/freebl/pqg.c:1653:50 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.66 warning: security/nss/lib/freebl/pqg.c:1723:34 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.66 warning: security/nss/lib/freebl/pqg.c:1793:26 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.66 warning: security/nss/lib/freebl/pqg.c:1799:29 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.66 warning: security/nss/lib/freebl/rsa.c:251:50 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'int'
133:34.66 warning: security/nss/lib/freebl/rsa.c:255:43 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'int'
133:34.66 warning: security/nss/lib/jar/jarfile.c:327:45 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long'
133:34.66 warning: security/nss/lib/jar/jarfile.c:588:21 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/jar/jarfile.c:712:55 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int'
133:34.66 warning: security/nss/lib/jar/jarfile.c:778:59 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int'
133:34.66 warning: security/nss/lib/jar/jarfile.c:841:53 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long'
133:34.66 warning: security/nss/lib/pk11wrap/pk11cert.c:439:70 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11cxt.c:898:35 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11cxt.c:899:29 [-Wsign-compare] comparison of integers of different signs: 'unsigned long' and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11cxt.c:911:22 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11cxt.c:1160:20 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11merge.c:79:44 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11merge.c:128:32 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11obj.c:1964:21 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/pk11wrap/pk11obj.c:2041:72 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:498:23 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:501:36 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:530:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:531:31 [-Wsign-compare] comparison of integers of different signs: 'int' and 'const unsigned int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:600:29 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:603:53 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:638:25 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:1577:20 [-Wsign-compare] comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pars.c:1614:20 [-Wsign-compare] comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11pqg.c:302:26 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11skey.c:1040:17 [-Wsign-compare] comparison of integers of different signs: 'CK_KEY_TYPE' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11util.c:472:5 [-Wunreachable-code] code will never be executed
133:34.66 warning: security/nss/lib/pk11wrap/pk11util.c:1034:15 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pk11wrap/pk11util.c:1519:17 [-Wsign-compare] comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int'
133:34.66 warning: security/nss/lib/pkcs7/certread.c:321:25 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long long'
133:34.66 warning: security/nss/lib/pkcs7/certread.c:322:29 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long long'
133:34.66 warning: security/nss/lib/pkcs7/certread.c:405:15 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.66 warning: security/nss/lib/pkcs7/certread.c:433:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.67 warning: security/nss/lib/softoken/kbkdf.c:1493:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.67 warning: security/nss/lib/softoken/pkcs11.c:4781:69 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.67 warning: security/nss/lib/softoken/pkcs11c.c:1330:22 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.67 warning: security/nss/lib/softoken/pkcs11c.c:6895:38 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned int'
133:34.67 warning: security/nss/lib/softoken/pkcs11c.c:6896:37 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned int'
133:34.67 warning: security/nss/lib/softoken/sftkdb.c:367:69 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.67 warning: security/nss/lib/softoken/sftkdb.c:1769:70 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.67 warning: security/nss/lib/softoken/sftkdhverify.c:1266:25 [-Wsign-compare] comparison of integers of different signs: 'const unsigned int' and 'int'
133:34.67 warning: security/nss/lib/softoken/sftkpwd.c:1139:34 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.67 warning: security/nss/lib/softoken/sftkpwd.c:1150:34 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.67 warning: security/nss/lib/softoken/sftkpwd.c:1204:34 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.67 warning: security/nss/lib/softoken/sftkpwd.c:1215:34 [-Wsign-compare] comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int'
133:34.67 warning: security/nss/lib/ssl/dtls13con.c:167:14 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int'
133:34.67 warning: security/nss/lib/ssl/dtlscon.c:446:59 [-Wsign-compare] comparison of integers of different signs: 'PRUint32' (aka 'unsigned int') and 'PRInt32' (aka 'int')
133:34.67 warning: security/nss/lib/ssl/dtlscon.c:467:48 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long'
133:34.67 warning: security/nss/lib/ssl/dtlscon.c:654:14 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int'
133:34.67 warning: security/nss/lib/ssl/dtlscon.c:1083:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned long'
133:34.67 warning: security/nss/lib/ssl/sslencode.c:261:64 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned int'
133:34.67 warning: security/nss/lib/ssl/sslencode.c:276:18 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'int'
133:34.67 warning: security/nss/lib/ssl/sslprimitive.c:393:27 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'int'
133:34.67 warning: security/nss/lib/ssl/sslsnce.c:1897:30 [-Wsign-compare] comparison of integers of different signs: 'PRInt16' (aka 'short') and 'unsigned int'
133:34.67 warning: security/nss/lib/ssl/sslsock.c:1797:19 [-Wsign-compare] comparison of integers of different signs: 'int' and 'unsigned int'
133:34.67 warning: security/nss/lib/ssl/tls13con.c:5522:31 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUint32' (aka 'unsigned int')
133:34.67 warning: security/nss/lib/ssl/tls13con.c:5527:15 [-Wsign-compare] comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUint32' (aka 'unsigned int')
133:34.67 warning: security/nss/lib/ssl/tls13con.c:5677:25 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'const int'
133:34.67 warning: security/nss/lib/ssl/tls13con.c:5908:19 [-Wsign-compare] comparison of integers of different signs: 'unsigned int' and 'int'
133:34.67 warning: security/nss/lib/ssl/tls13esni.c:593:34 [-Wsign-compare] comparison of integers of different signs: 'PRUint64' (aka 'unsigned long long') and 'PRTime' (aka 'long long')
133:34.67 warning: security/nss/lib/ssl/tls13esni.c:593:68 [-Wsign-compare] comparison of integers of different signs: 'PRUint64' (aka 'unsigned long long') and 'PRTime' (aka 'long long')
133:34.67 warning: third_party/libwebrtc/webrtc/call/rtp_demuxer.cc:171:8 [-Wunused-variable] unused variable 'has_mid'
133:34.67 warning: third_party/libwebrtc/webrtc/common_video/h264/sps_parser.cc:22:9 [-Wmacro-redefined] 'RETURN_EMPTY_ON_FAIL' macro redefined
133:34.67 warning: third_party/libwebrtc/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:75 [-Wcomma] possible misuse of comma operator here
133:34.67 warning: third_party/libwebrtc/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27 [-Wsign-compare] comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long')
133:34.67 warning: third_party/libwebrtc/webrtc/modules/pacing/packet_queue2.h:45:5 [-Wdefaulted-function-deleted] explicitly defaulted default constructor is implicitly deleted
133:34.67 warning: third_party/libwebrtc/webrtc/rtc_base/messagequeue.cc:121:41 [-Wunused-variable] unused variable 'iter'
133:34.67 warning: third_party/sqlite3/src/sqlite3.c:109602:12 [-Wunreachable-code] code will never be executed
133:34.67 warning: third_party/sqlite3/src/sqlite3.c:146545:39 [-Wunreachable-code] code will never be executed
133:34.67 warning: third_party/sqlite3/src/sqlite3.c:146596:39 [-Wunreachable-code] code will never be executed
133:34.67 warning: third_party/sqlite3/src/sqlite3.c:157537:9 [-Wunreachable-code] code will never be executed
133:34.67 warning: toolkit/profile/nsProfileLock.cpp:461:15 [-Wdeprecated-declarations] 'GetProcessInformation' is deprecated: first deprecated in macOS 10.9
133:34.67 warning: toolkit/xre/nsAppRunner.cpp:3568:11 [-Wdeprecated-declarations] 'GetCurrentProcess' is deprecated: first deprecated in macOS 10.9
133:34.67 warning: toolkit/xre/nsAppRunner.cpp:3568:47 [-Wdeprecated-declarations] 'SetFrontProcess' is deprecated: first deprecated in macOS 10.9
133:34.67 warning: toolkit/xre/nsXREDirProvider.cpp:1419:17 [-Wdeprecated-declarations] 'FSFindFolder' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: uriloader/exthandler/mac/nsOSHelperAppService.mm:225:66 [-Wdeprecated-declarations] 'kCFURLHFSPathStyle' is deprecated: first deprecated in macOS 10.9 - Carbon File Manager is deprecated, use kCFURLPOSIXPathStyle where possible
133:34.67 warning: uriloader/exthandler/mac/nsOSHelperAppService.mm:260:23 [-Wdeprecated-declarations] 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported
133:34.67 warning: uriloader/exthandler/mac/nsOSHelperAppService.mm:356:41 [-Wdeprecated-declarations] 'CFURLGetFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported
133:34.67 warning: uriloader/exthandler/mac/nsOSHelperAppService.mm:385:11 [-Wdeprecated-declarations] 'FSCompareFSRefs' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/SpecialSystemDirectory.cpp:632:11 [-Wdeprecated-declarations] 'FSFindFolder' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsAppFileLocationProvider.cpp:133:11 [-Wdeprecated-declarations] 'FSFindFolder' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsAppFileLocationProvider.cpp:141:11 [-Wdeprecated-declarations] 'FSFindFolder' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsAppFileLocationProvider.cpp:254:17 [-Wdeprecated-declarations] 'FSFindFolder' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:1925:25 [-Wdeprecated-declarations] 'GetAliasSizeFromPtr' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:1938:9 [-Wdeprecated-declarations] 'PtrToHand' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:1948:17 [-Wdeprecated-declarations] 'FSResolveAlias' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:1952:3 [-Wdeprecated-declarations] 'DisposeHandle' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:2268:26 [-Wdeprecated-declarations] 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:2300:11 [-Wdeprecated-declarations] 'CFURLGetFSRef' is deprecated: first deprecated in macOS 10.9 - Not supported
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:2318:19 [-Wdeprecated-declarations] 'FSGetCatalogInfo' is deprecated: first deprecated in macOS 10.8
133:34.67 warning: xpcom/io/nsLocalFileUnix.cpp:2340:9 [-Wdeprecated-declarations] 'FSGetCatalogInfo' is deprecated: first deprecated in macOS 10.8
133:34.68 /usr/local/bin/terminal-notifier -title Mozilla Build System -group mozbuild -message Build complete
To view resource usage of the build, run |mach resource-usage|.
133:34.88 We know it took a while, but your build finally finished successfully!
133:34.88 If you are building Firefox often, SCCache can save you a lot of time. You can learn more here: https://firefox-source-docs.mozilla.org/build/buildsystem/sccache-dist.html
To take your build for a test drive, run: |mach run|
For more information on what to do now, see https://firefox-source-docs.mozilla.org/setup/contributing_code.html

firefox の起動

  • mach コマンドを使って firefox を起動
    • [Nightly] が起動した my-build-firefox.png
% ./mach run  
 0:01.24 /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/dist/Nightly.app/Contents/MacOS/firefox -no-remote -foreground -profile /Users/shinobee/src/mozilla-unified/obj-x86_64-apple-darwin19.6.0/tmp/profile-default
2020-10-04 16:37:36.366 firefox[83945:1278607] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:36.367 firefox[83945:1278607] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:36.368 firefox[83945:1278607] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:37.458 plugin-container[83953:1278969] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:37.458 plugin-container[83953:1278969] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:37.460 plugin-container[83953:1278969] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
console.warn: SearchSettings: "get: No settings file exists, new profile?" (new Error("", "(unknown module)"))
2020-10-04 16:37:38.867 plugin-container[83956:1279060] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:38.867 plugin-container[83956:1279060] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:38.869 plugin-container[83956:1279060] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:39.207 plugin-container[83957:1279102] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:39.207 plugin-container[83957:1279102] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:39.209 plugin-container[83957:1279102] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:40.678 plugin-container[83963:1279222] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:40.679 plugin-container[83963:1279222] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:40.681 plugin-container[83963:1279222] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:40.817 plugin-container[83964:1279228] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:40.817 plugin-container[83964:1279228] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:40.819 plugin-container[83964:1279228] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:40.855 plugin-container[83965:1279235] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:40.855 plugin-container[83965:1279235] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:40.857 plugin-container[83965:1279235] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:41.594 plugin-container[83970:1279356] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2020-10-04 16:37:41.594 plugin-container[83970:1279356] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
2020-10-04 16:37:41.596 plugin-container[83970:1279356] CoreText note: Client requested name ".SFNS-Regular", it will get Times-Roman rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].

これから

  • build してみて、巨大ってことは理解できた
  • ソースを読むのは、難しいのか?
  • モジュール構成くらいは、理解できないか?
  • 時間を作って何かしてみたい
6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7