Advertisement
hyperion101010

Untitled

Feb 9th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 241.55 KB | None | 0 0
  1. hyperion@hyperion:~/firefox$ ./mach build
  2.  0:05.15 Clobber not needed.
  3.  0:05.20 Adding make options from None
  4.     MOZ_OBJDIR=/home/hyperion/firefox/obj-x86_64-pc-linux-gnu
  5.     OBJDIR=/home/hyperion/firefox/obj-x86_64-pc-linux-gnu
  6.  0:05.32 /usr/bin/make -f client.mk -s
  7.  0:14.50 Elapsed: 0.17s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
  8.  0:14.51 Elapsed: 0.17s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
  9.  0:14.78 Elapsed: 0.45s; From dist/xpi-stage: Kept 99 existing; Added/updated 0; Removed 0 files and 0 directories.
  10.  0:17.40 Elapsed: 2.71s; From _tests: Kept 1115 existing; Added/updated 0; Removed 0 files and 0 directories.
  11.  0:19.02 Elapsed: 4.70s; From dist/include: Kept 5583 existing; Added/updated 0; Removed 0 files and 0 directories.
  12.  0:20.64 Elapsed: 5.96s; From dist/bin: Kept 2531 existing; Added/updated 0; Removed 0 files and 0 directories.
  13.  0:20.87 config
  14.  0:24.68 config/nsinstall_real
  15.  0:27.78 js/src/rust/force-cargo-library-build
  16.  0:27.82 toolkit/crashreporter/rust/force-cargo-host-library-build
  17.  0:27.82 toolkit/library/rust/force-cargo-library-build
  18.  0:27.99 js/src/frontend/binsource/force-cargo-host-program-build
  19.  0:41.28         BlockingBlocking  waiting for file lock on build directorywaiting for file lock on build directory
  20.  0:41.99     Finished release [optimized] target(s) in 12.67s
  21.  0:42.07     Finished release [optimized] target(s) in 12.75s
  22.  0:42.09 testing/geckodriver/force-cargo-program-build
  23.  0:42.11     Finished release [optimized] target(s) in 12.79s
  24.  0:42.56 mfbt/tests/gtest
  25.  0:42.74 mfbt
  26.  0:45.03     Finished release [optimized] target(s) in 2.90s
  27.  0:47.18     Finished release [optimized] target(s) in 17.86s
  28.  0:47.76 js/src
  29.  0:59.30 js/src/editline
  30.  0:59.56 js/src/frontend
  31.  1:01.63 js/src/gc
  32.  2:05.48 js/src/jit
  33.  2:10.00 js/src/wasm
  34.  4:07.59 config/external/nspr/pr
  35.  4:08.24 /home/hyperion/firefox/nsprpub/pr/src/io/priometh.c:336:24: warning: comparison of integers of different signs: 'PROffset32' (aka 'int') and 'unsigned long' [-Wsign-compare]
  36.  4:08.24             (info.size < (sfd->file_offset + sfd->file_nbytes))) {
  37.  4:08.24              ~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38.  4:08.35 1 warning generated.
  39.  4:09.98 /home/hyperion/firefox/nsprpub/pr/src/io/prprf.c:323:31: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  40.  4:09.98     if (amount <= 0 || amount >= sizeof(fin)) {
  41.  4:09.98                        ~~~~~~ ^  ~~~~~~~~~~~
  42.  4:09.98 /home/hyperion/firefox/nsprpub/pr/src/io/prprf.c:926:9: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  43.  4:09.98                 if( i < sizeof( pattern ) ){
  44.  4:09.98                     ~ ^ ~~~~~~~~~~~~~~~~~
  45.  4:10.36 2 warnings generated.
  46.  4:11.96 /home/hyperion/firefox/nsprpub/pr/src/md/unix/unix.c:3554:16: warning: comparison of integers of different signs: 'PRUint32' (aka 'unsigned int') and 'PROffset32' (aka 'int') [-Wsign-compare]
  47.  4:11.97         if (sz > info.size) {
  48.  4:11.97             ~~ ^ ~~~~~~~~~
  49.  4:12.09 1 warning generated.
  50.  4:12.46 /home/hyperion/firefox/nsprpub/pr/src/md/unix/uxproces.c:122:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  51.  4:12.46         write(pr_wp.pipefd[1], "", 1);
  52.  4:12.46         ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~
  53.  4:12.64 1 warning generated.
  54.  4:14.08 /home/hyperion/firefox/nsprpub/pr/src/misc/prdtoa.c:571:50: warning: comparison of integers of different signs: 'long' and 'unsigned long' [-Wsign-compare]
  55.  4:14.08                 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
  56.  4:14.08                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
  57.  4:14.10 /home/hyperion/firefox/nsprpub/pr/src/misc/prdtoa.c:2627:52: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
  58.  4:14.10                 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
  59.  4:14.11                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~
  60.  4:14.23 BUILDSTATUS BUILD_VERBOSE js/src/jit
  61.  4:15.14 2 warnings generated.
  62.  4:16.19 /home/hyperion/firefox/nsprpub/pr/src/misc/prnetdb.c:681:17: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'unsigned long' [-Wsign-compare]
  63.  4:16.19     if (bufsize > sizeof(localbuf))
  64.  4:16.19         ~~~~~~~ ^ ~~~~~~~~~~~~~~~~
  65.  4:16.20 /home/hyperion/firefox/nsprpub/pr/src/misc/prnetdb.c:859:17: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'unsigned long' [-Wsign-compare]
  66.  4:16.20     if (bufsize > sizeof(localbuf))
  67.  4:16.20         ~~~~~~~ ^ ~~~~~~~~~~~~~~~~
  68.  4:16.20 /home/hyperion/firefox/nsprpub/pr/src/misc/prnetdb.c:1052:17: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'unsigned long' [-Wsign-compare]
  69.  4:16.20     if (bufsize > sizeof(localbuf))
  70.  4:16.20         ~~~~~~~ ^ ~~~~~~~~~~~~~~~~
  71.  4:16.55 3 warnings generated.
  72.  4:18.38 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:733:12: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
  73.  4:18.38     if (-1 == op->result.code)
  74.  4:18.39         ~~ ^  ~~~~~~~~~~~~~~~
  75.  4:18.39 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:752:17: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
  76.  4:18.39     return ((-1 == op->result.code) &&
  77.  4:18.39              ~~ ^  ~~~~~~~~~~~~~~~
  78.  4:18.39 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:776:17: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
  79.  4:18.39     return ((-1 == op->result.code) &&
  80.  4:18.39              ~~ ^  ~~~~~~~~~~~~~~~
  81.  4:18.40 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:881:39: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
  82.  4:18.40         for (iov_index = 0; iov_index < op->arg3.amount; ++iov_index)
  83.  4:18.40                             ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
  84.  4:18.40 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:884:23: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  85.  4:18.40             if (bytes < iov[iov_index].iov_len)
  86.  4:18.40                 ~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
  87.  4:18.40 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:936:17: warning: comparison of integers of different signs: 'int' and 'PRSize' (aka 'unsigned long') [-Wsign-compare]
  88.  4:18.40     return ((-1 == op->result.code) &&
  89.  4:18.40              ~~ ^  ~~~~~~~~~~~~~~~
  90.  4:18.40 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:1116:12: warning: comparison of integers of different signs: 'ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  91.  4:18.41     if (rv < op->count) {
  92.  4:18.41         ~~ ^ ~~~~~~~~~
  93.  4:18.42 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:1245:32: warning: comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int') [-Wsign-compare]
  94.  4:18.42         || ((_PR_FILEDESC_OPEN != fd->secret->state)
  95.  4:18.42              ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  96.  4:18.42 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:1253:27: warning: comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int') [-Wsign-compare]
  97.  4:18.42     if (_PR_FILEDESC_OPEN == fd->secret->state)
  98.  4:18.42         ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  99.  4:18.42 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:1395:27: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  100.  4:18.42                 if (bytes < osiov->iov_len)
  101.  4:18.42                     ~~~~~ ^ ~~~~~~~~~~~~~~
  102.  4:18.44 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:2727:16: warning: comparison of integers of different signs: 'ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  103.  4:18.44         if (rv < file_nbytes_to_send) {
  104.  4:18.44             ~~ ^ ~~~~~~~~~~~~~~~~~~~
  105.  4:18.46 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:3887:22: warning: comparison of integers of different signs: 'PRIntn' (aka 'int') and 'PRUint32' (aka 'unsigned int') [-Wsign-compare]
  106.  4:18.46             if (npds > me->syspoll_count)
  107.  4:18.46                 ~~~~ ^ ~~~~~~~~~~~~~~~~~
  108.  4:18.46 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:3954:43: warning: comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int') [-Wsign-compare]
  109.  4:18.46                     && (_PR_FILEDESC_OPEN == bottom->secret->state))
  110.  4:18.46                         ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~
  111.  4:18.48 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptio.c:4839:24: warning: comparison of integers of different signs: 'rlim_t' (aka 'unsigned long') and 'PRIntn' (aka 'int') [-Wsign-compare]
  112.  4:18.48     if ( rlim.rlim_max < table_size )
  113.  4:18.48          ~~~~~~~~~~~~~ ^ ~~~~~~~~~~
  114.  4:19.25 14 warnings generated.
  115.  4:19.58 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptsynch.c:991:47: warning: passing object of class type 'union semun' through variadic function [-Wclass-varargs]
  116.  4:19.59             if (semctl(sem->semid, 0, SETVAL, arg) == -1)
  117.  4:19.59                                               ^
  118.  4:19.59 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptsynch.c:1028:41: warning: passing object of class type 'union semun' through variadic function [-Wclass-varargs]
  119.  4:19.59         semctl(sem->semid, 0, IPC_STAT, arg);
  120.  4:19.59                                         ^
  121.  4:19.59 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptsynch.c:1108:36: warning: passing object of class type 'union semun' through variadic function [-Wclass-varargs]
  122.  4:19.60     if (semctl(semid, 0, IPC_RMID, unused) == -1)
  123.  4:19.60                                    ^
  124.  4:19.83 3 warnings generated.
  125.  4:20.00 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptthread.c:218:29: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int') [-Wsign-compare]
  126.  4:20.00     else if (--pt_book.user == pt_book.this_many)
  127.  4:20.00              ~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  128.  4:20.00 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptthread.c:467:37: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int') [-Wsign-compare]
  129.  4:20.00             else if (--pt_book.user == pt_book.this_many)
  130.  4:20.00                      ~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  131.  4:20.03 /home/hyperion/firefox/nsprpub/pr/src/pthreads/ptthread.c:1088:29: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUintn' (aka 'unsigned int') [-Wsign-compare]
  132.  4:20.03         while (pt_book.user > pt_book.this_many)
  133.  4:20.03                ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  134.  4:20.29 3 warnings generated.
  135.  4:20.85 config/external/nspr/pr/libnspr4.so
  136.  4:22.52 modules/zlib/src
  137.  4:24.09 /home/hyperion/firefox/modules/zlib/src/gzlib.c:252:9: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
  138.  4:24.09         LSEEK(state->fd, 0, SEEK_END);  /* so gzoffset() is correct */
  139.  4:24.09         ^
  140.  4:24.09 /home/hyperion/firefox/modules/zlib/src/gzlib.c:14:17: note: expanded from macro 'LSEEK'
  141.  4:24.09 #  define LSEEK lseek
  142.  4:24.09                 ^
  143.  4:24.09 /home/hyperion/firefox/modules/zlib/src/gzlib.c:258:24: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
  144.  4:24.09         state->start = LSEEK(state->fd, 0, SEEK_CUR);
  145.  4:24.09                        ^
  146.  4:24.09 /home/hyperion/firefox/modules/zlib/src/gzlib.c:14:17: note: expanded from macro 'LSEEK'
  147.  4:24.09 #  define LSEEK lseek
  148.  4:24.09                 ^
  149.  4:24.10 /home/hyperion/firefox/modules/zlib/src/gzlib.c:359:9: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
  150.  4:24.10     if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
  151.  4:24.10         ^
  152.  4:24.10 /home/hyperion/firefox/modules/zlib/src/gzlib.c:14:17: note: expanded from macro 'LSEEK'
  153.  4:24.10 #  define LSEEK lseek
  154.  4:24.11                 ^
  155.  4:24.11 /home/hyperion/firefox/modules/zlib/src/gzlib.c:400:15: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
  156.  4:24.11         ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
  157.  4:24.11               ^
  158.  4:24.11 /home/hyperion/firefox/modules/zlib/src/gzlib.c:14:17: note: expanded from macro 'LSEEK'
  159.  4:24.11 #  define LSEEK lseek
  160.  4:24.11                 ^
  161.  4:24.11 /home/hyperion/firefox/modules/zlib/src/gzlib.c:496:14: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
  162.  4:24.11     offset = LSEEK(state->fd, 0, SEEK_CUR);
  163.  4:24.12              ^
  164.  4:24.12 /home/hyperion/firefox/modules/zlib/src/gzlib.c:14:17: note: expanded from macro 'LSEEK'
  165.  4:24.12 #  define LSEEK lseek
  166.  4:24.12                 ^
  167.  4:24.22 5 warnings generated.
  168.  4:24.29 /home/hyperion/firefox/modules/zlib/src/gzread.c:35:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
  169.  4:24.29         ret = read(state->fd, buf + *have, get);
  170.  4:24.29               ^
  171.  4:24.29 /home/hyperion/firefox/modules/zlib/src/gzread.c:651:11: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
  172.  4:24.30     ret = close(state->fd);
  173.  4:24.30           ^
  174.  4:24.44 2 warnings generated.
  175.  4:24.50 /home/hyperion/firefox/modules/zlib/src/gzwrite.c:89:20: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
  176.  4:24.50             writ = write(state->fd, strm->next_in, put);
  177.  4:24.50                    ^
  178.  4:24.50 /home/hyperion/firefox/modules/zlib/src/gzwrite.c:110:24: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
  179.  4:24.51                 writ = write(state->fd, state->x.next, put);
  180.  4:24.51                        ^
  181.  4:24.52 /home/hyperion/firefox/modules/zlib/src/gzwrite.c:661:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
  182.  4:24.52     if (close(state->fd) == -1)
  183.  4:24.52         ^
  184.  4:24.64 3 warnings generated.
  185.  4:30.74 memory/mozalloc
  186.  4:31.04 memory/volatile
  187.  4:32.21 memory/volatile/tests
  188.  4:34.36 memory/replace/logalloc
  189.  4:34.73 mozglue/misc
  190.  4:40.36 config/external/icu/common
  191.  4:46.40 /home/hyperion/firefox/intl/icu/source/common/characterproperties.cpp:197:13: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  192.  4:46.40     if (src < 0 || UPROPS_SRC_COUNT <= src) {
  193.  4:46.40         ~~~ ^ ~
  194.  4:46.59 1 warning generated.
  195.  5:43.89 db/sqlite3/src
  196.  5:44.23 config/external/ffi
  197.  5:44.69 /home/hyperion/firefox/js/src/ctypes/libffi/src/closures.c:460:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  198.  5:44.70       ftruncate (execfd, offset);
  199.  5:44.70       ^~~~~~~~~  ~~~~~~~~~~~~~~
  200.  5:44.70 /home/hyperion/firefox/js/src/ctypes/libffi/src/closures.c:472:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  201.  5:44.70       ftruncate (execfd, offset);
  202.  5:44.70       ^~~~~~~~~  ~~~~~~~~~~~~~~
  203.  5:44.82 /home/hyperion/firefox/db/sqlite3/src/sqlite3.c:105115:12: warning: code will never be executed [-Wunreachable-code]
  204.  5:44.82     pVfs = sqlite3_vfs_find("memdb");
  205.  5:44.82            ^~~~~~~~~~~~~~~~
  206.  5:44.91 BUILDSTATUS BUILD_VERBOSE third_party/prio
  207.  5:44.99 /home/hyperion/firefox/db/sqlite3/src/sqlite3.c:140181:39: warning: code will never be executed [-Wunreachable-code]
  208.  5:44.99     if( pTerm->wtFlags & TERM_VNULL ) continue;
  209.  5:44.99                                       ^~~~~~~~
  210.  5:45.03 /home/hyperion/firefox/db/sqlite3/src/sqlite3.c:140122:39: warning: code will never be executed [-Wunreachable-code]
  211.  5:45.03     if( pTerm->wtFlags & TERM_VNULL ) continue;
  212.  5:45.03                                       ^~~~~~~~
  213.  5:45.06 /home/hyperion/firefox/db/sqlite3/src/sqlite3.c:149540:9: warning: code will never be executed [-Wunreachable-code]
  214.  5:45.07         YYMINORTYPE yylhsminor;
  215.  5:45.07         ^~~~~~~~~~~~~~~~~~~~~~~
  216.  5:45.16 2 warnings generated.
  217.  5:45.58 third_party/prio
  218.  5:46.03 /home/hyperion/firefox/js/src/ctypes/libffi/src/x86/ffi64.c:224:16: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  219.  5:46.03         for (i = 0; i < words; i++)
  220.  5:46.03                     ~ ^ ~~~~~
  221.  5:46.03 /home/hyperion/firefox/js/src/ctypes/libffi/src/x86/ffi64.c:245:20: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  222.  5:46.03             for (i = 0; i < num; i++)
  223.  5:46.03                         ~ ^ ~~~
  224.  5:46.03 /home/hyperion/firefox/js/src/ctypes/libffi/src/x86/ffi64.c:264:20: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  225.  5:46.04             for (i = 1; i < words; i++)
  226.  5:46.04                         ~ ^ ~~~~~
  227.  5:46.04 /home/hyperion/firefox/js/src/ctypes/libffi/src/x86/ffi64.c:270:16: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  228.  5:46.04         for (i = 0; i < words; i++)
  229.  5:46.04                     ~ ^ ~~~~~
  230.  5:46.04 /home/hyperion/firefox/js/src/ctypes/libffi/src/x86/ffi64.c:323:17: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  231.  5:46.04   for (i = 0; i < n; ++i)
  232.  5:46.04               ~ ^ ~
  233.  5:46.04 /home/hyperion/firefox/js/src/ctypes/libffi/src/x86/ffi64.c:494:18: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  234.  5:46.04           for (j = 0; j < n; j++, a += 8, size -= 8)
  235.  5:46.04                       ~ ^ ~
  236.  5:46.04 /home/hyperion/firefox/js/src/ctypes/libffi/src/x86/ffi64.c:669:18: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  237.  5:46.04           for (j = 0; j < n; j++, a += 8)
  238.  5:46.04                       ~ ^ ~
  239.  5:46.06 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi.c:2125:17: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  240.  5:46.06         int j = MP_MIN(k, MP_DIGIT_BIT);
  241.  5:46.06                 ^~~~~~~~~~~~~~~~~~~~~~~
  242.  5:46.06 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
  243.  5:46.06 #define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
  244.  5:46.06                         ~  ^  ~
  245.  5:46.06 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi.c:2127:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  246.  5:46.06         if (j < MP_DIGIT_BIT) {
  247.  5:46.06             ~ ^ ~~~~~~~~~~~~
  248.  5:46.10 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi.c:4595:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long') and 'int' [-Wsign-compare]
  249.  5:46.10     if (val >= r)
  250.  5:46.10         ~~~ ^  ~
  251.  5:46.24 7 warnings generated.
  252.  5:46.45 media/libjpeg
  253.  5:46.98 config/external/icu/i18n
  254.  5:47.99 3 warnings generated.
  255.  5:48.06 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mplogic.c:237:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  256.  5:48.07         for (db = 0; db < sizeof(mp_digit); db++) {
  257.  5:48.07                      ~~ ^ ~~~~~~~~~~~~~~~~
  258.  5:48.07 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mplogic.c:268:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  259.  5:48.07         for (db = 0; db < sizeof(mp_digit); db++) {
  260.  5:48.07                      ~~ ^ ~~~~~~~~~~~~~~~~
  261.  5:48.16 2 warnings generated.
  262.  5:52.81 modules/woff2
  263.  5:53.92 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/modules/woff2/Unified_cpp_modules_woff20.cpp:29:
  264.  5:53.92 /home/hyperion/firefox/modules/woff2/src/woff2_dec.cc:1177:12: warning: unused variable 'dst_offset' [-Wunused-variable]
  265.  5:53.92   uint64_t dst_offset = first_table_offset;
  266.  5:53.92            ^
  267.  5:54.40 BUILDSTATUS BUILD_VERBOSE config/external/icu/i18n
  268.  5:57.09 1 warning generated.
  269.  5:57.21 media/libvorbis
  270.  5:57.27 media/libmkv
  271.  5:58.23 media/libvpx
  272.  6:03.16 media/libaom
  273.  6:40.26 media/libdav1d
  274.  6:40.93 4 warnings generated.
  275.  6:45.75 /home/hyperion/firefox/intl/icu/source/i18n/numfmt.cpp:1306:15: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  276.  6:45.75     if (style < 0 || style >= UNUM_FORMAT_STYLE_COUNT) {
  277.  6:45.75         ~~~~~ ^ ~
  278.  6:45.75 BUILDSTATUS OBJECT_FILE numparse_affixes.o
  279.  6:46.33 1 warning generated.
  280.  6:46.79 /home/hyperion/firefox/intl/icu/source/i18n/numparse_compositions.cpp:66:5: warning: loop will run at most once (loop increment never executed) [-Wunreachable-code-loop-increment]
  281.  6:46.79     for (auto& matcher : *this) {
  282.  6:46.79     ^~~
  283.  6:46.89 1 warning generated.
  284.  6:50.96 media/libpng
  285.  6:52.07 media/libwebp/src/dec
  286.  6:54.60 media/libwebp/src/demux
  287.  6:55.08 media/libwebp/src/dsp
  288.  6:55.51 media/libwebp/src/utils
  289.  6:56.43 media/ffvpx/libavutil/x86
  290.  6:56.61 In file included from <built-in>:3:
  291.  6:56.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  292.  6:56.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  293.  6:56.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  294.  6:56.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  295.  6:56.61 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  296.  6:56.61 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  297.  6:56.61 #define HAVE_LINUX_PERF_EVENT_H 0
  298.  6:56.62         ^
  299.  6:56.62 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  300.  6:56.62 #define HAVE_LINUX_PERF_EVENT_H 1
  301.  6:56.62         ^
  302.  6:56.68 1 warning generated.
  303.  6:56.77 In file included from <built-in>:3:
  304.  6:56.77 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  305.  6:56.77 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  306.  6:56.77 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  307.  6:56.77 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  308.  6:56.77 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  309.  6:56.77 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  310.  6:56.77 #define HAVE_LINUX_PERF_EVENT_H 0
  311.  6:56.77         ^
  312.  6:56.77 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  313.  6:56.77 #define HAVE_LINUX_PERF_EVENT_H 1
  314.  6:56.77         ^
  315.  6:56.83 BUILDSTATUS BUILD_VERBOSE media/libwebp/src/dsp
  316.  6:56.85 1 warning generated.
  317.  6:56.92 In file included from <built-in>:3:
  318.  6:56.93 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  319.  6:56.93 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  320.  6:56.93 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  321.  6:56.93 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  322.  6:56.93 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  323.  6:56.93 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  324.  6:56.93 #define HAVE_LINUX_PERF_EVENT_H 0
  325.  6:56.93         ^
  326.  6:56.93 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  327.  6:56.93 #define HAVE_LINUX_PERF_EVENT_H 1
  328.  6:56.93         ^
  329.  6:56.96 1 warning generated.
  330.  6:57.04 In file included from <built-in>:3:
  331.  6:57.04 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  332.  6:57.04 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  333.  6:57.04 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  334.  6:57.04 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  335.  6:57.04 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  336.  6:57.04 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  337.  6:57.04 #define HAVE_LINUX_PERF_EVENT_H 0
  338.  6:57.04         ^
  339.  6:57.04 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  340.  6:57.04 #define HAVE_LINUX_PERF_EVENT_H 1
  341.  6:57.04         ^
  342.  6:57.07 1 warning generated.
  343.  6:57.15 In file included from <built-in>:3:
  344.  6:57.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  345.  6:57.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  346.  6:57.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  347.  6:57.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  348.  6:57.15 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  349.  6:57.15 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  350.  6:57.15 #define HAVE_LINUX_PERF_EVENT_H 0
  351.  6:57.15         ^
  352.  6:57.15 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  353.  6:57.15 #define HAVE_LINUX_PERF_EVENT_H 1
  354.  6:57.15         ^
  355.  6:57.17 1 warning generated.
  356.  6:57.29 media/ffvpx/libavcodec/x86
  357.  6:57.36 In file included from <built-in>:3:
  358.  6:57.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  359.  6:57.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  360.  6:57.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  361.  6:57.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  362.  6:57.36 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  363.  6:57.36 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  364.  6:57.36 #define HAVE_LINUX_PERF_EVENT_H 0
  365.  6:57.36         ^
  366.  6:57.36 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  367.  6:57.36 #define HAVE_LINUX_PERF_EVENT_H 1
  368.  6:57.36         ^
  369.  6:57.38 1 warning generated.
  370.  6:57.46 In file included from <built-in>:3:
  371.  6:57.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  372.  6:57.47 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  373.  6:57.47 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  374.  6:57.47 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  375.  6:57.47 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  376.  6:57.47 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  377.  6:57.47 #define HAVE_LINUX_PERF_EVENT_H 0
  378.  6:57.47         ^
  379.  6:57.47 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  380.  6:57.47 #define HAVE_LINUX_PERF_EVENT_H 1
  381.  6:57.47         ^
  382.  6:57.48 BUILDSTATUS BUILD_VERBOSE media/libaom
  383.  6:57.50 1 warning generated.
  384.  6:57.58 In file included from <built-in>:3:
  385.  6:57.58 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  386.  6:57.58 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  387.  6:57.58 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  388.  6:57.58 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  389.  6:57.58 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  390.  6:57.59 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  391.  6:57.59 #define HAVE_LINUX_PERF_EVENT_H 0
  392.  6:57.59         ^
  393.  6:57.59 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  394.  6:57.59 #define HAVE_LINUX_PERF_EVENT_H 1
  395.  6:57.59         ^
  396.  6:57.61 1 warning generated.
  397.  6:57.68 In file included from <built-in>:3:
  398.  6:57.68 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  399.  6:57.68 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  400.  6:57.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  401.  6:57.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  402.  6:57.69 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  403.  6:57.69 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  404.  6:57.69 #define HAVE_LINUX_PERF_EVENT_H 0
  405.  6:57.69         ^
  406.  6:57.69 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  407.  6:57.69 #define HAVE_LINUX_PERF_EVENT_H 1
  408.  6:57.69         ^
  409.  6:57.76 1 warning generated.
  410.  6:57.83 In file included from <built-in>:3:
  411.  6:57.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  412.  6:57.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  413.  6:57.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  414.  6:57.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  415.  6:57.83 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  416.  6:57.83 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  417.  6:57.83 #define HAVE_LINUX_PERF_EVENT_H 0
  418.  6:57.83         ^
  419.  6:57.84 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  420.  6:57.84 #define HAVE_LINUX_PERF_EVENT_H 1
  421.  6:57.84         ^
  422.  6:57.89 1 warning generated.
  423.  6:57.97 In file included from <built-in>:3:
  424.  6:57.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  425.  6:57.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  426.  6:57.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  427.  6:57.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  428.  6:57.97 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  429.  6:57.97 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  430.  6:57.97 #define HAVE_LINUX_PERF_EVENT_H 0
  431.  6:57.97         ^
  432.  6:57.97 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  433.  6:57.97 #define HAVE_LINUX_PERF_EVENT_H 1
  434.  6:57.97         ^
  435.  6:58.12 1 warning generated.
  436.  6:58.20 In file included from <built-in>:3:
  437.  6:58.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  438.  6:58.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  439.  6:58.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  440.  6:58.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  441.  6:58.20 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  442.  6:58.20 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  443.  6:58.20 #define HAVE_LINUX_PERF_EVENT_H 0
  444.  6:58.20         ^
  445.  6:58.20 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  446.  6:58.20 #define HAVE_LINUX_PERF_EVENT_H 1
  447.  6:58.20         ^
  448.  6:58.40 BUILDSTATUS BUILD_VERBOSE media/libaom
  449.  6:59.01 1 warning generated.
  450.  6:59.09 In file included from <built-in>:3:
  451.  6:59.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  452.  6:59.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  453.  6:59.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  454.  6:59.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  455.  6:59.09 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  456.  6:59.09 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  457.  6:59.09 #define HAVE_LINUX_PERF_EVENT_H 0
  458.  6:59.09         ^
  459.  6:59.09 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  460.  6:59.09 #define HAVE_LINUX_PERF_EVENT_H 1
  461.  6:59.09         ^
  462.  6:59.13 BUILDSTATUS BUILD_VERBOSE media/libaom
  463.  6:59.78 1 warning generated.
  464.  6:59.85 In file included from <built-in>:3:
  465.  6:59.85 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  466.  6:59.85 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  467.  6:59.85 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  468.  6:59.86 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  469.  6:59.86 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  470.  6:59.86 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  471.  6:59.86 #define HAVE_LINUX_PERF_EVENT_H 0
  472.  6:59.86         ^
  473.  6:59.86 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  474.  6:59.86 #define HAVE_LINUX_PERF_EVENT_H 1
  475.  6:59.86         ^
  476.  6:59.88 BUILDSTATUS BUILD_VERBOSE config/external/icu/i18n
  477.  7:00.45 /home/hyperion/firefox/intl/icu/source/i18n/reldatefmt.cpp:592:27: warning: result of comparison of unsigned enum expression >= 0 is always true [-Wtautological-unsigned-enum-zero-compare]
  478.  7:00.45                 if (style >= 0 && genericUnit != INVALID_UNIT) {
  479.  7:00.45                     ~~~~~ ^  ~
  480.  7:00.50 1 warning generated.
  481.  7:00.57 In file included from <built-in>:3:
  482.  7:00.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  483.  7:00.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  484.  7:00.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  485.  7:00.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  486.  7:00.57 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  487.  7:00.57 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  488.  7:00.57 #define HAVE_LINUX_PERF_EVENT_H 0
  489.  7:00.57         ^
  490.  7:00.57 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  491.  7:00.57 #define HAVE_LINUX_PERF_EVENT_H 1
  492.  7:00.58         ^
  493.  7:00.63 1 warning generated.
  494.  7:00.85 media/ffvpx/libavutil
  495.  7:00.92 In file included from <built-in>:2:
  496.  7:00.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  497.  7:00.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  498.  7:00.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  499.  7:00.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  500.  7:00.92 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  501.  7:00.92 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  502.  7:00.92 #define HAVE_LINUX_PERF_EVENT_H 0
  503.  7:00.92         ^
  504.  7:00.92 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  505.  7:00.92 #define HAVE_LINUX_PERF_EVENT_H 1
  506.  7:00.92         ^
  507.  7:00.96 1 warning generated.
  508.  7:00.99 1 warning generated.
  509.  7:01.06 In file included from <built-in>:2:
  510.  7:01.06 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  511.  7:01.06 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  512.  7:01.06 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  513.  7:01.06 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  514.  7:01.06 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  515.  7:01.06 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  516.  7:01.06 #define HAVE_LINUX_PERF_EVENT_H 0
  517.  7:01.06         ^
  518.  7:01.06 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  519.  7:01.06 #define HAVE_LINUX_PERF_EVENT_H 1
  520.  7:01.06         ^
  521.  7:01.25 1 warning generated.
  522.  7:01.35 In file included from <built-in>:2:
  523.  7:01.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  524.  7:01.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  525.  7:01.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  526.  7:01.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  527.  7:01.35 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  528.  7:01.35 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  529.  7:01.35 #define HAVE_LINUX_PERF_EVENT_H 0
  530.  7:01.35         ^
  531.  7:01.35 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  532.  7:01.35 #define HAVE_LINUX_PERF_EVENT_H 1
  533.  7:01.36         ^
  534.  7:01.42 1 warning generated.
  535.  7:01.50 In file included from <built-in>:2:
  536.  7:01.50 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  537.  7:01.50 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  538.  7:01.50 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  539.  7:01.50 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  540.  7:01.50 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  541.  7:01.50 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  542.  7:01.51 #define HAVE_LINUX_PERF_EVENT_H 0
  543.  7:01.51         ^
  544.  7:01.51 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  545.  7:01.51 #define HAVE_LINUX_PERF_EVENT_H 1
  546.  7:01.51         ^
  547.  7:01.65 BUILDSTATUS BUILD_VERBOSE config/external/icu/i18n
  548.  7:01.65 1 warning generated.
  549.  7:01.69 media/kiss_fft
  550.  7:01.75 In file included from <built-in>:2:
  551.  7:01.75 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  552.  7:01.75 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  553.  7:01.75 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  554.  7:01.75 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  555.  7:01.75 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  556.  7:01.75 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  557.  7:01.76 #define HAVE_LINUX_PERF_EVENT_H 0
  558.  7:01.76         ^
  559.  7:01.76 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  560.  7:01.76 #define HAVE_LINUX_PERF_EVENT_H 1
  561.  7:01.76         ^
  562.  7:01.87 1 warning generated.
  563.  7:01.95 In file included from <built-in>:2:
  564.  7:01.95 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  565.  7:01.95 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  566.  7:01.95 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  567.  7:01.95 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  568.  7:01.95 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  569.  7:01.96 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  570.  7:01.96 #define HAVE_LINUX_PERF_EVENT_H 0
  571.  7:01.96         ^
  572.  7:01.96 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  573.  7:01.96 #define HAVE_LINUX_PERF_EVENT_H 1
  574.  7:01.96         ^
  575.  7:01.96 BUILDSTATUS BUILD_VERBOSE media/kiss_fft
  576.  7:02.08 1 warning generated.
  577.  7:02.18 In file included from <built-in>:2:
  578.  7:02.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  579.  7:02.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  580.  7:02.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  581.  7:02.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  582.  7:02.18 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  583.  7:02.18 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  584.  7:02.18 #define HAVE_LINUX_PERF_EVENT_H 0
  585.  7:02.18         ^
  586.  7:02.18 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  587.  7:02.18 #define HAVE_LINUX_PERF_EVENT_H 1
  588.  7:02.19         ^
  589.  7:02.23 1 warning generated.
  590.  7:02.24 media/libcubeb/src
  591.  7:02.37 In file included from <built-in>:2:
  592.  7:02.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  593.  7:02.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  594.  7:02.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  595.  7:02.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  596.  7:02.37 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  597.  7:02.37 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  598.  7:02.37 #define HAVE_LINUX_PERF_EVENT_H 0
  599.  7:02.37         ^
  600.  7:02.37 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  601.  7:02.37 #define HAVE_LINUX_PERF_EVENT_H 1
  602.  7:02.37         ^
  603.  7:02.47 1 warning generated.
  604.  7:02.57 In file included from <built-in>:2:
  605.  7:02.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  606.  7:02.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  607.  7:02.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  608.  7:02.57 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  609.  7:02.57 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  610.  7:02.57 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  611.  7:02.57 #define HAVE_LINUX_PERF_EVENT_H 0
  612.  7:02.57         ^
  613.  7:02.57 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  614.  7:02.57 #define HAVE_LINUX_PERF_EVENT_H 1
  615.  7:02.57         ^
  616.  7:02.65 1 warning generated.
  617.  7:02.72 In file included from <built-in>:2:
  618.  7:02.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  619.  7:02.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  620.  7:02.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  621.  7:02.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  622.  7:02.72 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  623.  7:02.72 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  624.  7:02.72 #define HAVE_LINUX_PERF_EVENT_H 0
  625.  7:02.72         ^
  626.  7:02.72 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  627.  7:02.72 #define HAVE_LINUX_PERF_EVENT_H 1
  628.  7:02.72         ^
  629.  7:02.84 1 warning generated.
  630.  7:02.91 In file included from <built-in>:2:
  631.  7:02.91 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  632.  7:02.91 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  633.  7:02.91 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  634.  7:02.91 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  635.  7:02.91 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  636.  7:02.91 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  637.  7:02.91 #define HAVE_LINUX_PERF_EVENT_H 0
  638.  7:02.92         ^
  639.  7:02.92 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  640.  7:02.92 #define HAVE_LINUX_PERF_EVENT_H 1
  641.  7:02.92         ^
  642.  7:02.94 1 warning generated.
  643.  7:03.02 In file included from <built-in>:2:
  644.  7:03.02 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  645.  7:03.02 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  646.  7:03.02 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  647.  7:03.02 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  648.  7:03.02 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  649.  7:03.02 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  650.  7:03.02 #define HAVE_LINUX_PERF_EVENT_H 0
  651.  7:03.02         ^
  652.  7:03.02 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  653.  7:03.02 #define HAVE_LINUX_PERF_EVENT_H 1
  654.  7:03.02         ^
  655.  7:03.05 BUILDSTATUS BUILD_VERBOSE media/libcubeb/src
  656.  7:03.05 1 warning generated.
  657.  7:03.12 In file included from <built-in>:2:
  658.  7:03.12 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  659.  7:03.12 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  660.  7:03.12 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  661.  7:03.12 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  662.  7:03.12 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  663.  7:03.12 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  664.  7:03.12 #define HAVE_LINUX_PERF_EVENT_H 0
  665.  7:03.12         ^
  666.  7:03.12 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  667.  7:03.13 #define HAVE_LINUX_PERF_EVENT_H 1
  668.  7:03.13         ^
  669.  7:03.13 BUILDSTATUS BUILD_VERBOSE media/libaom
  670.  7:03.61 1 warning generated.
  671.  7:03.67 In file included from <built-in>:2:
  672.  7:03.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  673.  7:03.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  674.  7:03.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  675.  7:03.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  676.  7:03.67 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  677.  7:03.67 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  678.  7:03.67 #define HAVE_LINUX_PERF_EVENT_H 0
  679.  7:03.67         ^
  680.  7:03.67 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  681.  7:03.67 #define HAVE_LINUX_PERF_EVENT_H 1
  682.  7:03.67         ^
  683.  7:03.77 1 warning generated.
  684.  7:03.84 In file included from <built-in>:2:
  685.  7:03.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  686.  7:03.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  687.  7:03.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  688.  7:03.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  689.  7:03.84 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  690.  7:03.84 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  691.  7:03.84 #define HAVE_LINUX_PERF_EVENT_H 0
  692.  7:03.85         ^
  693.  7:03.85 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  694.  7:03.85 #define HAVE_LINUX_PERF_EVENT_H 1
  695.  7:03.85         ^
  696.  7:03.95 1 warning generated.
  697.  7:04.03 In file included from <built-in>:2:
  698.  7:04.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  699.  7:04.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  700.  7:04.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  701.  7:04.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  702.  7:04.03 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  703.  7:04.03 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  704.  7:04.03 #define HAVE_LINUX_PERF_EVENT_H 0
  705.  7:04.03         ^
  706.  7:04.03 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  707.  7:04.03 #define HAVE_LINUX_PERF_EVENT_H 1
  708.  7:04.03         ^
  709.  7:04.06 BUILDSTATUS BUILD_VERBOSE media/libaom
  710.  7:04.18 1 warning generated.
  711.  7:04.27 In file included from <built-in>:2:
  712.  7:04.27 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  713.  7:04.27 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  714.  7:04.27 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  715.  7:04.27 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  716.  7:04.27 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  717.  7:04.27 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  718.  7:04.27 #define HAVE_LINUX_PERF_EVENT_H 0
  719.  7:04.27         ^
  720.  7:04.27 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  721.  7:04.27 #define HAVE_LINUX_PERF_EVENT_H 1
  722.  7:04.27         ^
  723.  7:04.48 BUILDSTATUS BUILD_VERBOSE media/libaom
  724.  7:04.65 1 warning generated.
  725.  7:04.72 In file included from <built-in>:2:
  726.  7:04.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  727.  7:04.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  728.  7:04.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  729.  7:04.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  730.  7:04.72 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  731.  7:04.72 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  732.  7:04.72 #define HAVE_LINUX_PERF_EVENT_H 0
  733.  7:04.72         ^
  734.  7:04.72 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  735.  7:04.72 #define HAVE_LINUX_PERF_EVENT_H 1
  736.  7:04.72         ^
  737.  7:04.89 1 warning generated.
  738.  7:04.96 In file included from <built-in>:2:
  739.  7:04.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  740.  7:04.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  741.  7:04.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  742.  7:04.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  743.  7:04.96 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  744.  7:04.96 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  745.  7:04.96 #define HAVE_LINUX_PERF_EVENT_H 0
  746.  7:04.96         ^
  747.  7:04.96 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  748.  7:04.96 #define HAVE_LINUX_PERF_EVENT_H 1
  749.  7:04.96         ^
  750.  7:04.98 BUILDSTATUS BUILD_VERBOSE media/libcubeb/src
  751.  7:05.30 1 warning generated.
  752.  7:05.36 In file included from <built-in>:2:
  753.  7:05.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  754.  7:05.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  755.  7:05.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  756.  7:05.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  757.  7:05.37 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  758.  7:05.37 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  759.  7:05.37 #define HAVE_LINUX_PERF_EVENT_H 0
  760.  7:05.37         ^
  761.  7:05.37 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  762.  7:05.37 #define HAVE_LINUX_PERF_EVENT_H 1
  763.  7:05.37         ^
  764.  7:05.39 BUILDSTATUS BUILD_VERBOSE media/libaom
  765.  7:05.53 1 warning generated.
  766.  7:05.60 In file included from <built-in>:2:
  767.  7:05.60 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  768.  7:05.60 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  769.  7:05.60 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  770.  7:05.60 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  771.  7:05.60 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  772.  7:05.60 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  773.  7:05.60 #define HAVE_LINUX_PERF_EVENT_H 0
  774.  7:05.60         ^
  775.  7:05.60 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  776.  7:05.60 #define HAVE_LINUX_PERF_EVENT_H 1
  777.  7:05.60         ^
  778.  7:05.62 1 warning generated.
  779.  7:05.69 In file included from <built-in>:2:
  780.  7:05.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  781.  7:05.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  782.  7:05.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  783.  7:05.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  784.  7:05.69 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  785.  7:05.69 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  786.  7:05.69 #define HAVE_LINUX_PERF_EVENT_H 0
  787.  7:05.69         ^
  788.  7:05.69 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  789.  7:05.69 #define HAVE_LINUX_PERF_EVENT_H 1
  790.  7:05.69         ^
  791.  7:05.80 1 warning generated.
  792.  7:05.87 In file included from <built-in>:2:
  793.  7:05.87 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  794.  7:05.87 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  795.  7:05.87 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  796.  7:05.87 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  797.  7:05.87 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  798.  7:05.87 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  799.  7:05.87 #define HAVE_LINUX_PERF_EVENT_H 0
  800.  7:05.87         ^
  801.  7:05.87 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  802.  7:05.88 #define HAVE_LINUX_PERF_EVENT_H 1
  803.  7:05.88         ^
  804.  7:06.00 1 warning generated.
  805.  7:06.08 In file included from <built-in>:2:
  806.  7:06.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  807.  7:06.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  808.  7:06.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  809.  7:06.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  810.  7:06.08 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  811.  7:06.08 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  812.  7:06.08 #define HAVE_LINUX_PERF_EVENT_H 0
  813.  7:06.08         ^
  814.  7:06.08 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  815.  7:06.08 #define HAVE_LINUX_PERF_EVENT_H 1
  816.  7:06.08         ^
  817.  7:06.10 1 warning generated.
  818.  7:06.17 In file included from <built-in>:2:
  819.  7:06.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  820.  7:06.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  821.  7:06.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  822.  7:06.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  823.  7:06.17 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  824.  7:06.17 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  825.  7:06.18 #define HAVE_LINUX_PERF_EVENT_H 0
  826.  7:06.18         ^
  827.  7:06.18 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  828.  7:06.18 #define HAVE_LINUX_PERF_EVENT_H 1
  829.  7:06.18         ^
  830.  7:06.25 1 warning generated.
  831.  7:06.32 In file included from <built-in>:2:
  832.  7:06.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  833.  7:06.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  834.  7:06.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  835.  7:06.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  836.  7:06.32 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  837.  7:06.32 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  838.  7:06.32 #define HAVE_LINUX_PERF_EVENT_H 0
  839.  7:06.32         ^
  840.  7:06.32 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  841.  7:06.32 #define HAVE_LINUX_PERF_EVENT_H 1
  842.  7:06.32         ^
  843.  7:06.44 BUILDSTATUS BUILD_VERBOSE media/libaom
  844.  7:06.57 1 warning generated.
  845.  7:06.64 In file included from <built-in>:2:
  846.  7:06.64 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  847.  7:06.64 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  848.  7:06.64 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  849.  7:06.64 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  850.  7:06.64 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  851.  7:06.64 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  852.  7:06.64 #define HAVE_LINUX_PERF_EVENT_H 0
  853.  7:06.64         ^
  854.  7:06.64 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  855.  7:06.64 #define HAVE_LINUX_PERF_EVENT_H 1
  856.  7:06.65         ^
  857.  7:06.67 /home/hyperion/firefox/media/ffvpx/libavutil/opt.c:356:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  858.  7:06.67     return 0;
  859.  7:06.67            ^
  860.  7:06.86 BUILDSTATUS BUILD_VERBOSE media/libcubeb/src
  861.  7:07.29 media/libnestegg/src
  862.  7:07.36 2 warnings generated.
  863.  7:07.46 In file included from <built-in>:2:
  864.  7:07.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  865.  7:07.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  866.  7:07.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  867.  7:07.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  868.  7:07.46 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  869.  7:07.46 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  870.  7:07.46 #define HAVE_LINUX_PERF_EVENT_H 0
  871.  7:07.46         ^
  872.  7:07.46 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  873.  7:07.46 #define HAVE_LINUX_PERF_EVENT_H 1
  874.  7:07.46         ^
  875.  7:07.65 BUILDSTATUS BUILD_VERBOSE media/libaom
  876.  7:07.67 1 warning generated.
  877.  7:07.74 In file included from <built-in>:2:
  878.  7:07.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  879.  7:07.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  880.  7:07.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  881.  7:07.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  882.  7:07.74 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  883.  7:07.74 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  884.  7:07.74 #define HAVE_LINUX_PERF_EVENT_H 0
  885.  7:07.74         ^
  886.  7:07.74 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  887.  7:07.74 #define HAVE_LINUX_PERF_EVENT_H 1
  888.  7:07.74         ^
  889.  7:08.09 1 warning generated.
  890.  7:08.16 In file included from <built-in>:2:
  891.  7:08.16 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  892.  7:08.16 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  893.  7:08.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  894.  7:08.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  895.  7:08.17 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  896.  7:08.17 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  897.  7:08.17 #define HAVE_LINUX_PERF_EVENT_H 0
  898.  7:08.17         ^
  899.  7:08.17 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  900.  7:08.17 #define HAVE_LINUX_PERF_EVENT_H 1
  901.  7:08.17         ^
  902.  7:08.19 1 warning generated.
  903.  7:08.26 In file included from <built-in>:2:
  904.  7:08.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  905.  7:08.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  906.  7:08.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  907.  7:08.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  908.  7:08.26 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  909.  7:08.26 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  910.  7:08.26 #define HAVE_LINUX_PERF_EVENT_H 0
  911.  7:08.26         ^
  912.  7:08.26 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  913.  7:08.26 #define HAVE_LINUX_PERF_EVENT_H 1
  914.  7:08.26         ^
  915.  7:08.33 1 warning generated.
  916.  7:08.35 media/libogg
  917.  7:08.40 In file included from <built-in>:2:
  918.  7:08.40 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  919.  7:08.40 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  920.  7:08.40 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  921.  7:08.40 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  922.  7:08.40 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  923.  7:08.40 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  924.  7:08.40 #define HAVE_LINUX_PERF_EVENT_H 0
  925.  7:08.40         ^
  926.  7:08.40 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  927.  7:08.40 #define HAVE_LINUX_PERF_EVENT_H 1
  928.  7:08.40         ^
  929.  7:08.40 BUILDSTATUS BUILD_VERBOSE media/libaom
  930.  7:08.42 1 warning generated.
  931.  7:08.52 In file included from <built-in>:2:
  932.  7:08.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  933.  7:08.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  934.  7:08.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  935.  7:08.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  936.  7:08.52 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  937.  7:08.52 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  938.  7:08.52 #define HAVE_LINUX_PERF_EVENT_H 0
  939.  7:08.52         ^
  940.  7:08.52 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  941.  7:08.52 #define HAVE_LINUX_PERF_EVENT_H 1
  942.  7:08.52         ^
  943.  7:08.64 1 warning generated.
  944.  7:08.80 In file included from <built-in>:2:
  945.  7:08.80 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  946.  7:08.80 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  947.  7:08.80 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  948.  7:08.80 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  949.  7:08.80 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  950.  7:08.80 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  951.  7:08.80 #define HAVE_LINUX_PERF_EVENT_H 0
  952.  7:08.80         ^
  953.  7:08.80 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  954.  7:08.80 #define HAVE_LINUX_PERF_EVENT_H 1
  955.  7:08.80         ^
  956.  7:08.83 BUILDSTATUS BUILD_VERBOSE config/external/icu/i18n
  957.  7:08.89 1 warning generated.
  958.  7:08.97 In file included from <built-in>:2:
  959.  7:08.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  960.  7:08.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  961.  7:08.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  962.  7:08.97 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  963.  7:08.97 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  964.  7:08.97 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  965.  7:08.97 #define HAVE_LINUX_PERF_EVENT_H 0
  966.  7:08.97         ^
  967.  7:08.97 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  968.  7:08.97 #define HAVE_LINUX_PERF_EVENT_H 1
  969.  7:08.97         ^
  970.  7:09.02 BUILDSTATUS BUILD_VERBOSE media/libopus
  971.  7:09.07 1 warning generated.
  972.  7:09.14 /home/hyperion/firefox/media/libopus/celt/celt.c:86:13: warning: code will never be executed [-Wunreachable-code]
  973.  7:09.14       ret = 0;
  974.  7:09.14             ^
  975.  7:09.17 In file included from <built-in>:2:
  976.  7:09.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  977.  7:09.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  978.  7:09.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  979.  7:09.17 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  980.  7:09.17 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  981.  7:09.18 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  982.  7:09.18 #define HAVE_LINUX_PERF_EVENT_H 0
  983.  7:09.18         ^
  984.  7:09.18 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  985.  7:09.18 #define HAVE_LINUX_PERF_EVENT_H 1
  986.  7:09.18         ^
  987.  7:09.20 1 warning generated.
  988.  7:09.20 media/libopus
  989.  7:09.22 /home/hyperion/firefox/media/ffvpx/libavutil/time.c:68:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  990.  7:09.23     return av_gettime() + 42 * 60 * 60 * INT64_C(1000000);
  991.  7:09.23            ^~~~~~~~~~
  992.  7:09.24 2 warnings generated.
  993.  7:09.31 In file included from <built-in>:2:
  994.  7:09.31 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  995.  7:09.31 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  996.  7:09.31 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  997.  7:09.31 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  998.  7:09.31 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  999.  7:09.32 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1000.  7:09.32 #define HAVE_LINUX_PERF_EVENT_H 0
  1001.  7:09.32         ^
  1002.  7:09.32 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  1003.  7:09.32 #define HAVE_LINUX_PERF_EVENT_H 1
  1004.  7:09.32         ^
  1005.  7:09.42 1 warning generated.
  1006.  7:09.52 In file included from <built-in>:2:
  1007.  7:09.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  1008.  7:09.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  1009.  7:09.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  1010.  7:09.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  1011.  7:09.52 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  1012.  7:09.52 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  1013.  7:09.52 #define HAVE_LINUX_PERF_EVENT_H 0
  1014.  7:09.52         ^
  1015.  7:09.52 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  1016.  7:09.52 #define HAVE_LINUX_PERF_EVENT_H 1
  1017.  7:09.52         ^
  1018.  7:09.59 1 warning generated.
  1019.  7:09.59 media/ffvpx/libavutil/libmozavutil.so
  1020.  7:09.97 media/libtheora
  1021.  7:10.57 /home/hyperion/firefox/media/libtheora/lib/x86/x86state.c:24:28: warning: unused variable 'OC_FZIG_ZAG_MMX' [-Wunused-const-variable]
  1022.  7:10.57 static const unsigned char OC_FZIG_ZAG_MMX[128]={
  1023.  7:10.57                            ^
  1024.  7:10.58 1 warning generated.
  1025.  7:10.67 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/libtheora/Unified_c_media_libtheora0.c:20:
  1026.  7:10.67 /home/hyperion/firefox/media/libtheora/lib/decode.c:195:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1027.  7:10.67   OC_DCT_CW_PACK( 0,10, -1,0),
  1028.  7:10.67   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1029.  7:10.67 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1030.  7:10.67  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1031.  7:10.67  ~~~~~~~~~~~~~~^
  1032.  7:10.67 /home/hyperion/firefox/media/libtheora/lib/decode.c:198:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1033.  7:10.67   OC_DCT_CW_PACK( 0, 0,  0,1),
  1034.  7:10.67   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1035.  7:10.67 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1036.  7:10.67  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1037.  7:10.67  ~~~~~~~~~~~~~~^
  1038.  7:10.67 /home/hyperion/firefox/media/libtheora/lib/decode.c:208:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1039.  7:10.67   OC_DCT_CW_PACK( 0, 1, -1,0),
  1040.  7:10.67   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1041.  7:10.67 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1042.  7:10.67  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1043.  7:10.67  ~~~~~~~~~~~~~~^
  1044.  7:10.68 /home/hyperion/firefox/media/libtheora/lib/decode.c:210:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1045.  7:10.68   OC_DCT_CW_PACK( 0, 2, -1,0),
  1046.  7:10.68   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1047.  7:10.68 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1048.  7:10.68  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1049.  7:10.68  ~~~~~~~~~~~~~~^
  1050.  7:10.68 /home/hyperion/firefox/media/libtheora/lib/decode.c:212:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1051.  7:10.68   OC_DCT_CW_PACK( 0, 3, -1,0),
  1052.  7:10.68   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1053.  7:10.69 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1054.  7:10.69  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1055.  7:10.69  ~~~~~~~~~~~~~~^
  1056.  7:10.69 /home/hyperion/firefox/media/libtheora/lib/decode.c:214:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1057.  7:10.69   OC_DCT_CW_PACK( 0, 4, -1,0),
  1058.  7:10.70   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1059.  7:10.70 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1060.  7:10.71  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1061.  7:10.71  ~~~~~~~~~~~~~~^
  1062.  7:10.71 /home/hyperion/firefox/media/libtheora/lib/decode.c:216:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1063.  7:10.71   OC_DCT_CW_PACK( 0, 5, -1,0),
  1064.  7:10.71   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1065.  7:10.71 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1066.  7:10.71  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1067.  7:10.71  ~~~~~~~~~~~~~~^
  1068.  7:10.71 /home/hyperion/firefox/media/libtheora/lib/decode.c:220:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1069.  7:10.71   OC_DCT_CW_PACK( 0, 1, -2,0),
  1070.  7:10.72   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1071.  7:10.72 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1072.  7:10.72  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1073.  7:10.72  ~~~~~~~~~~~~~~^
  1074.  7:10.72 /home/hyperion/firefox/media/libtheora/lib/decode.c:221:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1075.  7:10.72   OC_DCT_CW_PACK( 0, 1, -3,0),
  1076.  7:10.72   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1077.  7:10.72 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1078.  7:10.72  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1079.  7:10.72  ~~~~~~~~~~~~~~^
  1080.  7:10.72 /home/hyperion/firefox/media/libtheora/lib/decode.c:227:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1081.  7:10.72   OC_DCT_CW_PACK( 0, 6, -1,0),
  1082.  7:10.72   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1083.  7:10.72 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1084.  7:10.72  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1085.  7:10.72  ~~~~~~~~~~~~~~^
  1086.  7:10.73 /home/hyperion/firefox/media/libtheora/lib/decode.c:228:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1087.  7:10.73   OC_DCT_CW_PACK( 0, 7, -1,0),
  1088.  7:10.73   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1089.  7:10.73 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1090.  7:10.73  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1091.  7:10.73  ~~~~~~~~~~~~~~^
  1092.  7:10.73 /home/hyperion/firefox/media/libtheora/lib/decode.c:229:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1093.  7:10.73   OC_DCT_CW_PACK( 0, 8, -1,0),
  1094.  7:10.73   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1095.  7:10.73 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1096.  7:10.73  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1097.  7:10.73  ~~~~~~~~~~~~~~^
  1098.  7:10.73 /home/hyperion/firefox/media/libtheora/lib/decode.c:230:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1099.  7:10.73   OC_DCT_CW_PACK( 0, 9, -1,0),
  1100.  7:10.74   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1101.  7:10.74 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1102.  7:10.74  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1103.  7:10.74  ~~~~~~~~~~~~~~^
  1104.  7:10.74 /home/hyperion/firefox/media/libtheora/lib/decode.c:236:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1105.  7:10.74   OC_DCT_CW_PACK( 0, 2, -2,0),
  1106.  7:10.74   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1107.  7:10.74 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1108.  7:10.74  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1109.  7:10.74  ~~~~~~~~~~~~~~^
  1110.  7:10.74 /home/hyperion/firefox/media/libtheora/lib/decode.c:237:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1111.  7:10.74   OC_DCT_CW_PACK( 0, 3, -2,0),
  1112.  7:10.74   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1113.  7:10.74 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1114.  7:10.74  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1115.  7:10.74  ~~~~~~~~~~~~~~^
  1116.  7:10.74 /home/hyperion/firefox/media/libtheora/lib/decode.c:238:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1117.  7:10.75   OC_DCT_CW_PACK( 0, 2, -3,0),
  1118.  7:10.75   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1119.  7:10.75 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1120.  7:10.75  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1121.  7:10.75  ~~~~~~~~~~~~~~^
  1122.  7:10.75 /home/hyperion/firefox/media/libtheora/lib/decode.c:239:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1123.  7:10.75   OC_DCT_CW_PACK( 0, 3, -3,0),
  1124.  7:10.75   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1125.  7:10.75 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1126.  7:10.75  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1127.  7:10.75  ~~~~~~~~~~~~~~^
  1128.  7:10.75 /home/hyperion/firefox/media/libtheora/lib/decode.c:242:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1129.  7:10.75   OC_DCT_CW_PACK( 0, 0,  0,1),
  1130.  7:10.75   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1131.  7:10.75 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1132.  7:10.75  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1133.  7:10.75  ~~~~~~~~~~~~~~^
  1134.  7:10.76 /home/hyperion/firefox/media/libtheora/lib/decode.c:253:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1135.  7:10.76   OC_DCT_CW_PACK( 0, 0, -1,0),
  1136.  7:10.76   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1137.  7:10.76 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1138.  7:10.76  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1139.  7:10.76  ~~~~~~~~~~~~~~^
  1140.  7:10.76 /home/hyperion/firefox/media/libtheora/lib/decode.c:257:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1141.  7:10.76   OC_DCT_CW_PACK( 0, 0, -2,0),
  1142.  7:10.76   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1143.  7:10.76 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1144.  7:10.76  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1145.  7:10.76  ~~~~~~~~~~~~~~^
  1146.  7:10.76 /home/hyperion/firefox/media/libtheora/lib/decode.c:260:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1147.  7:10.76   OC_DCT_CW_PACK( 0, 0, -3,0),
  1148.  7:10.76   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1149.  7:10.76 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1150.  7:10.77  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1151.  7:10.77  ~~~~~~~~~~~~~~^
  1152.  7:10.77 /home/hyperion/firefox/media/libtheora/lib/decode.c:262:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1153.  7:10.77   OC_DCT_CW_PACK( 0, 0, -4,0),
  1154.  7:10.77   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1155.  7:10.77 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1156.  7:10.77  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1157.  7:10.77  ~~~~~~~~~~~~~~^
  1158.  7:10.77 /home/hyperion/firefox/media/libtheora/lib/decode.c:264:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1159.  7:10.77   OC_DCT_CW_PACK( 0, 0, -5,0),
  1160.  7:10.77   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1161.  7:10.77 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1162.  7:10.77  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1163.  7:10.77  ~~~~~~~~~~~~~~^
  1164.  7:10.77 /home/hyperion/firefox/media/libtheora/lib/decode.c:266:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1165.  7:10.77   OC_DCT_CW_PACK( 0, 0, -6,0),
  1166.  7:10.77   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1167.  7:10.78 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1168.  7:10.78  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1169.  7:10.78  ~~~~~~~~~~~~~~^
  1170.  7:10.78 /home/hyperion/firefox/media/libtheora/lib/decode.c:270:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1171.  7:10.78   OC_DCT_CW_PACK( 0, 0, -7,0),
  1172.  7:10.78   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1173.  7:10.78 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1174.  7:10.78  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1175.  7:10.78  ~~~~~~~~~~~~~~^
  1176.  7:10.78 /home/hyperion/firefox/media/libtheora/lib/decode.c:271:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1177.  7:10.78   OC_DCT_CW_PACK( 0, 0, -8,0),
  1178.  7:10.78   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1179.  7:10.78 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1180.  7:10.78  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1181.  7:10.78  ~~~~~~~~~~~~~~^
  1182.  7:10.78 /home/hyperion/firefox/media/libtheora/lib/decode.c:277:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1183.  7:10.78   OC_DCT_CW_PACK( 0, 0, -9,0),
  1184.  7:10.78   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1185.  7:10.79 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1186.  7:10.79  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1187.  7:10.79  ~~~~~~~~~~~~~~^
  1188.  7:10.79 /home/hyperion/firefox/media/libtheora/lib/decode.c:278:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1189.  7:10.79   OC_DCT_CW_PACK( 0, 0,-10,0),
  1190.  7:10.79   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1191.  7:10.79 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1192.  7:10.79  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1193.  7:10.79  ~~~~~~~~~~~~~~^
  1194.  7:10.79 /home/hyperion/firefox/media/libtheora/lib/decode.c:279:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1195.  7:10.79   OC_DCT_CW_PACK( 0, 0,-11,0),
  1196.  7:10.79   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1197.  7:10.79 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1198.  7:10.79  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1199.  7:10.79  ~~~~~~~~~~~~~~^
  1200.  7:10.80 /home/hyperion/firefox/media/libtheora/lib/decode.c:280:3: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1201.  7:10.80   OC_DCT_CW_PACK( 0, 0,-12,0),
  1202.  7:10.80   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1203.  7:10.80 /home/hyperion/firefox/media/libtheora/lib/decode.c:150:16: note: expanded from macro 'OC_DCT_CW_PACK'
  1204.  7:10.80  (_mag)-(_flip)<<OC_DCT_CW_MAG_SHIFT)
  1205.  7:10.80  ~~~~~~~~~~~~~~^
  1206.  7:10.83 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/libtheora/Unified_c_media_libtheora0.c:92:
  1207.  7:10.84 /home/hyperion/firefox/media/libtheora/lib/state.c:717:21: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  1208.  7:10.84    _info->colorspace<0||_info->colorspace>=TH_CS_NSPACES||
  1209.  7:10.84    ~~~~~~~~~~~~~~~~~^~
  1210.  7:10.84 /home/hyperion/firefox/media/libtheora/lib/state.c:718:20: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  1211.  7:10.84    _info->pixel_fmt<0||_info->pixel_fmt>=TH_PF_NFORMATS){
  1212.  7:10.84    ~~~~~~~~~~~~~~~~^~
  1213.  7:11.02 BUILDSTATUS BUILD_VERBOSE config/external/icu/i18n
  1214.  7:12.37 /home/hyperion/firefox/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]
  1215.  7:12.37     if (timeUnitField < 0 || timeUnitField >= UTIMEUNIT_FIELD_COUNT) {
  1216.  7:12.37         ~~~~~~~~~~~~~ ^ ~
  1217.  7:12.43 1 warning generated.
  1218.  7:14.44 32 warnings generated.
  1219.  7:14.52 media/libspeex_resampler/src
  1220.  7:14.66 /home/hyperion/firefox/media/libspeex_resampler/src/resample.c:814:17: warning: unused variable 'i' [-Wunused-variable]
  1221.  7:14.66    spx_uint32_t i;
  1222.  7:14.66                 ^
  1223.  7:15.00 BUILDSTATUS BUILD_VERBOSE media/libaom
  1224.  7:15.13 1 warning generated.
  1225.  7:15.19 media/libsoundtouch/src
  1226.  7:15.76 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:47:
  1227.  7:15.77 /home/hyperion/firefox/media/libsoundtouch/src/InterpolateShannon.cpp:75:9: warning: 'PI' macro redefined [-Wmacro-redefined]
  1228.  7:15.77 #define PI 3.1415926536
  1229.  7:15.77         ^
  1230.  7:15.77 /home/hyperion/firefox/media/libsoundtouch/src/AAFilter.cpp:52:9: note: previous definition is here
  1231.  7:15.77 #define PI       M_PI
  1232.  7:15.77         ^
  1233.  7:15.84 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:92:
  1234.  7:15.84 /home/hyperion/firefox/media/libsoundtouch/src/cpu_detect_x86.cpp:55:12: warning: 'bit_MMX' macro redefined [-Wmacro-redefined]
  1235.  7:15.84    #define bit_MMX     (1 << 23)
  1236.  7:15.84            ^
  1237.  7:15.85 /usr/include/clang/6.0.0/include/cpuid.h:140:9: note: previous definition is here
  1238.  7:15.85 #define bit_MMX         0x00800000
  1239.  7:15.85         ^
  1240.  7:15.85 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:92:
  1241.  7:15.85 /home/hyperion/firefox/media/libsoundtouch/src/cpu_detect_x86.cpp:56:12: warning: 'bit_SSE' macro redefined [-Wmacro-redefined]
  1242.  7:15.85    #define bit_SSE     (1 << 25)
  1243.  7:15.85            ^
  1244.  7:15.85 /usr/include/clang/6.0.0/include/cpuid.h:143:9: note: previous definition is here
  1245.  7:15.85 #define bit_SSE         0x02000000
  1246.  7:15.85         ^
  1247.  7:15.85 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/libsoundtouch/src/Unified_cpp_libsoundtouch_src0.cpp:92:
  1248.  7:15.85 /home/hyperion/firefox/media/libsoundtouch/src/cpu_detect_x86.cpp:57:12: warning: 'bit_SSE2' macro redefined [-Wmacro-redefined]
  1249.  7:15.85    #define bit_SSE2    (1 << 26)
  1250.  7:15.85            ^
  1251.  7:15.85 /usr/include/clang/6.0.0/include/cpuid.h:144:9: note: previous definition is here
  1252.  7:15.85 #define bit_SSE2        0x04000000
  1253.  7:15.85         ^
  1254.  7:15.94 BUILDSTATUS BUILD_VERBOSE media/libaom
  1255.  7:16.50 4 warnings generated.
  1256.  7:16.57 security/sandbox/common
  1257.  7:17.02 security/sandbox/linux/broker
  1258.  7:18.26 security/sandbox/linux/reporter
  1259.  7:22.61 security/sandbox/linux/gtest
  1260.  7:26.76 /home/hyperion/firefox/intl/icu/source/i18n/unum.cpp:782:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  1261.  7:26.76     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
  1262.  7:26.76                     ~~~~~~^ ~
  1263.  7:26.76 /home/hyperion/firefox/intl/icu/source/i18n/unum.cpp:809:27: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  1264.  7:26.76     if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
  1265.  7:26.76                     ~~~~~~^ ~
  1266.  7:26.94 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux/gtest
  1267.  7:27.02 2 warnings generated.
  1268.  7:28.10 security/certverifier
  1269.  7:28.80 security/ct
  1270.  7:33.16 security/ct/tests/gtest
  1271.  7:33.39 security/certverifier/tests/gtest
  1272.  7:34.62 security/apps
  1273.  7:35.01 modules/libmar/src
  1274.  7:35.52 modules/libmar/sign
  1275.  7:35.54 modules/libmar/verify
  1276.  7:35.89 xpcom/string
  1277.  7:36.10 xpcom/glue/standalone
  1278.  7:38.55 xpcom/ds
  1279.  7:38.55 xpcom/base
  1280.  7:41.60 xpcom/components
  1281.  7:41.63 xpcom/io
  1282.  7:57.13 xpcom/threads
  1283.  8:05.56 xpcom/reflect/xptinfo
  1284.  8:09.91 xpcom/reflect/xptcall
  1285.  8:11.46 xpcom/reflect/xptcall/md/unix
  1286.  8:13.43 chrome
  1287.  8:13.73 xpcom/build
  1288.  8:14.55 xpcom/rust/gtest
  1289.  8:17.33 xpcom/tests/gtest
  1290.  8:21.10 modules/libpref
  1291.  8:22.02 modules/libpref/test/gtest
  1292.  8:26.58 intl/gtest
  1293.  8:28.60 intl/hyphenation/hyphen
  1294.  8:29.36 intl/hyphenation/glue
  1295.  8:29.99 intl/locale
  1296.  8:32.59 intl/locale/gtk
  1297.  8:34.11 intl/locale/tests/gtest
  1298.  8:35.08 intl/lwbrk
  1299.  8:35.13 intl/lwbrk/gtest
  1300.  8:37.09 intl/strres
  1301.  8:37.82 intl/unicharutil/util
  1302.  8:38.44 intl/l10n
  1303.  8:42.35 intl/uconv
  1304.  8:43.91 intl/build
  1305.  8:45.00 netwerk/base
  1306.  9:20.29 netwerk/dns/mdns/libmdns
  1307.  9:20.59 netwerk/cookie
  1308.  9:21.94 netwerk/socket
  1309.  9:25.34 netwerk/mime
  1310.  9:27.49 netwerk/streamconv
  1311.  9:29.57 netwerk/streamconv/converters
  1312.  9:29.67 netwerk/cache2
  1313.  9:29.67 netwerk/cache
  1314.  9:31.88 netwerk/protocol/about
  1315.  9:38.80 netwerk/protocol/data
  1316.  9:41.53 netwerk/protocol/file
  1317.  9:42.91 netwerk/protocol/ftp
  1318.  9:44.70 netwerk/protocol/gio
  1319.  9:48.39 netwerk/protocol/http
  1320.  9:48.42 netwerk/protocol/res
  1321.  9:51.75 netwerk/protocol/viewsource
  1322.  9:57.11 netwerk/protocol/websocket
  1323.  9:57.50 netwerk/protocol/wyciwyg
  1324. 10:07.62 netwerk/system/linux
  1325. 10:10.33 netwerk/ipc
  1326. 10:11.16 netwerk/url-classifier
  1327. 10:19.33 netwerk/srtp/src
  1328. 10:19.66 netwerk/sctp/src
  1329. 10:20.15 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:242:6: warning: code will never be executed [-Wunreachable-code]
  1330. 10:20.15         if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
  1331. 10:20.15             ^~~~~~~~~~~~
  1332. 10:20.15 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:392:6: warning: code will never be executed [-Wunreachable-code]
  1333. 10:20.15         if (sctp_cmpaddr(sa, src)) {
  1334. 10:20.15             ^~~~~~~~~~~~
  1335. 10:20.15 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:523:6: warning: code will never be executed [-Wunreachable-code]
  1336. 10:20.15         if (zero_address && SCTP_BASE_SYSCTL(sctp_nat_friendly)) {
  1337. 10:20.15             ^~~~~~~~~~~~
  1338. 10:20.18 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:1309:13: warning: code will never be executed [-Wunreachable-code]
  1339. 10:20.18         aa->sent = 0;           /* clear sent flag */
  1340. 10:20.18                    ^
  1341. 10:20.18 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:1525:13: warning: code will never be executed [-Wunreachable-code]
  1342. 10:20.18         aa->sent = 0;           /* clear sent flag */
  1343. 10:20.18                    ^
  1344. 10:20.19 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:1937:2: warning: code will never be executed [-Wunreachable-code]
  1345. 10:20.19         sctp_add_local_addr_restricted(stcb, ifa);
  1346. 10:20.19         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1347. 10:20.21 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:2846:14: warning: code will never be executed [-Wunreachable-code]
  1348. 10:20.21                 sctp_ifa = sctp_find_ifa_by_addr(&store.sa, stcb->asoc.vrf_id,
  1349. 10:20.21                            ^~~~~~~~~~~~~~~~~~~~~
  1350. 10:20.21 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:3513:4: warning: code will never be executed [-Wunreachable-code]
  1351. 10:20.21                         sctp_asconf_queue_mgmt(stcb, sctp_ifap, SCTP_ADD_IP_ADDRESS);
  1352. 10:20.21                         ^~~~~~~~~~~~~~~~~~~~~~
  1353. 10:20.21 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:3412:6: warning: code will never be executed [-Wunreachable-code]
  1354. 10:20.21         if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
  1355. 10:20.21             ^~~~
  1356. 10:20.22 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_asconf.c:3464:5: warning: code will never be executed [-Wunreachable-code]
  1357. 10:20.22                                 sctp_asconf_queue_mgmt(stcb, sctp_ifap, SCTP_ADD_IP_ADDRESS);
  1358. 10:20.22                                 ^~~~~~~~~~~~~~~~~~~~~~
  1359. 10:20.60 10 warnings generated.
  1360. 10:23.67 netwerk/sctp/datachannel
  1361. 10:24.37 netwerk/wifi
  1362. 10:27.58 netwerk/build
  1363. 10:29.90 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_pcb.c:2751:6: warning: code will never be executed [-Wunreachable-code]
  1364. 10:29.90         if (zero_address) {
  1365. 10:29.90             ^~~~~~~~~~~~
  1366. 10:29.92 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_pcb.c:4155:3: warning: code will never be executed [-Wunreachable-code]
  1367. 10:29.92                 being_refed++;
  1368. 10:29.92                 ^~~~~~~~~~~
  1369. 10:29.93 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_pcb.c:4153:3: warning: code will never be executed [-Wunreachable-code]
  1370. 10:29.93                 being_refed++;
  1371. 10:29.93                 ^~~~~~~~~~~
  1372. 10:29.93 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_pcb.c:4151:3: warning: code will never be executed [-Wunreachable-code]
  1373. 10:29.93                 being_refed++;
  1374. 10:29.93                 ^~~~~~~~~~~
  1375. 10:31.49 4 warnings generated.
  1376. 10:33.15 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_usrreq.c:1088:11: warning: 'return' will never be executed [-Wunreachable-code-return]
  1377. 10:33.15                 return (0);
  1378. 10:33.15                         ^
  1379. 10:33.27 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_usrreq.c:6879:3: warning: code will never be executed [-Wunreachable-code]
  1380. 10:33.27                 sctp_bindx_delete_address(inp, addrs->addr,
  1381. 10:33.27                 ^~~~~~~~~~~~~~~~~~~~~~~~~
  1382. 10:33.27 /home/hyperion/firefox/netwerk/sctp/src/netinet/sctp_usrreq.c:6828:3: warning: code will never be executed [-Wunreachable-code]
  1383. 10:33.27                 sctp_bindx_add_address(so, inp, addrs->addr,
  1384. 10:33.27                 ^~~~~~~~~~~~~~~~~~~~~~
  1385. 10:34.12 BUILDSTATUS BUILD_VERBOSE netwerk/test
  1386. 10:34.79 3 warnings generated.
  1387. 10:35.66 /home/hyperion/firefox/netwerk/sctp/src/user_socket.c:2589:27: warning: loop will run at most once (loop increment never executed) [-Wunreachable-code-loop-increment]
  1388. 10:35.66         for (i = 0; i < addrcnt; i++) {
  1389. 10:35.66                                  ^~~
  1390. 10:35.96 BUILDSTATUS BUILD_VERBOSE netwerk/test/gtest
  1391. 10:36.28 1 warning generated.
  1392. 10:36.32 netwerk/test/gtest/parse-ftp
  1393. 10:38.28 extensions/auth
  1394. 10:41.83 ipc/chromium
  1395. 10:45.53 ipc/chromium/src/third_party
  1396. 10:53.39 ipc/glue
  1397. 10:54.80 ipc/ipdl
  1398. 11:34.05 ipc/testshell
  1399. 11:45.02 ipc/contentproc
  1400. 11:46.01 js/ipc
  1401. 11:59.53 hal
  1402. 12:16.21 js/xpconnect/wrappers
  1403. 12:31.05 js/xpconnect/loader
  1404. 12:48.78 js/xpconnect/src
  1405. 13:10.35 js/xpconnect/tests/components/native
  1406. 13:12.50 intl/chardet
  1407. 13:13.56 modules/libjar
  1408. 13:22.48 modules/libjar/zipwriter
  1409. 13:25.98 storage
  1410. 13:45.17 storage/build
  1411. 13:47.24 storage/test/gtest
  1412. 13:55.17 extensions/cookie
  1413. 14:01.38 extensions/permissions
  1414. 14:03.73 media/webrtc/signaling/src/common
  1415. 14:05.34 media/webrtc/signaling/src/jsep
  1416. 14:06.15 media/webrtc/signaling/src/peerconnection
  1417. 14:06.26 media/webrtc/signaling/src/mediapipeline
  1418. 14:06.35 media/webrtc/signaling/src/media-conduit
  1419. 14:18.87 media/webrtc/signaling/src/sdp
  1420. 14:19.96 media/webrtc/signaling/gtest
  1421. 14:27.70 media/webrtc/trunk/webrtc/api/audio_codecs/audio_codecs_api_gn
  1422. 14:29.65 media/webrtc/trunk/webrtc/api/audio_codecs/builtin_audio_decoder_factory_gn
  1423. 14:30.85 media/webrtc/trunk/webrtc/api/audio_codecs/builtin_audio_encoder_factory_gn
  1424. 14:32.02 media/webrtc/trunk/webrtc/api/audio_codecs/g711/audio_decoder_g711_gn
  1425. 14:38.35 media/webrtc/trunk/webrtc/api/audio_codecs/g711/audio_encoder_g711_gn
  1426. 14:39.66 media/webrtc/trunk/webrtc/api/audio_codecs/g722/audio_decoder_g722_gn
  1427. 14:40.80 media/webrtc/trunk/webrtc/api/audio_codecs/g722/audio_encoder_g722_gn
  1428. 14:42.14 media/webrtc/trunk/webrtc/api/audio_codecs/ilbc/audio_decoder_ilbc_gn
  1429. 14:43.27 media/webrtc/trunk/webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc_gn
  1430. 14:50.03 media/webrtc/trunk/webrtc/api/audio_codecs/L16/audio_decoder_L16_gn
  1431. 14:50.31 media/webrtc/trunk/webrtc/api/audio_codecs/L16/audio_encoder_L16_gn
  1432. 14:51.32 media/webrtc/trunk/webrtc/api/audio_codecs/opus/audio_decoder_opus_gn
  1433. 14:52.75 media/webrtc/trunk/webrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn
  1434. 14:53.74 media/webrtc/trunk/webrtc/api/audio_codecs/opus/audio_encoder_opus_gn
  1435. 14:54.74 media/webrtc/trunk/webrtc/api/base_peerconnection_api_gn
  1436. 14:56.47 media/webrtc/trunk/webrtc/api/optional_gn
  1437. 14:57.30 media/webrtc/trunk/webrtc/api/video_codecs/video_codecs_api_gn
  1438. 14:58.16 media/webrtc/trunk/webrtc/api/video_frame_api_gn
  1439. 14:59.18 media/webrtc/trunk/webrtc/api/video_frame_api_i420_gn
  1440. 15:00.26 media/webrtc/trunk/webrtc/audio/audio_gn
  1441. 15:02.89 media/webrtc/trunk/webrtc/audio/utility/audio_frame_operations_gn
  1442. 15:04.10 media/webrtc/trunk/webrtc/call/bitrate_allocator_gn
  1443. 15:05.16 media/webrtc/trunk/webrtc/call/call_gn
  1444. 15:06.71 media/webrtc/trunk/webrtc/call/call_interfaces_gn
  1445. 15:07.95 media/webrtc/trunk/webrtc/call/rtp_interfaces_gn
  1446. 15:08.52 media/webrtc/trunk/webrtc/call/rtp_receiver_gn
  1447. 15:09.51 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/call/rtp_receiver_gn/Unified_cpp_rtp_receiver_gn0.cpp:11:
  1448. 15:09.51 /home/hyperion/firefox/media/webrtc/trunk/webrtc/call/rtp_demuxer.cc:171:8: warning: unused variable 'has_mid' [-Wunused-variable]
  1449. 15:09.51   bool has_mid = packet.GetExtension<RtpMid>(&packet_mid);
  1450. 15:09.51        ^
  1451. 15:11.68 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/call/rtp_sender_gn
  1452. 15:12.46 1 warning generated.
  1453. 15:12.49 media/webrtc/trunk/webrtc/call/video_stream_api_gn
  1454. 15:13.04 media/webrtc/trunk/webrtc/common_audio/common_audio_cc_gn
  1455. 15:13.07 media/webrtc/trunk/webrtc/common_audio/common_audio_gn
  1456. 15:13.53 media/webrtc/trunk/webrtc/common_audio/fir_filter_factory_gn
  1457. 15:14.90 media/webrtc/trunk/webrtc/common_video/common_video_gn
  1458. 15:15.24 media/webrtc/trunk/webrtc/logging/rtc_event_log_api_gn
  1459. 15:15.84 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/common_video/common_video_gn/Unified_cpp_common_video_gn0.cpp:38:
  1460. 15:15.84 /home/hyperion/firefox/media/webrtc/trunk/webrtc/common_video/h264/sps_parser.cc:22:9: warning: 'RETURN_EMPTY_ON_FAIL' macro redefined [-Wmacro-redefined]
  1461. 15:15.84 #define RETURN_EMPTY_ON_FAIL(x) \
  1462. 15:15.84         ^
  1463. 15:15.84 /home/hyperion/firefox/media/webrtc/trunk/webrtc/common_video/h264/pps_parser.cc:20:9: note: previous definition is here
  1464. 15:15.84 #define RETURN_EMPTY_ON_FAIL(x) \
  1465. 15:15.84         ^
  1466. 15:16.67 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/logging/rtc_event_log_api_gn
  1467. 15:16.98 media/webrtc/trunk/webrtc/logging/rtc_event_log_impl_gn
  1468. 15:17.99 media/webrtc/trunk/webrtc/media/rtc_audio_video_gn
  1469. 15:18.07 1 warning generated.
  1470. 15:18.09 media/webrtc/trunk/webrtc/media/rtc_h264_profile_id_gn
  1471. 15:18.53 media/webrtc/trunk/webrtc/media/rtc_media_base_gn
  1472. 15:19.37 media/webrtc/trunk/webrtc/modules/audio_coding/audio_coding_gn
  1473. 15:23.58 media/webrtc/trunk/webrtc/modules/audio_coding/audio_format_conversion_gn
  1474. 15:23.70 media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_config_gn
  1475. 15:24.40 media/webrtc/trunk/webrtc/modules/audio_coding/audio_network_adaptor_gn
  1476. 15:24.46 media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn
  1477. 15:24.87 media/webrtc/trunk/webrtc/modules/audio_coding/g711_gn
  1478. 15:25.13 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_coding/cng_gn/Unified_cpp_audio_coding_cng_gn0.cpp:2:
  1479. 15:25.13 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:75: warning: possible misuse of comma operator here [-Wcomma]
  1480. 15:25.13           ([&] { RTC_CHECK(config.IsOk()) << "Invalid configuration."; }(),
  1481. 15:25.13                                                                           ^
  1482. 15:25.13 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc:48:12: note: cast expression to void to silence warning
  1483. 15:25.13           ([&] { RTC_CHECK(config.IsOk()) << "Invalid configuration."; }(),
  1484. 15:25.13            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1485. 15:25.13            static_cast<void>(                                             )
  1486. 15:26.02 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/audio_coding/g722_gn
  1487. 15:26.03 1 warning generated.
  1488. 15:26.07 media/webrtc/trunk/webrtc/modules/audio_coding/ilbc_gn
  1489. 15:27.32 media/webrtc/trunk/webrtc/modules/audio_coding/isac_common_gn
  1490. 15:27.35 media/webrtc/trunk/webrtc/modules/audio_coding/isac_fix_c_gn
  1491. 15:27.55 media/webrtc/trunk/webrtc/modules/audio_coding/isac_gn
  1492. 15:27.79 media/webrtc/trunk/webrtc/modules/audio_coding/legacy_encoded_audio_frame_gn
  1493. 15:27.91 media/webrtc/trunk/webrtc/modules/audio_coding/neteq_decoder_enum_gn
  1494. 15:28.86 media/webrtc/trunk/webrtc/modules/audio_coding/pcm16b_gn
  1495. 15:28.87 media/webrtc/trunk/webrtc/modules/audio_coding/rent_a_codec_gn
  1496. 15:28.87 media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn
  1497. 15:29.87 media/webrtc/trunk/webrtc/modules/audio_coding/webrtc_opus_gn
  1498. 15:30.54 media/webrtc/trunk/webrtc/modules/audio_device/audio_device_generic_gn
  1499. 15:30.60 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/Unified_cpp_neteq_gn0.cpp:20:
  1500. 15:30.60 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.cc:11:
  1501. 15:30.60 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:22: warning: possible misuse of comma operator here [-Wcomma]
  1502. 15:30.60       mute_factor = 0,
  1503. 15:30.60                      ^
  1504. 15:30.60 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:7: note: cast expression to void to silence warning
  1505. 15:30.60       mute_factor = 0,
  1506. 15:30.60       ^~~~~~~~~~~~~~~
  1507. 15:30.60       static_cast<void>( )
  1508. 15:32.73 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/audio_mixer/audio_frame_manipulator_gn
  1509. 15:32.75 media/webrtc/trunk/webrtc/modules/audio_mixer/audio_mixer_impl_gn
  1510. 15:33.45 1 warning generated.
  1511. 15:34.01 media/webrtc/trunk/webrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn
  1512. 15:34.19 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/Unified_cpp_neteq_gn1.cpp:29:
  1513. 15:34.19 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_impl.cc:22:
  1514. 15:34.19 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:22: warning: possible misuse of comma operator here [-Wcomma]
  1515. 15:34.19       mute_factor = 0,
  1516. 15:34.19                      ^
  1517. 15:34.19 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:7: note: cast expression to void to silence warning
  1518. 15:34.19       mute_factor = 0,
  1519. 15:34.19       ^~~~~~~~~~~~~~~
  1520. 15:34.20       static_cast<void>( )
  1521. 15:34.49 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/audio_processing/aec_dump_interface_gn
  1522. 15:35.12 media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn
  1523. 15:35.22 media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_statistics_gn
  1524. 15:35.36 media/webrtc/trunk/webrtc/modules/bitrate_controller/bitrate_controller_gn
  1525. 15:35.91 media/webrtc/trunk/webrtc/modules/congestion_controller/congestion_controller_gn
  1526. 15:35.96 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec/echo_cancellation.cc:26:
  1527. 15:35.96 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  1528. 15:35.96         for (int k = 0; k < v_length; ++k) {
  1529. 15:35.96                         ~ ^ ~~~~~~~~
  1530. 15:36.22 1 warning generated.
  1531. 15:38.74 1 warning generated.
  1532. 15:41.90 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/gain_control_impl.cc:16:
  1533. 15:41.90 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  1534. 15:41.90         for (int k = 0; k < v_length; ++k) {
  1535. 15:41.90                         ~ ^ ~~~~~~~~
  1536. 15:42.22 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/media_file/media_file_gn
  1537. 15:42.50 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn0.cpp:2:
  1538. 15:42.50 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec/aec_core.cc:30:
  1539. 15:42.50 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  1540. 15:42.50         for (int k = 0; k < v_length; ++k) {
  1541. 15:42.50                         ~ ^ ~~~~~~~~
  1542. 15:42.51 1 warning generated.
  1543. 15:43.28 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn2.cpp:2:
  1544. 15:43.28 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.cc:11:
  1545. 15:43.28 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.h:18:
  1546. 15:43.28 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
  1547. 15:43.28 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  1548. 15:43.28         for (int k = 0; k < v_length; ++k) {
  1549. 15:43.28                         ~ ^ ~~~~~~~~
  1550. 15:43.33 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn1.cpp:2:
  1551. 15:43.33 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/echo_remover.cc:29:
  1552. 15:43.33 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/subtractor.h:18:
  1553. 15:43.33 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.h:23:
  1554. 15:43.33 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  1555. 15:43.33         for (int k = 0; k < v_length; ++k) {
  1556. 15:43.33                         ~ ^ ~~~~~~~~
  1557. 15:43.81 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn
  1558. 15:44.71 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_gn/Unified_cpp_audio_processing_gn3.cpp:20:
  1559. 15:44.72 In file included from /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/level_controller/down_sampler.cc:19:
  1560. 15:44.72 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/audio_processing/logging/apm_data_dumper.h:129:27: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
  1561. 15:44.72         for (int k = 0; k < v_length; ++k) {
  1562. 15:44.72                         ~ ^ ~~~~~~~~
  1563. 15:46.93 1 warning generated.
  1564. 15:47.17 1 warning generated.
  1565. 15:47.29 1 warning generated.
  1566. 15:47.42 media/webrtc/trunk/webrtc/modules/pacing/pacing_gn
  1567. 15:48.95 media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn
  1568. 15:50.64 1 warning generated.
  1569. 15:51.69 media/webrtc/trunk/webrtc/modules/utility/utility_gn
  1570. 15:51.78 media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_format_gn
  1571. 15:51.87 media/webrtc/trunk/webrtc/modules/rtp_rtcp/rtp_rtcp_gn
  1572. 15:52.84 media/webrtc/trunk/webrtc/modules/video_capture/video_capture_internal_impl_gn
  1573. 15:54.06 media/webrtc/trunk/webrtc/modules/video_capture/video_capture_module_gn
  1574. 15:54.64 media/webrtc/trunk/webrtc/modules/video_coding/video_coding_gn
  1575. 15:55.57 media/webrtc/trunk/webrtc/modules/video_coding/video_coding_utility_gn
  1576. 15:58.69 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_h264_gn
  1577. 16:00.16 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_i420_gn
  1578. 16:01.49 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_stereo_gn
  1579. 16:04.88 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp8_gn
  1580. 16:04.89 media/webrtc/trunk/webrtc/modules/video_coding/webrtc_vp9_gn
  1581. 16:07.22 media/webrtc/trunk/webrtc/modules/video_processing/video_processing_gn
  1582. 16:09.11 media/webrtc/trunk/webrtc/rtc_base/rtc_base_approved_generic_gn
  1583. 16:10.98 media/webrtc/trunk/webrtc/rtc_base/rtc_numerics_gn
  1584. 16:11.18 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/rtc_base/rtc_base_approved_generic_gn/Unified_cpp__approved_generic_gn1.cpp:29:
  1585. 16:11.19 /home/hyperion/firefox/media/webrtc/trunk/webrtc/rtc_base/messagequeue.cc:121:41: warning: unused variable 'iter' [-Wunused-variable]
  1586. 16:11.19   std::vector<MessageQueue *>::iterator iter;
  1587. 16:11.19                                         ^
  1588. 16:11.62 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/rtc_base/rtc_task_queue_impl_gn
  1589. 16:12.33 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/rtc_base/rtc_task_queue_impl_gn/Unified_cpp_c_task_queue_impl_gn0.cpp:2:
  1590. 16:12.33 /home/hyperion/firefox/media/webrtc/trunk/webrtc/rtc_base/task_queue_libevent.cc:236:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  1591. 16:12.33     write(reply_pipe_, &message, sizeof(message));
  1592. 16:12.33     ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1593. 16:12.89 1 warning generated.
  1594. 16:12.93 media/webrtc/trunk/webrtc/rtc_base/sequenced_task_checker_gn
  1595. 16:13.66 media/webrtc/trunk/webrtc/rtc_base/weak_ptr_gn
  1596. 16:13.84 media/webrtc/trunk/webrtc/system_wrappers/field_trial_default_gn
  1597. 16:13.91 media/webrtc/trunk/webrtc/system_wrappers/metrics_default_gn
  1598. 16:14.23 media/webrtc/trunk/webrtc/system_wrappers/system_wrappers_gn
  1599. 16:14.39 media/webrtc/trunk/webrtc/video/video_gn
  1600. 16:15.57 1 warning generated.
  1601. 16:15.76 media/webrtc/trunk/webrtc/voice_engine/audio_level_gn
  1602. 16:16.07 media/webrtc/trunk/webrtc/voice_engine/voice_engine_gn
  1603. 16:16.53 media/webrtc/trunk/webrtc/webrtc_common_gn
  1604. 16:17.73 media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn
  1605. 16:18.91 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn0.cpp:2:
  1606. 16:18.91 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/desktop_capture/app_capturer_x11.cc:144:41: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
  1607. 16:18.91   std::unique_ptr<DesktopFrame> frame = std::move(screen_capturer_proxy_.GetFrame());
  1608. 16:18.91                                         ^
  1609. 16:18.91 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/desktop_capture/app_capturer_x11.cc:144:41: note: remove std::move call here
  1610. 16:18.91   std::unique_ptr<DesktopFrame> frame = std::move(screen_capturer_proxy_.GetFrame());
  1611. 16:18.91                                         ^~~~~~~~~~                                 ~
  1612. 16:19.31 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn0.cpp:92:
  1613. 16:19.31 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:186:27: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::map<long, webrtc::DesktopDisplayDevice *, std::less<long>, std::allocator<std::pair<const long, webrtc::DesktopDisplayDevice *> > >::size_type' (aka 'unsigned long') [-Wsign-compare]
  1614. 16:19.31   if(nIndex < 0 || nIndex >= desktop_display_list_.size()) {
  1615. 16:19.31                    ~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1616. 16:19.31 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:205:28: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::map<long, webrtc::DesktopDisplayDevice *, std::less<long>, std::allocator<std::pair<const long, webrtc::DesktopDisplayDevice *> > >::size_type' (aka 'unsigned long') [-Wsign-compare]
  1617. 16:19.31   if (nIndex < 0 || nIndex >= desktop_window_list_.size()) {
  1618. 16:19.31                     ~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1619. 16:19.31 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_device_info.cc:226:27: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'std::map<long, webrtc::DesktopApplication *, std::less<long>, std::allocator<std::pair<const long, webrtc::DesktopApplication *> > >::size_type' (aka 'unsigned long') [-Wsign-compare]
  1620. 16:19.31   if(nIndex < 0 || nIndex >= desktop_application_list_.size()) {
  1621. 16:19.31                    ~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1622. 16:19.95 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn
  1623. 16:21.13 4 warnings generated.
  1624. 16:21.19 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/desktop_capture/desktop_capture_generic_gn/Unified_cpp_p_capture_generic_gn1.cpp:74:
  1625. 16:21.19 /home/hyperion/firefox/media/webrtc/trunk/webrtc/modules/desktop_capture/x11/desktop_device_info_x11.cc:82:21: warning: comparison of integers of different signs: 'unsigned int' and '__pid_t' (aka 'int') [-Wsign-compare]
  1626. 16:21.19       if (processId == getpid()) {
  1627. 16:21.19           ~~~~~~~~~ ^  ~~~~~~~~
  1628. 16:21.25 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/webrtc/modules/desktop_capture/primitives_gn
  1629. 16:22.46 media/webrtc/trunk/webrtc/api/audio_codecs/isac/audio_decoder_isac_float_gn
  1630. 16:23.62 1 warning generated.
  1631. 16:24.02 media/webrtc/trunk/webrtc/modules/audio_processing/audio_processing_sse2_gn
  1632. 16:24.30 media/webrtc/trunk/webrtc/api/audio_codecs/isac/audio_encoder_isac_float_gn
  1633. 16:24.30 media/webrtc/trunk/webrtc/common_audio/common_audio_sse2_gn
  1634. 16:25.25 media/webrtc/trunk/webrtc/modules/video_processing/video_processing_sse2_gn
  1635. 16:25.43 media/mtransport/ipc
  1636. 16:25.78 media/mtransport/build
  1637. 16:29.97 testing/gtest
  1638. 16:32.59 testing/gtest/mozilla
  1639. 16:34.85 uriloader/base
  1640. 16:36.24 uriloader/exthandler
  1641. 16:45.11 uriloader/prefetch
  1642. 16:45.49 caps
  1643. 16:55.38 caps/tests/gtest
  1644. 16:57.78 parser/expat/lib
  1645. 16:59.24 parser/xml
  1646. 17:00.62 parser/htmlparser
  1647. 17:01.78 parser/html
  1648. 17:03.35 gfx/cairo/cairo/src
  1649. 17:05.42 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairo-cff-subset.c:43:
  1650. 17:05.42 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairoint.h:57:
  1651. 17:05.42 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  1652. 17:05.42 In file included from /usr/include/assert.h:35:
  1653. 17:05.42 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  1654. 17:05.42 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  1655. 17:05.42 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1656. 17:05.42   ^
  1657. 17:06.36 1 warning generated.
  1658. 17:06.64 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairo-ft-font.c:42:
  1659. 17:06.64 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairoint.h:57:
  1660. 17:06.64 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  1661. 17:06.64 In file included from /usr/include/assert.h:35:
  1662. 17:06.64 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  1663. 17:06.64 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  1664. 17:06.64 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1665. 17:06.64   ^
  1666. 17:06.66 BUILDSTATUS BUILD_VERBOSE gfx/cairo/libpixman/src
  1667. 17:06.82 gfx/cairo/libpixman/src
  1668. 17:07.78 1 warning generated.
  1669. 17:08.31 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairo-pdf-surface.c:43:
  1670. 17:08.31 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairoint.h:57:
  1671. 17:08.31 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  1672. 17:08.31 In file included from /usr/include/assert.h:35:
  1673. 17:08.31 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  1674. 17:08.31 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  1675. 17:08.31 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1676. 17:08.31   ^
  1677. 17:08.84 BUILDSTATUS BUILD_VERBOSE gfx/cairo/libpixman/src
  1678. 17:09.22 gfx/2d
  1679. 17:10.15 1 warning generated.
  1680. 17:10.20 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairo-ps-surface.c:57:
  1681. 17:10.20 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairoint.h:57:
  1682. 17:10.20 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  1683. 17:10.20 In file included from /usr/include/assert.h:35:
  1684. 17:10.20 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  1685. 17:10.20 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  1686. 17:10.20 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1687. 17:10.20   ^
  1688. 17:10.21 BUILDSTATUS BUILD_VERBOSE media/mtransport/build
  1689. 17:11.36 1 warning generated.
  1690. 17:11.71 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairo-truetype-subset.c:44:
  1691. 17:11.71 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairoint.h:57:
  1692. 17:11.71 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  1693. 17:11.71 In file included from /usr/include/assert.h:35:
  1694. 17:11.71 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  1695. 17:11.71 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  1696. 17:11.71 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1697. 17:11.71   ^
  1698. 17:12.30 BUILDSTATUS BUILD_VERBOSE media/mtransport/build
  1699. 17:12.30 1 warning generated.
  1700. 17:12.34 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairo-type1-fallback.c:37:
  1701. 17:12.34 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairoint.h:57:
  1702. 17:12.34 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  1703. 17:12.34 In file included from /usr/include/assert.h:35:
  1704. 17:12.34 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  1705. 17:12.34 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  1706. 17:12.34 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1707. 17:12.34   ^
  1708. 17:12.58 BUILDSTATUS BUILD_VERBOSE gfx/2d
  1709. 17:12.75 1 warning generated.
  1710. 17:12.79 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairo-type1-subset.c:43:
  1711. 17:12.79 In file included from /home/hyperion/firefox/gfx/cairo/cairo/src/cairoint.h:57:
  1712. 17:12.79 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/assert.h:3:
  1713. 17:12.79 In file included from /usr/include/assert.h:35:
  1714. 17:12.79 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/system_wrappers/features.h:3:
  1715. 17:12.79 /usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
  1716. 17:12.79 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  1717. 17:12.79   ^
  1718. 17:13.34 1 warning generated.
  1719. 17:14.54 gfx/ycbcr
  1720. 17:18.46 gfx/angle/targets/angle_common
  1721. 17:28.55 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/gfx/cairo/cairo/src/Unified_c_gfx_cairo_cairo_src4.c:11:
  1722. 17:28.55 /home/hyperion/firefox/gfx/cairo/cairo/src/cairo.c:301:16: warning: result of comparison of unsigned enum expression < 0 is always false [-Wtautological-unsigned-enum-zero-compare]
  1723. 17:28.55     if (status < 0 || status > CAIRO_STATUS_LAST_STATUS) {
  1724. 17:28.55         ~~~~~~ ^ ~
  1725. 17:28.69 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/angle_common
  1726. 17:29.32 1 warning generated.
  1727. 17:29.46 gfx/src
  1728. 17:41.67 gfx/gl
  1729. 17:52.42 gfx/layers
  1730. 18:03.87 gfx/layers/apz/test/gtest
  1731. 18:26.65 gfx/graphite2/src
  1732. 18:34.69 gfx/harfbuzz/src
  1733. 18:37.77 gfx/ipc
  1734. 18:41.62 In file included from /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-shape.cc:43:
  1735. 18:41.62 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1213:85: warning: possible misuse of comma operator here [-Wcomma]
  1736. 18:41.62       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  1737. 18:41.62                                                                                     ^
  1738. 18:41.62 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1213:11: note: cast expression to void to silence warning
  1739. 18:41.62       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  1740. 18:41.62           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1741. 18:41.62           static_cast<void>(                                                        )
  1742. 18:41.66 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1850:77: warning: possible misuse of comma operator here [-Wcomma]
  1743. 18:41.66       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  1744. 18:41.66                                                                             ^
  1745. 18:41.66 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1850:11: note: cast expression to void to silence warning
  1746. 18:41.66       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  1747. 18:41.66           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1748. 18:41.66           static_cast<void>(                                                )
  1749. 18:41.73 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-shape.cc:630:5: warning: code will never be executed [-Wunreachable-code]
  1750. 18:41.73     hb_aat_layout_substitute (c->font, c->buffer);
  1751. 18:41.73     ^~~~~~~~~~~~~~~~~~~~~~~~
  1752. 18:41.73 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-shape.cc:629:7: note: silence by adding parentheses to mark code as explicitly dead
  1753. 18:41.73   if (0) /* XXX Call morx instead. */
  1754. 18:41.73       ^
  1755. 18:41.73       /* DISABLES CODE */ ( )
  1756. 18:41.80 BUILDSTATUS BUILD_VERBOSE gfx/layers
  1757. 18:42.57 3 warnings generated.
  1758. 18:43.57 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/gfx/harfbuzz/src/Unified_cpp_gfx_harfbuzz_src1.cpp:11:
  1759. 18:43.57 In file included from /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-shape-fallback.cc:28:
  1760. 18:43.57 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1213:85: warning: possible misuse of comma operator here [-Wcomma]
  1761. 18:43.57       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  1762. 18:43.57                                                                                     ^
  1763. 18:43.57 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1213:11: note: cast expression to void to silence warning
  1764. 18:43.57       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  1765. 18:43.57           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1766. 18:43.57           static_cast<void>(                                                        )
  1767. 18:43.60 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1850:77: warning: possible misuse of comma operator here [-Wcomma]
  1768. 18:43.60       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  1769. 18:43.60                                                                             ^
  1770. 18:43.60 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1850:11: note: cast expression to void to silence warning
  1771. 18:43.60       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  1772. 18:43.60           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1773. 18:43.60           static_cast<void>(                                                )
  1774. 18:43.78 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/gfx/harfbuzz/src/Unified_cpp_gfx_harfbuzz_src0.cpp:56:
  1775. 18:43.78 In file included from /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-face.cc:36:
  1776. 18:43.78 In file included from /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsub-table.hh:32:
  1777. 18:43.78 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1213:85: warning: possible misuse of comma operator here [-Wcomma]
  1778. 18:43.78       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  1779. 18:43.78                                                                                     ^
  1780. 18:43.78 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1213:11: note: cast expression to void to silence warning
  1781. 18:43.78       && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length),
  1782. 18:43.78           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1783. 18:43.78           static_cast<void>(                                                        )
  1784. 18:43.80 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1850:77: warning: possible misuse of comma operator here [-Wcomma]
  1785. 18:43.80       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  1786. 18:43.81                                                                             ^
  1787. 18:43.81 /home/hyperion/firefox/gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh:1850:11: note: cast expression to void to silence warning
  1788. 18:43.81       && (c->buffer->unsafe_to_break_from_outbuffer (start_index, end_index),
  1789. 18:43.81           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1790. 18:43.81           static_cast<void>(                                                )
  1791. 18:45.92 2 warnings generated.
  1792. 19:01.09 2 warnings generated.
  1793. 19:01.22 gfx/vr
  1794. 19:04.65 gfx/vr/service
  1795. 19:14.98 gfx/config
  1796. 19:19.82 gfx/webrender_bindings
  1797. 19:21.74 gfx/skia
  1798. 19:33.38 gfx/sfntly/cpp/src
  1799. 19:36.39 gfx/tests/gtest
  1800. 19:56.44 image
  1801. 20:15.77 /home/hyperion/firefox/gfx/skia/skia/src/core/SkXfermode.cpp:139:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  1802. 20:15.77     return false;
  1803. 20:15.78            ^~~~~
  1804. 20:16.00 1 warning generated.
  1805. 20:34.83 image/build
  1806. 20:44.15 image/decoders
  1807. 20:59.68 image/decoders/icon/gtk
  1808. 21:03.05 image/decoders/icon
  1809. 21:05.75 /home/hyperion/firefox/gfx/skia/skia/src/gpu/effects/GrOvalEffect.cpp:32:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  1810. 21:05.75     return nullptr;
  1811. 21:05.75            ^~~~~~~
  1812. 21:06.02 1 warning generated.
  1813. 21:06.74 image/encoders/ico
  1814. 21:08.32 image/encoders/png
  1815. 21:13.38 image/encoders/jpeg
  1816. 21:15.52 image/encoders/bmp
  1817. 21:17.24 image/test/gtest
  1818. 21:58.87 dom/abort
  1819. 22:03.22 dom/animation
  1820. 22:18.73 dom/base
  1821. 22:21.05 dom/base/test/gtest
  1822. 22:30.24 dom/bindings
  1823. 22:44.23 dom/bindings/test
  1824. 26:06.70 dom/battery
  1825. 26:12.68 dom/browser-element
  1826. 26:25.01 dom/cache
  1827. 26:58.26 dom/canvas/gtest
  1828. 27:06.94 dom/webgpu
  1829. 27:16.61 dom/clients/api
  1830. 27:24.96 dom/clients/manager
  1831. 27:54.38 dom/commandhandler
  1832. 28:00.40 dom/credentialmanagement
  1833. 28:06.42 dom/crypto
  1834. 28:18.89 dom/encoding
  1835. 28:24.42 dom/events
  1836. 28:29.18 dom/fetch
  1837. 28:51.34 dom/file
  1838. 29:10.87 dom/file/ipc
  1839. 29:21.75 dom/file/uri
  1840. 29:24.41 dom/filehandle
  1841. 29:29.71 dom/filesystem
  1842. 29:31.45 dom/filesystem/compat
  1843. 29:37.93 dom/flex
  1844. 29:42.09 dom/gamepad
  1845. 29:44.20 dom/geolocation
  1846. 29:52.52 dom/grid
  1847. 29:56.81 dom/html
  1848. 29:59.94 dom/html/input
  1849. 30:07.18 dom/jsurl
  1850. 30:14.02 dom/asmjscache
  1851. 30:22.61 dom/mathml
  1852. 30:27.64 dom/media
  1853. 32:03.74 dom/media/doctor
  1854. 32:12.32 dom/media/doctor/gtest
  1855. 32:19.39 dom/media/eme
  1856. 32:31.93 dom/media/encoder
  1857. 32:44.23 dom/media/fake-cdm
  1858. 32:48.34 dom/media/fake-cdm/libfake.so
  1859. 32:57.79 dom/media/flac
  1860. 33:06.65 dom/media/gmp
  1861. 33:16.52 dom/media/gmp/widevine-adapter
  1862. 33:19.94 dom/media/gmp-plugin-openh264
  1863. 33:20.92 dom/media/gmp-plugin-openh264/libfakeopenh264.so
  1864. 33:21.12 dom/media/imagecapture
  1865. 33:27.52 dom/media/ipc
  1866. 33:34.95 dom/media/mediacapabilities
  1867. 33:44.28 dom/media/mediasink
  1868. 33:58.20 dom/media/mediasource
  1869. 34:05.66 dom/media/mediasource/gtest
  1870. 34:09.95 dom/media/mp3
  1871. 34:13.49 dom/media/ogg
  1872. 34:17.14 dom/media/platforms
  1873. 34:20.97 dom/media/platforms/agnostic/bytestreams
  1874. 34:24.34 dom/media/platforms/agnostic/eme
  1875. 34:24.71 dom/media/platforms/agnostic/gmp
  1876. 34:31.98 dom/media/platforms/omx
  1877. 34:36.31 dom/media/platforms/ffmpeg/ffvpx
  1878. 34:41.35 dom/media/platforms/ffmpeg
  1879. 34:43.33 dom/media/platforms/ffmpeg/libav53
  1880. 34:44.03 dom/media/platforms/ffmpeg/libav54
  1881. 34:44.53 dom/media/platforms/ffmpeg/libav55
  1882. 34:46.71 dom/media/platforms/ffmpeg/ffmpeg57
  1883. 34:50.32 dom/media/platforms/ffmpeg/ffmpeg58
  1884. 34:50.33 dom/media/systemservices
  1885. 34:50.35 dom/media/wave
  1886. 34:53.24 dom/media/webaudio
  1887. 34:58.00 dom/media/webaudio/blink
  1888. 35:06.13 dom/media/webm
  1889. 35:09.71 dom/media/webrtc
  1890. 35:16.42 dom/media/webspeech/synth
  1891. 35:17.15 dom/media/webspeech/synth/speechd
  1892. 35:20.35 dom/media/webspeech/recognition
  1893. 35:21.52 dom/media/mp4
  1894. 35:25.14 dom/media/bridge
  1895. 35:28.18 dom/media/gtest
  1896. 35:29.82 dom/media/gtest/mp4_demuxer
  1897. 35:30.87 dom/midi
  1898. 35:38.78 dom/notification
  1899. 35:42.29 dom/offline
  1900. 35:46.82 dom/power
  1901. 35:49.90 dom/push
  1902. 35:49.95 dom/quota
  1903. 35:52.65 dom/quota/test/gtest
  1904. 35:55.31 dom/security
  1905. 35:59.13 dom/security/test/gtest
  1906. 36:03.26 dom/security/featurepolicy
  1907. 36:04.68 dom/security/featurepolicy/test/gtest
  1908. 36:08.33 dom/storage
  1909. 36:08.85 dom/svg
  1910. 36:08.99 dom/network
  1911. 36:12.58 dom/permission
  1912. 36:27.40 dom/plugins/base
  1913. 36:36.30 dom/plugins/ipc
  1914. 36:53.56 dom/indexedDB
  1915. 37:13.29 dom/system
  1916. 37:15.21 dom/workers
  1917. 37:23.92 dom/workers/remoteworkers
  1918. 37:36.82 dom/workers/sharedworkers
  1919. 37:38.16 dom/audiochannel
  1920. 37:43.03 dom/broadcastchannel
  1921. 37:46.15 dom/messagechannel
  1922. 37:46.43 dom/promise
  1923. 37:52.76 dom/smil
  1924. 37:55.39 dom/url
  1925. 37:57.26 dom/webauthn
  1926. 38:01.82 dom/xbl
  1927. 38:04.60 dom/xbl/builtin
  1928. 38:08.90 dom/xbl/builtin/unix
  1929. 38:09.76 dom/xml
  1930. 38:10.31 dom/xslt/base
  1931. 38:13.13 dom/xslt/xml
  1932. 38:14.79 dom/xslt/xpath
  1933. 38:18.50 dom/xslt/xslt
  1934. 38:18.78 dom/xul
  1935. 38:19.89 dom/vr
  1936. 38:33.50 dom/u2f
  1937. 38:33.77 dom/console
  1938. 38:36.60 dom/performance
  1939. 38:42.17 dom/webbrowserpersist
  1940. 38:42.19 dom/xhr
  1941. 38:43.77 dom/worklet
  1942. 38:44.89 dom/script
  1943. 38:51.70 dom/payments
  1944. 38:56.11 dom/payments/ipc
  1945. 38:57.50 dom/websocket
  1946. 38:57.83 dom/serviceworkers
  1947. 39:02.24 dom/serviceworkers/test/gtest
  1948. 39:07.94 dom/simpledb
  1949. 39:10.18 dom/reporting
  1950. 39:18.22 dom/reporting/tests/gtest
  1951. 39:22.74 dom/localstorage
  1952. 39:23.15 dom/prio
  1953. 39:27.75 dom/prio/test/gtest
  1954. 39:27.80 dom/presentation
  1955. 39:29.23 dom/presentation/provider
  1956. 39:34.56 dom/plugins/test/testplugin
  1957. 39:36.62 dom/plugins/test/testplugin/secondplugin
  1958. 39:37.76 dom/plugins/test/testplugin/libnptest.so
  1959. 39:38.07 dom/plugins/test/testplugin/thirdplugin
  1960. 39:39.28 dom/plugins/test/testplugin/secondplugin/libnpsecondtest.so
  1961. 39:39.53 dom/plugins/test/testplugin/flashplugin
  1962. 39:40.67 dom/plugins/test/testplugin/thirdplugin/libnpthirdtest.so
  1963. 39:41.02 view
  1964. 39:42.08 dom/plugins/test/testplugin/flashplugin/libnpswftest.so
  1965. 39:42.46 widget
  1966. 39:46.94 widget/headless
  1967. 39:50.84 widget/gtk
  1968. 40:09.36 widget/gtk/wayland
  1969. 40:09.98 widget/gtk/mozwayland
  1970. 40:10.61 widget/gtk/mozwayland/libmozwayland.so
  1971. 40:10.92 widget/gtkxtbin
  1972. 40:11.85 editor/libeditor
  1973. 40:29.14 editor/spellchecker
  1974. 40:32.71 editor/txmgr
  1975. 40:34.73 editor/txmgr/tests
  1976. 40:38.08 editor/composer
  1977. 40:41.39 layout/style
  1978. 40:45.41 layout/style/test/gtest
  1979. 40:50.49 layout/base
  1980. 40:55.26 layout/base/gtest
  1981. 41:11.83 layout/generic
  1982. 41:25.12 layout/forms
  1983. 41:55.08 layout/tables
  1984. 41:56.68 layout/svg
  1985. 41:58.27 layout/xul
  1986. 42:29.82 layout/xul/tree
  1987. 42:36.78 layout/xul/grid
  1988. 42:44.31 layout/ipc
  1989. 42:46.92 layout/mathml
  1990. 42:56.32 layout/inspector
  1991. 43:03.00 layout/painting
  1992. 43:07.17 layout/printing
  1993. 43:09.05 layout/build
  1994. 43:14.92 docshell/base
  1995. 43:19.36 docshell/base/timeline
  1996. 43:24.13 docshell/shistory
  1997. 43:26.96 docshell/build
  1998. 43:33.03 xpfe/appshell
  1999. 43:38.02 extensions/universalchardet/src/base
  2000. 43:39.65 extensions/universalchardet/src/xpcom
  2001. 43:40.96 accessible/aom
  2002. 43:41.24 accessible/atk
  2003. 43:48.58 accessible/base
  2004. 43:50.65 accessible/generic
  2005. 43:54.10 accessible/html
  2006. 44:04.02 accessible/ipc
  2007. 44:11.32 accessible/ipc/other
  2008. 44:14.94 accessible/xpcom
  2009. 44:22.41 accessible/xul
  2010. 44:27.72 tools/profiler
  2011. 44:34.06 tools/profiler/tests/gtest
  2012. 44:53.99 extensions/spellcheck/hunspell/glue
  2013. 45:01.87 extensions/spellcheck/hunspell/src
  2014. 45:03.68 extensions/spellcheck/src
  2015. 45:04.01 security/manager/ssl/tests/gtest
  2016. 45:04.50 In file included from <built-in>:3:
  2017. 45:04.50 In file included from /home/hyperion/firefox/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h:48:
  2018. 45:04.50 In file included from /home/hyperion/firefox/extensions/spellcheck/hunspell/glue/mozHunspellAllocator.h:10:
  2019. 45:04.50 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/CountingAllocatorBase.h:109:5: warning: instantiation of variable 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' required here, but no definition is available [-Wundefined-var-template]
  2020. 45:04.50     sAmount -= MallocSizeOfOnFree(p);
  2021. 45:04.50     ^
  2022. 45:04.51 /home/hyperion/firefox/extensions/spellcheck/hunspell/src/affentry.cxx:81:5: note: in instantiation of member function 'mozilla::CountingAllocatorBase<HunspellAllocator>::CountingFree' requested here
  2023. 45:04.51     free(c.l.conds2);
  2024. 45:04.52     ^
  2025. 45:04.52 /home/hyperion/firefox/extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h:52:38: note: expanded from macro 'free'
  2026. 45:04.52 #define free(ptr) HunspellAllocator::CountingFree(ptr)
  2027. 45:04.52                                      ^
  2028. 45:04.52 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/CountingAllocatorBase.h:120:21: note: forward declaration of template entity is here
  2029. 45:04.52   static AmountType sAmount;
  2030. 45:04.52                     ^
  2031. 45:04.52 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/mozilla/CountingAllocatorBase.h:109:5: note: add an explicit instantiation declaration to suppress this warning if 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' is explicitly instantiated in another translation unit
  2032. 45:04.52     sAmount -= MallocSizeOfOnFree(p);
  2033. 45:04.52     ^
  2034. 45:04.92 BUILDSTATUS BUILD_VERBOSE security/manager/pki
  2035. 45:09.94 toolkit/components/remote
  2036. 45:15.84 toolkit/components/alerts
  2037. 45:16.79 1 warning generated.
  2038. 45:17.09 toolkit/components/antitracking
  2039. 45:21.93 toolkit/components/backgroundhangmonitor
  2040. 45:23.69 toolkit/components/browser
  2041. 45:24.40 toolkit/components/browser/build
  2042. 45:25.95 toolkit/components/clearsitedata
  2043. 45:26.38 toolkit/components/commandlines
  2044. 45:29.06 toolkit/components/downloads
  2045. 45:29.71 toolkit/components/extensions
  2046. 45:30.07 toolkit/components/extensions/webrequest
  2047. 45:30.32 toolkit/components/finalizationwitness
  2048. 45:32.38 toolkit/components/find
  2049. 45:32.92 toolkit/components/fuzzyfox
  2050. 45:34.91 toolkit/components/jsoncpp/src/lib_json
  2051. 45:41.05 toolkit/components/lz4
  2052. 45:41.06 toolkit/components/mediasniffer
  2053. 45:41.41 toolkit/components/mozintl
  2054. 45:42.15 toolkit/components/osfile
  2055. 45:44.00 toolkit/components/parentalcontrols
  2056. 45:44.51 toolkit/components/perf
  2057. 45:45.58 toolkit/components/places/tests/gtest
  2058. 45:45.87 toolkit/components/places
  2059. 45:45.97 toolkit/components/perfmonitoring
  2060. 45:47.46 toolkit/components/protobuf
  2061. 45:50.27 toolkit/components/reflect
  2062. 45:52.53 toolkit/components/reputationservice
  2063. 45:59.35 toolkit/components/resistfingerprinting
  2064. 46:05.42 toolkit/components/resistfingerprinting/tests
  2065. 46:07.21 toolkit/components/sessionstore
  2066. 46:10.47 toolkit/components/startup
  2067. 46:13.36 toolkit/components/statusfilter
  2068. 46:14.89 toolkit/components/telemetry/geckoview/gtest
  2069. 46:15.08 toolkit/components/telemetry
  2070. 46:15.61 toolkit/components/telemetry/tests/gtest
  2071. 46:21.16 toolkit/components/thumbnails
  2072. 46:23.48 toolkit/components/typeaheadfind
  2073. 46:23.66 toolkit/components/url-classifier
  2074. 46:31.04 toolkit/components/url-classifier/tests/gtest
  2075. 46:43.74 toolkit/components/windowwatcher
  2076. 46:48.05 toolkit/components/ctypes
  2077. 46:48.81 toolkit/components/ctypes/tests
  2078. 46:49.81 toolkit/components/ctypes/tests/libjsctypes-test.so
  2079. 46:49.98 toolkit/components/autocomplete
  2080. 46:50.37 toolkit/components/printingui
  2081. 46:52.71 toolkit/components/printingui/ipc
  2082. 46:55.22 toolkit/components/satchel
  2083. 46:55.99 toolkit/components/terminator
  2084. 46:59.33 toolkit/components/build
  2085. 47:03.26 toolkit/crashreporter
  2086. 47:03.68 toolkit/crashreporter/breakpad-client
  2087. 47:04.62 toolkit/crashreporter/breakpad-client/linux
  2088. 47:04.88 toolkit/crashreporter/google-breakpad/src/common
  2089. 47:06.15 toolkit/crashreporter/google-breakpad/src/common/dwarf
  2090. 47:09.79 toolkit/crashreporter/google-breakpad/src/common/linux
  2091. 47:13.82 toolkit/crashreporter/test/gtest
  2092. 47:13.86 toolkit/crashreporter/google-breakpad/src/processor
  2093. 47:16.13 config/external/nspr/libc
  2094. 47:16.26 config/external/nspr/libc/libplc4.so
  2095. 47:16.56 config/external/sqlite/libmozsqlite3.so
  2096. 47:16.74 other-licenses/snappy
  2097. 47:17.38 gfx/vr/service/openvr
  2098. 47:20.89 browser/components/dirprovider
  2099. 47:21.80 browser/components/about
  2100. 47:23.50 browser/components/shell
  2101. 47:23.84 widget/xremoteclient
  2102. 47:23.85 toolkit/system/unixproxy
  2103. 47:26.30 gfx/ots/src
  2104. 47:28.11 netwerk/dns
  2105. 47:33.58 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/gfx/ots/src/Unified_cpp_gfx_ots_src2.cpp:56:
  2106. 47:33.58 /home/hyperion/firefox/gfx/ots/src/variations.cc:150:18: warning: unused variable 'INNER_INDEX_BIT_COUNT_MASK' [-Wunused-variable]
  2107. 47:33.58   const uint16_t INNER_INDEX_BIT_COUNT_MASK = 0x000F;
  2108. 47:33.58                  ^
  2109. 47:34.10 BUILDSTATUS BUILD_VERBOSE media/mtransport/third_party/nICEr
  2110. 47:34.66 media/mtransport/third_party/nICEr
  2111. 47:37.02 toolkit/recordreplay
  2112. 47:37.54 1 warning generated.
  2113. 47:37.62 startupcache
  2114. 47:37.65 media/mtransport/third_party/nrappkit
  2115. 47:39.83 config/external/lgpllibs/liblgpllibs.so
  2116. 47:40.17 toolkit/profile
  2117. 47:40.28 gfx/thebes
  2118. 47:40.66 toolkit/system/gnome
  2119. 47:41.90 toolkit/mozapps/extensions
  2120. 47:50.33 devtools/shared/heapsnapshot
  2121. 47:50.43 devtools/platform
  2122. 47:52.60 services/crypto/component
  2123. 47:54.77 js/ductwork/debugger
  2124. 47:56.71 security/nss/lib/util
  2125. 48:00.22 security/nss/lib/smime
  2126. 48:05.04 security/nss/lib/pkcs12
  2127. 48:07.46 security/nss/lib/pkcs7
  2128. 48:07.57 /home/hyperion/firefox/security/nss/lib/pkcs7/certread.c:321:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2129. 48:07.57             if (certlen != (seqLen + seqLenLen + 2L)) {
  2130. 48:07.57                 ~~~~~~~ ^   ~~~~~~~~~~~~~~~~~~~~~~~
  2131. 48:07.57 /home/hyperion/firefox/security/nss/lib/pkcs7/certread.c:322:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2132. 48:07.57                 if (certlen > (seqLen + seqLenLen + 2L))
  2133. 48:07.57                     ~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
  2134. 48:07.57 /home/hyperion/firefox/security/nss/lib/pkcs7/certread.c:405:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2135. 48:07.57     while (cl > NS_CERT_HEADER_LEN) {
  2136. 48:07.57            ~~ ^ ~~~~~~~~~~~~~~~~~~
  2137. 48:07.58 /home/hyperion/firefox/security/nss/lib/pkcs7/certread.c:433:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2138. 48:07.58         while (cl >= NS_CERT_TRAILER_LEN) {
  2139. 48:07.58                ~~ ^  ~~~~~~~~~~~~~~~~~~~
  2140. 48:07.66 4 warnings generated.
  2141. 48:09.45 security/nss/lib/pki
  2142. 48:13.35 security/nss/lib/base
  2143. 48:14.76 security/nss/lib/dev
  2144. 48:14.86 /home/hyperion/firefox/security/nss/lib/dev/ckhelper.c:135:45: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2145. 48:14.86                 (obj_template[i].ulValueLen == -1)) {
  2146. 48:14.86                  ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2147. 48:14.88 /home/hyperion/firefox/security/nss/lib/dev/ckhelper.c:445:36: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2148. 48:14.88     if (sha1_hash_attr->ulValueLen == -1) {
  2149. 48:14.88         ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2150. 48:15.00 2 warnings generated.
  2151. 48:15.69 security/nss/lib/cryptohi
  2152. 48:16.76 /home/hyperion/firefox/security/nss/lib/cryptohi/secsign.c:730:24: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
  2153. 48:16.76         if (saltLength > modBytes - hashLength - 2) {
  2154. 48:16.76             ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
  2155. 48:16.90 1 warning generated.
  2156. 48:16.95 security/nss/lib/certdb
  2157. 48:17.18 security/nss/lib/certhigh
  2158. 48:18.04 /home/hyperion/firefox/security/nss/lib/certhigh/certvfy.c:75:20: warning: 'return' will never be executed [-Wunreachable-code-return]
  2159. 48:18.04             return SECSuccess;
  2160. 48:18.04                    ^~~~~~~~~~
  2161. 48:18.06 /home/hyperion/firefox/security/nss/lib/certhigh/certvfy.c:528:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2162. 48:18.06     for (i = 0; i < sizeof(StartComAndWoSignDNs) / sizeof(struct DataAndLength); ++i, dn++) {
  2163. 48:18.06                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2164. 48:18.10 BUILDSTATUS BUILD_VERBOSE gfx/thebes
  2165. 48:18.47 2 warnings generated.
  2166. 48:20.24 security/nss/lib/nss
  2167. 48:21.04 security/nss/lib/pk11wrap
  2168. 48:21.56 security/nss/lib/freebl
  2169. 48:23.10 security/nss/lib/ssl
  2170. 48:23.17 In file included from /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11load.c:30:
  2171. 48:23.17 /home/hyperion/firefox/security/nss/lib/pk11wrap/debug_module.c:352:9: warning: comparison of integers of different signs: 'PRLogModuleLevel' (aka 'enum PRLogModuleLevel') and 'int' [-Wsign-compare]
  2172. 48:23.17         PR_LOG(modlog, level, (format, handle));
  2173. 48:23.17         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2174. 48:23.17 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/nspr/prlog.h:178:11: note: expanded from macro 'PR_LOG'
  2175. 48:23.17       if (PR_LOG_TEST(_module,_level)) { \
  2176. 48:23.17           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  2177. 48:23.17 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/nspr/prlog.h:167:23: note: expanded from macro 'PR_LOG_TEST'
  2178. 48:23.17     ((_module)->level >= (_level))
  2179. 48:23.17      ~~~~~~~~~~~~~~~~ ^   ~~~~~~
  2180. 48:23.17 In file included from /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11load.c:30:
  2181. 48:23.17 /home/hyperion/firefox/security/nss/lib/pk11wrap/debug_module.c:356:9: warning: comparison of integers of different signs: 'PRLogModuleLevel' (aka 'enum PRLogModuleLevel') and 'int' [-Wsign-compare]
  2182. 48:23.17         PR_LOG(modlog, level, (fmtBuf, handle));
  2183. 48:23.17         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2184. 48:23.17 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/nspr/prlog.h:178:11: note: expanded from macro 'PR_LOG'
  2185. 48:23.17       if (PR_LOG_TEST(_module,_level)) { \
  2186. 48:23.18           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  2187. 48:23.18 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/nspr/prlog.h:167:23: note: expanded from macro 'PR_LOG_TEST'
  2188. 48:23.18     ((_module)->level >= (_level))
  2189. 48:23.18      ~~~~~~~~~~~~~~~~ ^   ~~~~~~
  2190. 48:23.33 BUILDSTATUS BUILD_VERBOSE security/nss/lib/ssl
  2191. 48:23.59 /home/hyperion/firefox/security/nss/lib/ssl/dtls13con.c:153:14: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
  2192. 48:23.59     if (sent != buf.len) {
  2193. 48:23.59         ~~~~ ^  ~~~~~~~
  2194. 48:23.68 1 warning generated.
  2195. 48:23.85 /home/hyperion/firefox/security/nss/lib/ssl/dtlscon.c:450:59: warning: comparison of integers of different signs: 'PRUint32' (aka 'unsigned int') and 'PRInt32' (aka 'int') [-Wsign-compare]
  2196. 48:23.85                     for (offset = fragment_offset; offset < end; offset++) {
  2197. 48:23.85                                                    ~~~~~~ ^ ~~~
  2198. 48:23.85 /home/hyperion/firefox/security/nss/lib/ssl/dtlscon.c:471:48: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
  2199. 48:23.85                 if (ss->ssl3.hs.recvdHighWater == ss->ssl3.hs.msg_len) {
  2200. 48:23.85                     ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~
  2201. 48:23.86 /home/hyperion/firefox/security/nss/lib/ssl/dtlscon.c:662:14: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
  2202. 48:23.86     if (sent != len) {
  2203. 48:23.86         ~~~~ ^  ~~~
  2204. 48:23.87 /home/hyperion/firefox/security/nss/lib/ssl/dtlscon.c:1091:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2205. 48:23.87     for (i = 0; i < PR_ARRAY_SIZE(COMMON_MTU_VALUES); i++) {
  2206. 48:23.87                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2207. 48:24.14 4 warnings generated.
  2208. 48:24.25 2 warnings generated.
  2209. 48:24.69 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11merge.c:79:44: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2210. 48:24.69             if (copyTemplate[i].ulValueLen != -1) {
  2211. 48:24.69                 ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2212. 48:24.69 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11merge.c:128:32: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2213. 48:24.69     if (template[0].ulValueLen == -1) {
  2214. 48:24.69         ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2215. 48:24.74 BUILDSTATUS BUILD_VERBOSE security/nss/lib/ssl
  2216. 48:25.05 2 warnings generated.
  2217. 48:25.59 /home/hyperion/firefox/security/nss/lib/ssl/ssl3con.c:2040:37: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2218. 48:25.59         if (rv != SECSuccess || len != ivLen) {
  2219. 48:25.59                                 ~~~ ^  ~~~~~
  2220. 48:25.86 BUILDSTATUS BUILD_VERBOSE security/nss/lib/pk11wrap
  2221. 48:26.02 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11obj.c:1916:72: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2222. 48:26.02     if ((theTemplate[0].ulValueLen == 0) || (theTemplate[0].ulValueLen == -1)) {
  2223. 48:26.02                                              ~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2224. 48:26.50 1 warning generated.
  2225. 48:26.62 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:488:23: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2226. 48:26.62         for (i = 0; i < PR_ARRAY_SIZE(policyFlagList); i++) {
  2227. 48:26.62                     ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2228. 48:26.62 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:491:36: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
  2229. 48:26.62             if ((policy->name_size == length) &&
  2230. 48:26.62                  ~~~~~~~~~~~~~~~~~ ^  ~~~~~~
  2231. 48:26.62 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:520:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2232. 48:26.62     for (i = 0; i < PR_ARRAY_SIZE(sslOptList); i++) {
  2233. 48:26.62                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
  2234. 48:26.62 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:521:31: warning: comparison of integers of different signs: 'int' and 'const unsigned int' [-Wsign-compare]
  2235. 48:26.62         if (policyValueLength == sslOptList[i].name_size &&
  2236. 48:26.62             ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
  2237. 48:26.62 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:590:29: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2238. 48:26.63                 if ((length >= name_size) && (cipher[name_size] == '/')) {
  2239. 48:26.63                      ~~~~~~ ^  ~~~~~~~~~
  2240. 48:26.63 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:593:53: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
  2241. 48:26.63                 if ((newOption || algOpt->name_size == length) &&
  2242. 48:26.63                                   ~~~~~~~~~~~~~~~~~ ^  ~~~~~~
  2243. 48:26.63 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:628:25: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2244. 48:26.63             if ((length > name_size) && cipher[name_size] == '=' &&
  2245. 48:26.63                  ~~~~~~ ^ ~~~~~~~~~
  2246. 48:26.64 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:1563:20: warning: comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2247. 48:26.64         if (ids[i] == -1) {
  2248. 48:26.64             ~~~~~~ ^  ~~
  2249. 48:26.64 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pars.c:1600:20: warning: comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2250. 48:26.65         if (ids[i] == -1) {
  2251. 48:26.65             ~~~~~~ ^  ~~
  2252. 48:27.13 9 warnings generated.
  2253. 48:27.80 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11pqg.c:302:26: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
  2254. 48:27.80         if (vfy->counter != -1) {
  2255. 48:27.80             ~~~~~~~~~~~~ ^  ~~
  2256. 48:27.88 1 warning generated.
  2257. 48:28.20 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11skey.c:964:17: warning: comparison of integers of different signs: 'CK_KEY_TYPE' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2258. 48:28.20     if (keyType != -1) {
  2259. 48:28.20         ~~~~~~~ ^  ~~
  2260. 48:28.44 1 warning generated.
  2261. 48:28.82 1 warning generated.
  2262. 48:29.73 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11slot.c:1111:24: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
  2263. 48:29.73     if (strlen(string) == i && memcmp(string, staticString, i) == 0) {
  2264. 48:29.73         ~~~~~~~~~~~~~~ ^  ~
  2265. 48:29.76 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11slot.c:2543:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2266. 48:29.76     if (tokenNameLen > sizeof(tokenName)) {
  2267. 48:29.76         ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  2268. 48:29.76 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11slot.c:2548:22: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2269. 48:29.76     if (tokenNameLen < sizeof(tokenName)) {
  2270. 48:29.76         ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
  2271. 48:29.88 BUILDSTATUS BUILD_VERBOSE security/nss/lib/ssl
  2272. 48:30.44 3 warnings generated.
  2273. 48:30.57 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11util.c:445:5: warning: code will never be executed [-Wunreachable-code]
  2274. 48:30.57     SECMOD_GetWriteLock(moduleLock);
  2275. 48:30.57     ^~~~~~~~~~~~~~~~~~~
  2276. 48:30.59 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11util.c:1007:15: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2277. 48:30.59     if (count == mod->slotCount) {
  2278. 48:30.59         ~~~~~ ^  ~~~~~~~~~~~~~~
  2279. 48:30.60 /home/hyperion/firefox/security/nss/lib/pk11wrap/pk11util.c:1492:17: warning: comparison of integers of different signs: 'CK_SLOT_ID' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2280. 48:30.60     if (slot_id == -1) {
  2281. 48:30.60         ~~~~~~~ ^  ~~
  2282. 48:30.80 BUILDSTATUS BUILD_VERBOSE security/nss/lib/ssl
  2283. 48:30.89 3 warnings generated.
  2284. 48:32.05 media/libyuv/libyuv
  2285. 48:32.89 /home/hyperion/firefox/security/nss/lib/ssl/sslencode.c:257:64: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2286. 48:32.89     if (ss->sec.ci.sendBuf.space < MAX_SEND_BUF_LENGTH && room < bytes) {
  2287. 48:32.89                                                           ~~~~ ^ ~~~~~
  2288. 48:32.89 /home/hyperion/firefox/security/nss/lib/ssl/sslencode.c:270:18: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  2289. 48:32.89     while (bytes > room) {
  2290. 48:32.89            ~~~~~ ^ ~~~~
  2291. 48:33.01 2 warnings generated.
  2292. 48:34.88 gfx/angle/targets/preprocessor
  2293. 48:35.79 /home/hyperion/firefox/security/nss/lib/ssl/sslsnce.c:1852:30: warning: comparison of integers of different signs: 'PRInt16' (aka 'short') and 'unsigned int' [-Wsign-compare]
  2294. 48:35.79         pwswk->wrapMechIndex == symWrapMechIndex &&
  2295. 48:35.79         ~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~
  2296. 48:36.13 1 warning generated.
  2297. 48:36.56 /home/hyperion/firefox/security/nss/lib/ssl/sslsock.c:1614:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2298. 48:36.56     for (i = 0; i < count; ++i) {
  2299. 48:36.56                 ~ ^ ~~~~~
  2300. 48:36.60 BUILDSTATUS BUILD_VERBOSE security/nss/lib/ssl
  2301. 48:37.37 /home/hyperion/firefox/security/nss/lib/ssl/tls13con.c:4898:31: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUint32' (aka 'unsigned int') [-Wsign-compare]
  2302. 48:37.37     if (IS_DTLS(ss) && toSend > ss->ssl3.cwSpec->earlyDataRemaining) {
  2303. 48:37.37                        ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2304. 48:37.37 /home/hyperion/firefox/security/nss/lib/ssl/tls13con.c:4903:15: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'PRUint32' (aka 'unsigned int') [-Wsign-compare]
  2305. 48:37.37     reduced = PR_MIN(toSend, ss->ssl3.cwSpec->earlyDataRemaining);
  2306. 48:37.38               ^      ~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2307. 48:37.38 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/dist/include/nspr/prtypes.h:195:29: note: expanded from macro 'PR_MIN'
  2308. 48:37.38 #define PR_MIN(x,y)     ((x)<(y)?(x):(y))
  2309. 48:37.38                           ~ ^ ~
  2310. 48:37.38 /home/hyperion/firefox/security/nss/lib/ssl/tls13con.c:5229:23: warning: comparison of integers of different signs: 'unsigned int' and 'PRInt32' (aka 'int') [-Wsign-compare]
  2311. 48:37.38     if (msg->data.len > len) {
  2312. 48:37.38         ~~~~~~~~~~~~~ ^ ~~~
  2313. 48:37.46 1 warning generated.
  2314. 48:37.63 /home/hyperion/firefox/security/nss/lib/ssl/tls13esni.c:591:34: warning: comparison of integers of different signs: 'PRUint64' (aka 'unsigned long') and 'PRTime' (aka 'long') [-Wsign-compare]
  2315. 48:37.63     if ((ss->esniKeys->notBefore > now) || (ss->esniKeys->notAfter < now)) {
  2316. 48:37.63          ~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~
  2317. 48:37.63 /home/hyperion/firefox/security/nss/lib/ssl/tls13esni.c:591:68: warning: comparison of integers of different signs: 'PRUint64' (aka 'unsigned long') and 'PRTime' (aka 'long') [-Wsign-compare]
  2318. 48:37.64     if ((ss->esniKeys->notBefore > now) || (ss->esniKeys->notAfter < now)) {
  2319. 48:37.64                                             ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~
  2320. 48:37.76 2 warnings generated.
  2321. 48:38.29 3 warnings generated.
  2322. 48:38.68 extensions/pref/autoconfig/src
  2323. 48:39.84 /home/hyperion/firefox/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1800:6: warning: code will never be executed [-Wunreachable-code]
  2324. 48:39.84      goto yyerrorlab;
  2325. 48:39.84      ^~~~~~~~~~~~~~~
  2326. 48:39.84 /home/hyperion/firefox/gfx/angle/checkout/src/compiler/preprocessor/ExpressionParser.cpp:1799:21: note: silence by adding parentheses to mark code as explicitly dead
  2327. 48:39.84   if (/*CONSTCOND*/ 0)
  2328. 48:39.84                     ^
  2329. 48:39.84                     /* DISABLES CODE */ ( )
  2330. 48:40.20 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/preprocessor
  2331. 48:40.28 1 warning generated.
  2332. 48:43.23 security/nss/lib/crmf
  2333. 48:43.33 security/nss/lib/mozpkix
  2334. 48:44.00 toolkit/profile/gtest
  2335. 48:46.59 toolkit/mozapps/update/common
  2336. 48:47.51 security/nss/lib/crmf/libcrmf.a
  2337. 48:48.41                                         if ( ! yyg->yy_did_buffer_switch_on_eof )
  2338. 48:48.52                                                ^~~
  2339. 48:48.59 1 warning generated.
  2340. 48:49.05 devtools/shared/heapsnapshot/tests/gtest
  2341. 48:49.56 startupcache/test
  2342. 48:49.67 media/gmp-clearkey/0.1
  2343. 48:50.60 media/gmp-clearkey/0.1/gtest
  2344. 48:53.40 memory/gtest
  2345. 48:53.70 media/mtransport/test
  2346. 48:54.16 media/gmp-clearkey/0.1/libclearkey.so
  2347. 48:54.62 /home/hyperion/firefox/security/nss/lib/freebl/aes-x86.c:152:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2348. 48:54.62     for (i = 1; i < cx->Nr; ++i) {
  2349. 48:54.62                 ~ ^ ~~~~~~
  2350. 48:54.72 1 warning generated.
  2351. 48:55.60 security/nss/lib/dbm/src
  2352. 48:57.25 security/nss/cmd/lib
  2353. 48:57.37 /home/hyperion/firefox/security/nss/cmd/lib/basicutil.c:636:30: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
  2354. 48:57.37     if (errLen > 0 && errLen < sizeof buffer) {
  2355. 48:57.37                       ~~~~~~ ^ ~~~~~~~~~~~~~
  2356. 48:57.37 /home/hyperion/firefox/security/nss/cmd/lib/basicutil.c:640:30: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
  2357. 48:57.37     if (errLen > 0 && errLen < sizeof buffer) {
  2358. 48:57.37                       ~~~~~~ ^ ~~~~~~~~~~~~~
  2359. 48:57.61 2 warnings generated.
  2360. 48:58.67 /home/hyperion/firefox/security/nss/cmd/lib/secutil.c:3415:62: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
  2361. 48:58.67             if (PR_Write(outFile, derCrl->data, derCrl->len) != derCrl->len) {
  2362. 48:58.68                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~
  2363. 48:59.75 1 warning generated.
  2364. 48:59.78 security/nss/lib/softoken/legacydb
  2365. 49:02.05 /home/hyperion/firefox/security/nss/lib/softoken/legacydb/pcertdb.c:4855:13: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2366. 49:02.05     if (len > sizeof(keyBuf)) {
  2367. 49:02.05         ~~~ ^ ~~~~~~~~~~~~~~
  2368. 49:02.22 BUILDSTATUS BUILD_VERBOSE media/mtransport/test
  2369. 49:03.12 1 warning generated.
  2370. 49:03.18 security/nss/lib/ckfw
  2371. 49:05.61 /home/hyperion/firefox/security/nss/lib/ckfw/wrap.c:225:9: warning: code will never be executed [-Wunreachable-code]
  2372. 49:05.61         PRInt32 remainingInstances;
  2373. 49:05.61         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  2374. 49:06.20 1 warning generated.
  2375. 49:06.25 security/nss/lib/softoken
  2376. 49:07.15 /home/hyperion/firefox/security/nss/lib/softoken/lgglue.c:44:26: warning: comparison of integers of different signs: 'unsigned long' and 'int' [-Wsign-compare]
  2377. 49:07.15     if (strlen(orig) + 1 > len) {
  2378. 49:07.15         ~~~~~~~~~~~~~~~~ ^ ~~~
  2379. 49:07.20 1 warning generated.
  2380. 49:07.98 /home/hyperion/firefox/security/nss/lib/softoken/pkcs11.c:2393:21: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  2381. 49:07.99     if (moduleIndex != index) {
  2382. 49:07.99         ~~~~~~~~~~~ ^  ~~~~~
  2383. 49:08.02 /home/hyperion/firefox/security/nss/lib/softoken/pkcs11.c:4446:69: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2384. 49:08.02                 if (pTemplate[i].pValue && (pTemplate[i].ulValueLen != -1)) {
  2385. 49:08.02                                             ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2386. 49:08.97 BUILDSTATUS BUILD_VERBOSE media/mtransport/test
  2387. 49:09.02 2 warnings generated.
  2388. 49:11.88 /home/hyperion/firefox/security/nss/lib/softoken/sftkdb.c:344:69: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2389. 49:11.88         if ((template[i].pValue == NULL) || (template[i].ulValueLen == -1)) {
  2390. 49:11.88                                              ~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2391. 49:11.90 /home/hyperion/firefox/security/nss/lib/softoken/sftkdb.c:1626:70: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2392. 49:11.90         while (i < known_attributes_size && (ptemplate[i].ulValueLen == -1)) {
  2393. 49:11.90                                              ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2394. 49:12.72 2 warnings generated.
  2395. 49:13.09 /home/hyperion/firefox/security/nss/lib/softoken/sftkpwd.c:902:38: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2396. 49:13.09         if ((authAttrs[i].ulValueLen == -1) || (authAttrs[i].ulValueLen == 0)) {
  2397. 49:13.09              ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2398. 49:13.09 /home/hyperion/firefox/security/nss/lib/softoken/sftkpwd.c:927:38: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2399. 49:13.09         if ((authAttrs[i].ulValueLen == -1) || (authAttrs[i].ulValueLen == 0)) {
  2400. 49:13.09              ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2401. 49:13.09 /home/hyperion/firefox/security/nss/lib/softoken/sftkpwd.c:993:38: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
  2402. 49:13.09         if ((privAttrs[i].ulValueLen == -1) || (privAttrs[i].ulValueLen == 0)) {
  2403. 49:13.10              ~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
  2404. 49:13.30 3 warnings generated.
  2405. 49:22.10 security/nss/lib/jar
  2406. 49:22.33 /home/hyperion/firefox/security/nss/lib/jar/jar.c:426:37: warning: comparison of integers of different signs: 'jarType' and 'int' [-Wsign-compare]
  2407. 49:22.33             if (!*it || (*it)->type != finding)
  2408. 49:22.33                         ~~~~~~~~~~~ ^  ~~~~~~~
  2409. 49:22.33 /home/hyperion/firefox/security/nss/lib/jar/jar.c:465:31: warning: comparison of integers of different signs: 'jarType' and 'int' [-Wsign-compare]
  2410. 49:22.33         if (link->thing->type == type) {
  2411. 49:22.33             ~~~~~~~~~~~~~~~~~ ^  ~~~~
  2412. 49:22.45 2 warnings generated.
  2413. 49:22.57 /home/hyperion/firefox/security/nss/lib/jar/jarfile.c:328:45: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
  2414. 49:22.57             if (JAR_FREAD(fp, inbuf, chunk) != chunk) {
  2415. 49:22.57                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~
  2416. 49:22.57 /home/hyperion/firefox/security/nss/lib/jar/jarfile.c:580:21: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  2417. 49:22.57             if (num != phy->length) {
  2418. 49:22.57                 ~~~ ^  ~~~~~~~~~~~
  2419. 49:22.57 /home/hyperion/firefox/security/nss/lib/jar/jarfile.c:704:55: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
  2420. 49:22.57             if (JAR_FREAD(fp, filename, filename_len) != filename_len) {
  2421. 49:22.57                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
  2422. 49:22.57 /home/hyperion/firefox/security/nss/lib/jar/jarfile.c:770:59: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned int' [-Wsign-compare]
  2423. 49:22.57                 if (JAR_FREAD(fp, filename, filename_len) != filename_len) {
  2424. 49:22.57                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~
  2425. 49:22.57 /home/hyperion/firefox/security/nss/lib/jar/jarfile.c:833:53: warning: comparison of integers of different signs: 'PRInt32' (aka 'int') and 'unsigned long' [-Wsign-compare]
  2426. 49:22.57         if (JAR_FREAD(fp, &tarball, sizeof tarball) < sizeof tarball)
  2427. 49:22.57             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
  2428. 49:22.76 5 warnings generated.
  2429. 49:23.58 media/webrtc/trunk/third_party/gflags
  2430. 49:25.59 memory/build
  2431. 49:25.64 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/third_party/gflags/gflags_gflags/Unified_cpp_third_party_gflags0.cpp:11:
  2432. 49:25.64 /home/hyperion/firefox/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:327:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
  2433. 49:25.64     case 2: options->flag_location_substring_search = true;
  2434. 49:25.64     ^
  2435. 49:25.64 /home/hyperion/firefox/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:327:5: note: insert 'MOZ_FALLTHROUGH;' to silence this warning
  2436. 49:25.64     case 2: options->flag_location_substring_search = true;
  2437. 49:25.64     ^
  2438. 49:25.64     MOZ_FALLTHROUGH;
  2439. 49:25.64 /home/hyperion/firefox/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:327:5: note: insert 'break;' to avoid fall-through
  2440. 49:25.64     case 2: options->flag_location_substring_search = true;
  2441. 49:25.64     ^
  2442. 49:25.64     break;
  2443. 49:25.64 /home/hyperion/firefox/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:328:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
  2444. 49:25.64     case 1: options->flag_name_substring_search = true;
  2445. 49:25.64     ^
  2446. 49:25.64 /home/hyperion/firefox/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:328:5: note: insert 'MOZ_FALLTHROUGH;' to silence this warning
  2447. 49:25.64     case 1: options->flag_name_substring_search = true;
  2448. 49:25.64     ^
  2449. 49:25.64     MOZ_FALLTHROUGH;
  2450. 49:25.65 /home/hyperion/firefox/media/webrtc/trunk/third_party/gflags/src/gflags_completions.cc:328:5: note: insert 'break;' to avoid fall-through
  2451. 49:25.65     case 1: options->flag_name_substring_search = true;
  2452. 49:25.65     ^
  2453. 49:25.65     break;
  2454. 49:25.68 mfbt/tests/TestArray
  2455. 49:25.68 mfbt/tests
  2456. 49:25.74 mfbt/tests/TestArrayUtils
  2457. 49:25.84 In file included from /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/third_party/gflags/gflags_gflags/Unified_cpp_third_party_gflags0.cpp:2:
  2458. 49:25.84 /home/hyperion/firefox/media/webrtc/trunk/third_party/gflags/src/gflags.cc:281:53: warning: unused typedef 'true_false_equal' [-Wunused-local-typedef]
  2459. 49:25.84     COMPILE_ASSERT(sizeof(kTrue) == sizeof(kFalse), true_false_equal);
  2460. 49:25.84                                                     ^
  2461. 49:26.37 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  2462. 49:26.79 modules/brotli
  2463. 49:27.45 modules/brotli/brotli
  2464. 49:28.55 mfbt/tests/TestBloomFilter
  2465. 49:29.13 3 warnings generated.
  2466. 49:29.35 xpcom/tests/TestArguments
  2467. 49:29.35 xpcom/tests/TestBlockingProcess
  2468. 49:29.41 other-licenses/bsdiff
  2469. 49:29.57 xpcom/tests/TestPRIntN
  2470. 49:29.75 xpcom/tests/TestQuickReturn
  2471. 49:29.83 other-licenses/bsdiff/mbsdiff
  2472. 49:29.90 xpcom/tests/TestUnicodeArguments
  2473. 49:30.22 tools/power
  2474. 49:30.32 security/manager/ssl/tests/unit/tlsserver/lib
  2475. 49:30.54 toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms
  2476. 49:31.21 tools/power/rapl
  2477. 49:31.24 toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/dump_syms
  2478. 49:32.02 toolkit/crashreporter/client
  2479. 49:33.19 toolkit/mozapps/update/updater/bspatch
  2480. 49:33.43 mfbt/tests/TestDefineEnum
  2481. 49:33.65 toolkit/mozapps/update/tests/TestAUSHelper
  2482. 49:33.73 mfbt/tests/TestEndian
  2483. 49:33.85 toolkit/mozapps/update/tests
  2484. 49:34.51 testing/tools/screenshot
  2485. 49:34.71 toolkit/mozapps/update/tests/TestAUSReadStrings
  2486. 49:35.12 testing/tools/screenshot/screentopng
  2487. 49:35.15 mfbt/tests/TestEnumeratedArray
  2488. 49:35.49 mfbt/tests/TestEnumTypeTraits
  2489. 49:35.61 media/ffvpx/libavcodec
  2490. 49:35.72 In file included from <built-in>:2:
  2491. 49:35.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2492. 49:35.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2493. 49:35.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2494. 49:35.72 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2495. 49:35.72 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2496. 49:35.72 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2497. 49:35.73 #define HAVE_LINUX_PERF_EVENT_H 0
  2498. 49:35.73         ^
  2499. 49:35.73 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2500. 49:35.73 #define HAVE_LINUX_PERF_EVENT_H 1
  2501. 49:35.73         ^
  2502. 49:35.85 1 warning generated.
  2503. 49:35.92 In file included from <built-in>:2:
  2504. 49:35.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2505. 49:35.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2506. 49:35.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2507. 49:35.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2508. 49:35.92 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2509. 49:35.92 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2510. 49:35.92 #define HAVE_LINUX_PERF_EVENT_H 0
  2511. 49:35.93         ^
  2512. 49:35.93 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2513. 49:35.93 #define HAVE_LINUX_PERF_EVENT_H 1
  2514. 49:35.93         ^
  2515. 49:35.96 1 warning generated.
  2516. 49:36.03 In file included from <built-in>:2:
  2517. 49:36.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2518. 49:36.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2519. 49:36.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2520. 49:36.03 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2521. 49:36.03 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2522. 49:36.04 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2523. 49:36.04 #define HAVE_LINUX_PERF_EVENT_H 0
  2524. 49:36.04         ^
  2525. 49:36.04 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2526. 49:36.04 #define HAVE_LINUX_PERF_EVENT_H 1
  2527. 49:36.04         ^
  2528. 49:36.09 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  2529. 49:36.19 mfbt/tests/TestFunctionRef
  2530. 49:36.33 1 warning generated.
  2531. 49:36.41 In file included from <built-in>:2:
  2532. 49:36.41 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2533. 49:36.41 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2534. 49:36.41 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2535. 49:36.41 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2536. 49:36.41 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2537. 49:36.41 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2538. 49:36.41 #define HAVE_LINUX_PERF_EVENT_H 0
  2539. 49:36.41         ^
  2540. 49:36.41 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2541. 49:36.41 #define HAVE_LINUX_PERF_EVENT_H 1
  2542. 49:36.41         ^
  2543. 49:36.45 1 warning generated.
  2544. 49:36.53 In file included from <built-in>:2:
  2545. 49:36.53 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2546. 49:36.53 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2547. 49:36.53 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2548. 49:36.53 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2549. 49:36.53 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2550. 49:36.53 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2551. 49:36.53 #define HAVE_LINUX_PERF_EVENT_H 0
  2552. 49:36.53         ^
  2553. 49:36.53 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2554. 49:36.53 #define HAVE_LINUX_PERF_EVENT_H 1
  2555. 49:36.53         ^
  2556. 49:36.70 mfbt/tests/TestIntegerPrintfMacros
  2557. 49:36.76 1 warning generated.
  2558. 49:36.83 In file included from <built-in>:2:
  2559. 49:36.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2560. 49:36.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2561. 49:36.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2562. 49:36.83 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2563. 49:36.83 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2564. 49:36.83 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2565. 49:36.83 #define HAVE_LINUX_PERF_EVENT_H 0
  2566. 49:36.84         ^
  2567. 49:36.84 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2568. 49:36.84 #define HAVE_LINUX_PERF_EVENT_H 1
  2569. 49:36.84         ^
  2570. 49:36.88 mfbt/tests/TestIntegerRange
  2571. 49:36.90 1 warning generated.
  2572. 49:36.98 In file included from <built-in>:2:
  2573. 49:36.98 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2574. 49:36.98 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2575. 49:36.98 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2576. 49:36.98 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2577. 49:36.98 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2578. 49:36.98 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2579. 49:36.98 #define HAVE_LINUX_PERF_EVENT_H 0
  2580. 49:36.98         ^
  2581. 49:36.98 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2582. 49:36.98 #define HAVE_LINUX_PERF_EVENT_H 1
  2583. 49:36.98         ^
  2584. 49:37.04 1 warning generated.
  2585. 49:37.10 In file included from <built-in>:2:
  2586. 49:37.10 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2587. 49:37.10 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2588. 49:37.10 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2589. 49:37.10 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2590. 49:37.10 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2591. 49:37.10 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2592. 49:37.10 #define HAVE_LINUX_PERF_EVENT_H 0
  2593. 49:37.10         ^
  2594. 49:37.10 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2595. 49:37.10 #define HAVE_LINUX_PERF_EVENT_H 1
  2596. 49:37.10         ^
  2597. 49:37.12 BUILDSTATUS BUILD_VERBOSE media/ffvpx/libavcodec
  2598. 49:37.17 toolkit/crashreporter/client/crashreporter
  2599. 49:37.18 In file included from <built-in>:2:
  2600. 49:37.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2601. 49:37.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2602. 49:37.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2603. 49:37.18 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2604. 49:37.19 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2605. 49:37.19 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2606. 49:37.19 #define HAVE_LINUX_PERF_EVENT_H 0
  2607. 49:37.19         ^
  2608. 49:37.19 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2609. 49:37.19 #define HAVE_LINUX_PERF_EVENT_H 1
  2610. 49:37.19         ^
  2611. 49:37.23 mfbt/tests/TestLinkedList
  2612. 49:37.25 1 warning generated.
  2613. 49:37.28 1 warning generated.
  2614. 49:37.33 In file included from <built-in>:2:
  2615. 49:37.33 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2616. 49:37.33 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2617. 49:37.33 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2618. 49:37.33 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2619. 49:37.33 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2620. 49:37.33 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2621. 49:37.33 #define HAVE_LINUX_PERF_EVENT_H 0
  2622. 49:37.33         ^
  2623. 49:37.33 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2624. 49:37.33 #define HAVE_LINUX_PERF_EVENT_H 1
  2625. 49:37.33         ^
  2626. 49:37.37 In file included from <built-in>:2:
  2627. 49:37.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2628. 49:37.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2629. 49:37.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2630. 49:37.37 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2631. 49:37.37 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2632. 49:37.37 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2633. 49:37.37 #define HAVE_LINUX_PERF_EVENT_H 0
  2634. 49:37.37         ^
  2635. 49:37.37 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2636. 49:37.37 #define HAVE_LINUX_PERF_EVENT_H 1
  2637. 49:37.37         ^
  2638. 49:37.39 /home/hyperion/firefox/media/ffvpx/libavcodec/decode.c:1351:13: warning: variable 'ret' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  2639. 49:37.39         if (i == n) {
  2640. 49:37.39             ^~~~~~
  2641. 49:37.40 /home/hyperion/firefox/media/ffvpx/libavcodec/decode.c:1432:12: note: uninitialized use occurs here
  2642. 49:37.40     return ret;
  2643. 49:37.40            ^~~
  2644. 49:37.40 /home/hyperion/firefox/media/ffvpx/libavcodec/decode.c:1351:9: note: remove the 'if' if its condition is always false
  2645. 49:37.40         if (i == n) {
  2646. 49:37.40         ^~~~~~~~~~~~~
  2647. 49:37.40 /home/hyperion/firefox/media/ffvpx/libavcodec/decode.c:1303:5: note: variable 'ret' is declared here
  2648. 49:37.40     enum AVPixelFormat ret, user_choice;
  2649. 49:37.40     ^
  2650. 49:37.42 BUILDSTATUS BUILD_VERBOSE browser/components/build
  2651. 49:37.44 1 warning generated.
  2652. 49:37.66 security/sandbox/linux
  2653. 49:38.00 2 warnings generated.
  2654. 49:38.08 In file included from <built-in>:2:
  2655. 49:38.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2656. 49:38.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2657. 49:38.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2658. 49:38.08 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2659. 49:38.08 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2660. 49:38.08 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2661. 49:38.08 #define HAVE_LINUX_PERF_EVENT_H 0
  2662. 49:38.08         ^
  2663. 49:38.08 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2664. 49:38.08 #define HAVE_LINUX_PERF_EVENT_H 1
  2665. 49:38.08         ^
  2666. 49:38.23 mfbt/tests/TestMacroArgs
  2667. 49:38.45 mfbt/tests/TestMacroForEach
  2668. 49:38.56 1 warning generated.
  2669. 49:38.92 In file included from <built-in>:2:
  2670. 49:38.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2671. 49:38.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2672. 49:38.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2673. 49:38.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2674. 49:38.92 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2675. 49:38.92 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2676. 49:38.92 #define HAVE_LINUX_PERF_EVENT_H 0
  2677. 49:38.92         ^
  2678. 49:38.92 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2679. 49:38.92 #define HAVE_LINUX_PERF_EVENT_H 1
  2680. 49:38.92         ^
  2681. 49:39.02 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  2682. 49:39.07 1 warning generated.
  2683. 49:39.15 In file included from <built-in>:2:
  2684. 49:39.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2685. 49:39.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2686. 49:39.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2687. 49:39.15 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2688. 49:39.15 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2689. 49:39.15 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2690. 49:39.15 #define HAVE_LINUX_PERF_EVENT_H 0
  2691. 49:39.15         ^
  2692. 49:39.15 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2693. 49:39.15 #define HAVE_LINUX_PERF_EVENT_H 1
  2694. 49:39.15         ^
  2695. 49:39.18 1 warning generated.
  2696. 49:39.22 mfbt/tests/TestNonDereferenceable
  2697. 49:39.26 In file included from <built-in>:2:
  2698. 49:39.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2699. 49:39.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2700. 49:39.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2701. 49:39.26 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2702. 49:39.26 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2703. 49:39.26 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2704. 49:39.26 #define HAVE_LINUX_PERF_EVENT_H 0
  2705. 49:39.26         ^
  2706. 49:39.26 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2707. 49:39.26 #define HAVE_LINUX_PERF_EVENT_H 1
  2708. 49:39.26         ^
  2709. 49:39.95 1 warning generated.
  2710. 49:40.14 In file included from <built-in>:2:
  2711. 49:40.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2712. 49:40.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2713. 49:40.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2714. 49:40.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2715. 49:40.14 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2716. 49:40.15 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2717. 49:40.15 #define HAVE_LINUX_PERF_EVENT_H 0
  2718. 49:40.15         ^
  2719. 49:40.15 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2720. 49:40.15 #define HAVE_LINUX_PERF_EVENT_H 1
  2721. 49:40.15         ^
  2722. 49:40.16 js/src/build/libjs_static.a
  2723. 49:40.24 mfbt/tests/TestNotNull
  2724. 49:40.43 mfbt/tests/TestPair
  2725. 49:40.64 1 warning generated.
  2726. 49:40.69 In file included from <built-in>:2:
  2727. 49:40.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2728. 49:40.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2729. 49:40.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2730. 49:40.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2731. 49:40.69 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2732. 49:40.69 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2733. 49:40.69 #define HAVE_LINUX_PERF_EVENT_H 0
  2734. 49:40.69         ^
  2735. 49:40.69 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2736. 49:40.69 #define HAVE_LINUX_PERF_EVENT_H 1
  2737. 49:40.69         ^
  2738. 49:40.71 1 warning generated.
  2739. 49:40.82 In file included from <built-in>:2:
  2740. 49:40.82 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2741. 49:40.82 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2742. 49:40.82 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2743. 49:40.82 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2744. 49:40.82 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2745. 49:40.83 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2746. 49:40.83 #define HAVE_LINUX_PERF_EVENT_H 0
  2747. 49:40.83         ^
  2748. 49:40.83 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2749. 49:40.83 #define HAVE_LINUX_PERF_EVENT_H 1
  2750. 49:40.83         ^
  2751. 49:42.56 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  2752. 49:45.00 mfbt/tests/TestSaturate
  2753. 49:45.05 1 warning generated.
  2754. 49:45.43 In file included from <built-in>:2:
  2755. 49:45.43 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2756. 49:45.44 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2757. 49:45.44 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2758. 49:45.44 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2759. 49:45.44 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2760. 49:45.44 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2761. 49:45.44 #define HAVE_LINUX_PERF_EVENT_H 0
  2762. 49:45.44         ^
  2763. 49:45.44 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2764. 49:45.44 #define HAVE_LINUX_PERF_EVENT_H 1
  2765. 49:45.44         ^
  2766. 49:45.51 1 warning generated.
  2767. 49:45.67 In file included from <built-in>:2:
  2768. 49:45.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2769. 49:45.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2770. 49:45.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2771. 49:45.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2772. 49:45.67 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2773. 49:45.67 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2774. 49:45.67 #define HAVE_LINUX_PERF_EVENT_H 0
  2775. 49:45.67         ^
  2776. 49:45.67 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2777. 49:45.68 #define HAVE_LINUX_PERF_EVENT_H 1
  2778. 49:45.68         ^
  2779. 49:45.74 1 warning generated.
  2780. 49:45.83 mfbt/tests/TestScopeExit
  2781. 49:46.13 In file included from <built-in>:2:
  2782. 49:46.13 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2783. 49:46.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2784. 49:46.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2785. 49:46.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2786. 49:46.14 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2787. 49:46.14 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2788. 49:46.14 #define HAVE_LINUX_PERF_EVENT_H 0
  2789. 49:46.14         ^
  2790. 49:46.14 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2791. 49:46.14 #define HAVE_LINUX_PERF_EVENT_H 1
  2792. 49:46.14         ^
  2793. 49:46.16 1 warning generated.
  2794. 49:46.30 In file included from <built-in>:2:
  2795. 49:46.30 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2796. 49:46.31 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2797. 49:46.31 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2798. 49:46.31 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2799. 49:46.31 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2800. 49:46.31 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2801. 49:46.31 #define HAVE_LINUX_PERF_EVENT_H 0
  2802. 49:46.31         ^
  2803. 49:46.31 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2804. 49:46.31 #define HAVE_LINUX_PERF_EVENT_H 1
  2805. 49:46.31         ^
  2806. 49:46.33 1 warning generated.
  2807. 49:46.35 mfbt/tests/TestSHA1
  2808. 49:46.46 In file included from <built-in>:2:
  2809. 49:46.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2810. 49:46.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2811. 49:46.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2812. 49:46.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2813. 49:46.47 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2814. 49:46.47 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2815. 49:46.47 #define HAVE_LINUX_PERF_EVENT_H 0
  2816. 49:46.47         ^
  2817. 49:46.47 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2818. 49:46.47 #define HAVE_LINUX_PERF_EVENT_H 1
  2819. 49:46.47         ^
  2820. 49:46.62 1 warning generated.
  2821. 49:46.74 In file included from <built-in>:2:
  2822. 49:46.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2823. 49:46.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2824. 49:46.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2825. 49:46.74 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2826. 49:46.74 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2827. 49:46.75 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2828. 49:46.75 #define HAVE_LINUX_PERF_EVENT_H 0
  2829. 49:46.75         ^
  2830. 49:46.75 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2831. 49:46.75 #define HAVE_LINUX_PERF_EVENT_H 1
  2832. 49:46.75         ^
  2833. 49:46.81 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  2834. 49:46.93 1 warning generated.
  2835. 49:47.09 In file included from <built-in>:2:
  2836. 49:47.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2837. 49:47.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2838. 49:47.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2839. 49:47.09 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2840. 49:47.09 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2841. 49:47.09 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2842. 49:47.09 #define HAVE_LINUX_PERF_EVENT_H 0
  2843. 49:47.09         ^
  2844. 49:47.09 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2845. 49:47.10 #define HAVE_LINUX_PERF_EVENT_H 1
  2846. 49:47.10         ^
  2847. 49:47.11 1 warning generated.
  2848. 49:47.19 mfbt/tests/TestSplayTree
  2849. 49:47.32 In file included from <built-in>:2:
  2850. 49:47.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2851. 49:47.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2852. 49:47.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2853. 49:47.32 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2854. 49:47.32 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2855. 49:47.32 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2856. 49:47.32 #define HAVE_LINUX_PERF_EVENT_H 0
  2857. 49:47.32         ^
  2858. 49:47.32 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2859. 49:47.32 #define HAVE_LINUX_PERF_EVENT_H 1
  2860. 49:47.32         ^
  2861. 49:47.40 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  2862. 49:47.42 1 warning generated.
  2863. 49:47.55 In file included from <built-in>:2:
  2864. 49:47.55 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2865. 49:47.55 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2866. 49:47.55 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2867. 49:47.55 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2868. 49:47.55 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2869. 49:47.55 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2870. 49:47.55 #define HAVE_LINUX_PERF_EVENT_H 0
  2871. 49:47.55         ^
  2872. 49:47.55 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2873. 49:47.55 #define HAVE_LINUX_PERF_EVENT_H 1
  2874. 49:47.55         ^
  2875. 49:47.57 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  2876. 49:47.90 1 warning generated.
  2877. 49:47.99 In file included from <built-in>:2:
  2878. 49:47.99 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2879. 49:47.99 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2880. 49:47.99 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2881. 49:47.99 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2882. 49:47.99 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2883. 49:47.99 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2884. 49:47.99 #define HAVE_LINUX_PERF_EVENT_H 0
  2885. 49:47.99         ^
  2886. 49:47.99 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2887. 49:47.99 #define HAVE_LINUX_PERF_EVENT_H 1
  2888. 49:47.99         ^
  2889. 49:48.13 1 warning generated.
  2890. 49:48.23 In file included from <built-in>:2:
  2891. 49:48.24 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2892. 49:48.24 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2893. 49:48.24 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2894. 49:48.24 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2895. 49:48.24 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2896. 49:48.24 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2897. 49:48.24 #define HAVE_LINUX_PERF_EVENT_H 0
  2898. 49:48.24         ^
  2899. 49:48.24 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2900. 49:48.24 #define HAVE_LINUX_PERF_EVENT_H 1
  2901. 49:48.24         ^
  2902. 49:48.26 1 warning generated.
  2903. 49:48.35 In file included from <built-in>:2:
  2904. 49:48.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2905. 49:48.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2906. 49:48.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2907. 49:48.35 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2908. 49:48.35 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2909. 49:48.35 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2910. 49:48.35 #define HAVE_LINUX_PERF_EVENT_H 0
  2911. 49:48.35         ^
  2912. 49:48.35 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2913. 49:48.35 #define HAVE_LINUX_PERF_EVENT_H 1
  2914. 49:48.35         ^
  2915. 49:48.39 1 warning generated.
  2916. 49:48.52 In file included from <built-in>:2:
  2917. 49:48.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2918. 49:48.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2919. 49:48.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2920. 49:48.52 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2921. 49:48.52 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2922. 49:48.52 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2923. 49:48.52 #define HAVE_LINUX_PERF_EVENT_H 0
  2924. 49:48.52         ^
  2925. 49:48.53 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2926. 49:48.53 #define HAVE_LINUX_PERF_EVENT_H 1
  2927. 49:48.53         ^
  2928. 49:48.57 1 warning generated.
  2929. 49:48.70 In file included from <built-in>:2:
  2930. 49:48.70 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2931. 49:48.70 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2932. 49:48.70 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2933. 49:48.70 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2934. 49:48.70 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2935. 49:48.70 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2936. 49:48.70 #define HAVE_LINUX_PERF_EVENT_H 0
  2937. 49:48.70         ^
  2938. 49:48.70 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2939. 49:48.71 #define HAVE_LINUX_PERF_EVENT_H 1
  2940. 49:48.71         ^
  2941. 49:48.79 1 warning generated.
  2942. 49:48.92 In file included from <built-in>:2:
  2943. 49:48.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2944. 49:48.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2945. 49:48.92 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2946. 49:48.93 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2947. 49:48.93 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2948. 49:48.93 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2949. 49:48.93 #define HAVE_LINUX_PERF_EVENT_H 0
  2950. 49:48.93         ^
  2951. 49:48.93 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2952. 49:48.93 #define HAVE_LINUX_PERF_EVENT_H 1
  2953. 49:48.93         ^
  2954. 49:49.89 1 warning generated.
  2955. 49:49.96 In file included from <built-in>:2:
  2956. 49:49.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2957. 49:49.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2958. 49:49.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2959. 49:49.96 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2960. 49:49.96 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2961. 49:49.96 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2962. 49:49.96 #define HAVE_LINUX_PERF_EVENT_H 0
  2963. 49:49.96         ^
  2964. 49:49.97 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2965. 49:49.97 #define HAVE_LINUX_PERF_EVENT_H 1
  2966. 49:49.97         ^
  2967. 49:50.09 mfbt/tests/TestTextUtils
  2968. 49:50.14 1 warning generated.
  2969. 49:50.20 In file included from <built-in>:2:
  2970. 49:50.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2971. 49:50.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2972. 49:50.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2973. 49:50.20 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2974. 49:50.20 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2975. 49:50.20 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2976. 49:50.20 #define HAVE_LINUX_PERF_EVENT_H 0
  2977. 49:50.20         ^
  2978. 49:50.20 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2979. 49:50.21 #define HAVE_LINUX_PERF_EVENT_H 1
  2980. 49:50.21         ^
  2981. 49:50.31 1 warning generated.
  2982. 49:50.39 In file included from <built-in>:2:
  2983. 49:50.39 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2984. 49:50.39 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2985. 49:50.40 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  2986. 49:50.40 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  2987. 49:50.40 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  2988. 49:50.40 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  2989. 49:50.40 #define HAVE_LINUX_PERF_EVENT_H 0
  2990. 49:50.40         ^
  2991. 49:50.40 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  2992. 49:50.40 #define HAVE_LINUX_PERF_EVENT_H 1
  2993. 49:50.40         ^
  2994. 49:50.45 BUILDSTATUS BUILD_VERBOSE mfbt/tests
  2995. 49:50.64 1 warning generated.
  2996. 49:50.81 In file included from <built-in>:2:
  2997. 49:50.81 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  2998. 49:50.81 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  2999. 49:50.81 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3000. 49:50.81 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3001. 49:50.81 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3002. 49:50.81 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3003. 49:50.81 #define HAVE_LINUX_PERF_EVENT_H 0
  3004. 49:50.81         ^
  3005. 49:50.81 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3006. 49:50.81 #define HAVE_LINUX_PERF_EVENT_H 1
  3007. 49:50.81         ^
  3008. 49:51.07 mfbt/tests/TestTypedEnum
  3009. 49:51.77 mfbt/tests/TestTypeTraits
  3010. 49:54.50 1 warning generated.
  3011. 49:54.69 In file included from <built-in>:2:
  3012. 49:54.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3013. 49:54.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3014. 49:54.69 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3015. 49:54.70 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3016. 49:54.70 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3017. 49:54.70 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3018. 49:54.70 #define HAVE_LINUX_PERF_EVENT_H 0
  3019. 49:54.70         ^
  3020. 49:54.70 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3021. 49:54.70 #define HAVE_LINUX_PERF_EVENT_H 1
  3022. 49:54.70         ^
  3023. 49:54.74 1 warning generated.
  3024. 49:54.90 In file included from <built-in>:2:
  3025. 49:54.90 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3026. 49:54.90 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3027. 49:54.91 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3028. 49:54.91 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3029. 49:54.91 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3030. 49:54.91 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3031. 49:54.91 #define HAVE_LINUX_PERF_EVENT_H 0
  3032. 49:54.91         ^
  3033. 49:54.91 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3034. 49:54.91 #define HAVE_LINUX_PERF_EVENT_H 1
  3035. 49:54.91         ^
  3036. 49:54.91 BUILDSTATUS OBJECT_FILE TestVector.o
  3037. 49:55.68 1 warning generated.
  3038. 49:55.84 In file included from <built-in>:2:
  3039. 49:55.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3040. 49:55.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3041. 49:55.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3042. 49:55.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3043. 49:55.84 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3044. 49:55.85 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3045. 49:55.85 #define HAVE_LINUX_PERF_EVENT_H 0
  3046. 49:55.85         ^
  3047. 49:55.85 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3048. 49:55.85 #define HAVE_LINUX_PERF_EVENT_H 1
  3049. 49:55.85         ^
  3050. 49:56.24 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  3051. 49:57.37 1 warning generated.
  3052. 49:57.42 In file included from <built-in>:2:
  3053. 49:57.42 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3054. 49:57.42 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3055. 49:57.42 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3056. 49:57.43 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3057. 49:57.43 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3058. 49:57.43 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3059. 49:57.43 #define HAVE_LINUX_PERF_EVENT_H 0
  3060. 49:57.43         ^
  3061. 49:57.43 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3062. 49:57.43 #define HAVE_LINUX_PERF_EVENT_H 1
  3063. 49:57.43         ^
  3064. 49:57.47 1 warning generated.
  3065. 49:57.66 In file included from <built-in>:2:
  3066. 49:57.66 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3067. 49:57.66 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3068. 49:57.66 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3069. 49:57.66 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3070. 49:57.66 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3071. 49:57.66 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3072. 49:57.66 #define HAVE_LINUX_PERF_EVENT_H 0
  3073. 49:57.66         ^
  3074. 49:57.66 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3075. 49:57.66 #define HAVE_LINUX_PERF_EVENT_H 1
  3076. 49:57.66         ^
  3077. 49:57.73 1 warning generated.
  3078. 49:57.85 In file included from <built-in>:2:
  3079. 49:57.85 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3080. 49:57.85 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3081. 49:57.85 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3082. 49:57.85 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3083. 49:57.85 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3084. 49:57.85 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3085. 49:57.85 #define HAVE_LINUX_PERF_EVENT_H 0
  3086. 49:57.85         ^
  3087. 49:57.85 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3088. 49:57.85 #define HAVE_LINUX_PERF_EVENT_H 1
  3089. 49:57.85         ^
  3090. 49:58.07 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux
  3091. 50:03.97 1 warning generated.
  3092. 50:04.23 In file included from <built-in>:2:
  3093. 50:04.23 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3094. 50:04.23 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3095. 50:04.23 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3096. 50:04.23 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3097. 50:04.23 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3098. 50:04.23 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3099. 50:04.24 #define HAVE_LINUX_PERF_EVENT_H 0
  3100. 50:04.24         ^
  3101. 50:04.24 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3102. 50:04.24 #define HAVE_LINUX_PERF_EVENT_H 1
  3103. 50:04.24         ^
  3104. 50:04.58 1 warning generated.
  3105. 50:04.84 In file included from <built-in>:2:
  3106. 50:04.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3107. 50:04.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3108. 50:04.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3109. 50:04.84 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3110. 50:04.84 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3111. 50:04.84 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3112. 50:04.84 #define HAVE_LINUX_PERF_EVENT_H 0
  3113. 50:04.84         ^
  3114. 50:04.84 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3115. 50:04.84 #define HAVE_LINUX_PERF_EVENT_H 1
  3116. 50:04.84         ^
  3117. 50:05.45 1 warning generated.
  3118. 50:05.47 mfbt/tests/TestAlgorithm
  3119. 50:05.47 mfbt/tests/TestAtomics
  3120. 50:05.67 In file included from <built-in>:2:
  3121. 50:05.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3122. 50:05.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3123. 50:05.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3124. 50:05.67 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3125. 50:05.67 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3126. 50:05.67 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3127. 50:05.67 #define HAVE_LINUX_PERF_EVENT_H 0
  3128. 50:05.67         ^
  3129. 50:05.67 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3130. 50:05.67 #define HAVE_LINUX_PERF_EVENT_H 1
  3131. 50:05.67         ^
  3132. 50:05.80 mfbt/tests/TestBinarySearch
  3133. 50:05.97 mfbt/tests/TestBufferList
  3134. 50:06.14 mfbt/tests/TestCasting
  3135. 50:06.32 mfbt/tests/TestCeilingFloor
  3136. 50:06.48 mfbt/tests/TestCheckedInt
  3137. 50:06.72 mfbt/tests/TestCountPopulation
  3138. 50:06.96 mfbt/tests/TestCountZeroes
  3139. 50:07.20 mfbt/tests/TestDoublyLinkedList
  3140. 50:07.48 mfbt/tests/TestEnumSet
  3141. 50:07.64 mfbt/tests/TestFastBernoulliTrial
  3142. 50:07.82 mfbt/tests/TestFloatingPoint
  3143. 50:08.01 mfbt/tests/TestFunctionTypeTraits
  3144. 50:08.30 mfbt/tests/TestJSONWriter
  3145. 50:08.40 1 warning generated.
  3146. 50:08.42 mfbt/tests/TestMathAlgorithms
  3147. 50:08.61 In file included from <built-in>:2:
  3148. 50:08.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3149. 50:08.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3150. 50:08.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3151. 50:08.61 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3152. 50:08.61 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3153. 50:08.61 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3154. 50:08.61 #define HAVE_LINUX_PERF_EVENT_H 0
  3155. 50:08.61         ^
  3156. 50:08.61 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3157. 50:08.61 #define HAVE_LINUX_PERF_EVENT_H 1
  3158. 50:08.61         ^
  3159. 50:08.69 mfbt/tests/TestMaybe
  3160. 50:08.83 mfbt/tests/TestRandomNum
  3161. 50:08.96 mfbt/tests/TestRange
  3162. 50:09.10 mfbt/tests/TestRefPtr
  3163. 50:09.26 security/nss/lib/util/libnssutil3.so
  3164. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.12' and 'NSSUTIL_3.12.3' in script
  3165. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.12.3' and 'NSSUTIL_3.12.5' in script
  3166. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.12.5' and 'NSSUTIL_3.12.7' in script
  3167. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.12.7' and 'NSSUTIL_3.13' in script
  3168. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.13' and 'NSSUTIL_3.14' in script
  3169. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.14' and 'NSSUTIL_3.15' in script
  3170. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.15' and 'NSSUTIL_3.17.1' in script
  3171. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.17.1' and 'NSSUTIL_3.21' in script
  3172. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.21' and 'NSSUTIL_3.24' in script
  3173. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.24' and 'NSSUTIL_3.25' in script
  3174. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.25' and 'NSSUTIL_3.31' in script
  3175. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.31' and 'NSSUTIL_3.33' in script
  3176. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.33' and 'NSSUTIL_3.38' in script
  3177. 50:09.30 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSUTIL_3.38' and 'NSSUTIL_3.39' in script
  3178. 50:09.38 mfbt/tests/TestResult
  3179. 50:09.57 mfbt/tests/TestRollingMean
  3180. 50:09.63 mfbt/tests/TestSegmentedVector
  3181. 50:09.83 mfbt/tests/TestSmallPointerArray
  3182. 50:10.11 mfbt/tests/TestSPSCQueue
  3183. 50:10.24 mfbt/tests/TestTemplateLib
  3184. 50:10.41 1 warning generated.
  3185. 50:10.51 mfbt/tests/TestThreadSafeWeakPtr
  3186. 50:10.79 In file included from <built-in>:2:
  3187. 50:10.79 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3188. 50:10.79 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3189. 50:10.79 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3190. 50:10.79 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3191. 50:10.79 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3192. 50:10.79 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3193. 50:10.79 #define HAVE_LINUX_PERF_EVENT_H 0
  3194. 50:10.79         ^
  3195. 50:10.79 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3196. 50:10.79 #define HAVE_LINUX_PERF_EVENT_H 1
  3197. 50:10.79         ^
  3198. 50:10.89 mfbt/tests/TestTuple
  3199. 50:10.91 gfx/angle/targets/translator
  3200. 50:11.25 mfbt/tests/TestUniquePtr
  3201. 50:11.95 mfbt/tests/TestUtf8
  3202. 50:12.14 mfbt/tests/TestVariant
  3203. 50:12.34 mfbt/tests/TestVector
  3204. 50:12.54 mfbt/tests/TestWeakPtr
  3205. 50:12.70 mfbt/tests/TestWrappingOperations
  3206. 50:12.87 mfbt/tests/TestXorShift128PlusRNG
  3207. 50:13.03 mfbt/tests/TestPoisonArea
  3208. 50:14.00 1 warning generated.
  3209. 50:14.72 In file included from <built-in>:2:
  3210. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3211. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3212. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3213. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3214. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3215. 50:14.76 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3216. 50:14.76 #define HAVE_LINUX_PERF_EVENT_H 0
  3217. 50:14.76         ^
  3218. 50:14.76 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3219. 50:14.76 #define HAVE_LINUX_PERF_EVENT_H 1
  3220. 50:14.76         ^
  3221. 50:14.76 In file included from <built-in>:2:
  3222. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3223. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3224. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3225. 50:14.76 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3226. 50:14.77 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3227. 50:14.77 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3228. 50:14.77 #define HAVE_LINUX_PERF_EVENT_H 0
  3229. 50:14.77         ^
  3230. 50:14.77 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3231. 50:14.77 #define HAVE_LINUX_PERF_EVENT_H 1
  3232. 50:14.77         ^
  3233. 50:14.91 1 warning generated.
  3234. 50:15.30 1 warning generated.
  3235. 50:15.46 In file included from <built-in>:2:
  3236. 50:15.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3237. 50:15.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3238. 50:15.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3239. 50:15.46 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3240. 50:15.46 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3241. 50:15.46 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3242. 50:15.46 #define HAVE_LINUX_PERF_EVENT_H 0
  3243. 50:15.46         ^
  3244. 50:15.46 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3245. 50:15.46 #define HAVE_LINUX_PERF_EVENT_H 1
  3246. 50:15.47         ^
  3247. 50:16.02 BUILDSTATUS BUILD_VERBOSE media/ffvpx/libavcodec
  3248. 50:16.14 In file included from <built-in>:2:
  3249. 50:16.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3250. 50:16.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3251. 50:16.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3252. 50:16.14 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3253. 50:16.14 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3254. 50:16.14 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3255. 50:16.14 #define HAVE_LINUX_PERF_EVENT_H 0
  3256. 50:16.15         ^
  3257. 50:16.15 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3258. 50:16.15 #define HAVE_LINUX_PERF_EVENT_H 1
  3259. 50:16.15         ^
  3260. 50:16.20 1 warning generated.
  3261. 50:16.36 In file included from <built-in>:2:
  3262. 50:16.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil_visibility.h:26:
  3263. 50:16.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/log.h:25:
  3264. 50:16.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/avutil.h:296:
  3265. 50:16.36 In file included from /home/hyperion/firefox/media/ffvpx/libavutil/common.h:105:
  3266. 50:16.36 In file included from /home/hyperion/firefox/media/ffvpx/config.h:40:
  3267. 50:16.36 /home/hyperion/firefox/media/ffvpx/config_unix64.h:216:9: warning: 'HAVE_LINUX_PERF_EVENT_H' macro redefined [-Wmacro-redefined]
  3268. 50:16.36 #define HAVE_LINUX_PERF_EVENT_H 0
  3269. 50:16.36         ^
  3270. 50:16.36 /home/hyperion/firefox/obj-x86_64-pc-linux-gnu/mozilla-config.h:56:9: note: previous definition is here
  3271. 50:16.36 #define HAVE_LINUX_PERF_EVENT_H 1
  3272. 50:16.36         ^
  3273. 50:16.41 1 warning generated.
  3274. 50:21.11 1 warning generated.
  3275. 50:21.11 media/ffvpx/libavcodec/libmozavcodec.so
  3276. 50:22.20 security/manager/ssl
  3277. 50:30.16 security/sandbox/linux/libmozsandbox.so
  3278. 50:40.19 security/nss/lib/softoken/legacydb/libnssdbm3.so
  3279. 50:40.47 security/nss/lib/softoken/libsoftokn3.so
  3280. 50:40.77 security/nss/lib/sysinit
  3281. 50:41.13 security/nss/lib/ckfw/builtins
  3282. 50:41.66 /home/hyperion/firefox/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]
  3283. 50:41.66                 (len == a->ulValueLen) &&
  3284. 50:41.66                  ~~~ ^  ~~~~~~~~~~~~~
  3285. 50:41.75 1 warning generated.
  3286. 50:42.85 security/nss/lib/ckfw/builtins/libnssckbi.so
  3287. 50:43.32 security/nss/lib/freebl/libfreebl3.so
  3288. 50:43.38 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSprivate_3.11' and 'NSSRAWHASH_3.12.3' in script
  3289. 50:43.75 memory/replace/logalloc/replay
  3290. 50:45.77 memory/replace/logalloc/replay/logalloc-replay
  3291. 50:46.41 mozglue/tests/ShowSSEConfig
  3292. 50:46.67 mozglue/tests
  3293. 50:47.07 mozglue/tests/TestPrintf
  3294. 50:48.79 uriloader/exthandler/tests/WriteArgument
  3295. 50:48.92 toolkit/components/telemetry/pingsender
  3296. 50:49.37 toolkit/crashreporter/minidump-analyzer
  3297. 50:49.81 toolkit/components/telemetry/pingsender/pingsender
  3298. 50:49.92 media/webrtc/trunk/gtest
  3299. 50:50.38 toolkit/mozapps/update/updater
  3300. 50:51.03 toolkit/crashreporter/minidump-analyzer/minidump-analyzer
  3301. 50:51.48 toolkit/mozapps/update/updater/updater-dep
  3302. 50:52.94 toolkit/mozapps/update/updater/updater
  3303. 50:53.65 toolkit/mozapps/update/updater/updater-dep/updater-dep
  3304. 50:54.04 toolkit/mozapps/update/updater/updater-xpcshell
  3305. 50:55.59 toolkit/mozapps/update/updater/updater-xpcshell/updater-xpcshell
  3306. 50:55.86 testing/tools/fileid
  3307. 50:56.74 testing/tools/fileid/fileid
  3308. 50:57.21 browser/app
  3309. 50:59.05 browser/app/firefox
  3310. 51:14.55 toolkit/xre
  3311. 51:17.97 security/sandbox/linux/launch
  3312. 51:22.43 security/nss/lib/nss/libnss3.so
  3313. 51:22.58 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.2' and 'NSS_3.2.1' in script
  3314. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.2.1' and 'NSS_3.3' in script
  3315. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.3' and 'NSS_3.3.1' in script
  3316. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.3.1' and 'NSS_3.4' in script
  3317. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.4' and 'NSS_3.5' in script
  3318. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.5' and 'NSS_3.6' in script
  3319. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.6' and 'NSS_3.7' in script
  3320. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.7' and 'NSS_3.7.1' in script
  3321. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.7.1' and 'NSS_3.8' in script
  3322. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.8' and 'NSS_3.9' in script
  3323. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.9' and 'NSS_3.9.2' in script
  3324. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.9.2' and 'NSS_3.9.3' in script
  3325. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.9.3' and 'NSS_3.10' in script
  3326. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.10' and 'NSS_3.10.2' in script
  3327. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.10.2' and 'NSS_3.11' in script
  3328. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.11' and 'NSS_3.11.1' in script
  3329. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.11.1' and 'NSS_3.11.2' in script
  3330. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.11.2' and 'NSS_3.11.7' in script
  3331. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.11.7' and 'NSS_3.11.9' in script
  3332. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.11.9' and 'NSS_3.12' in script
  3333. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12' and 'NSS_3.12.1' in script
  3334. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.1' and 'NSS_3.12.3' in script
  3335. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.3' and 'NSS_3.12.4' in script
  3336. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.4' and 'NSS_3.12.5' in script
  3337. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.5' and 'NSS_3.12.6' in script
  3338. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.6' and 'NSS_3.12.7' in script
  3339. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.7' and 'NSS_3.12.9' in script
  3340. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.9' and 'NSS_3.12.10' in script
  3341. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.10' and 'NSS_3.13' in script
  3342. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.13' and 'NSS_3.13.2' in script
  3343. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.13.2' and 'NSS_3.14' in script
  3344. 51:22.59 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.14' and 'NSS_3.14.1' in script
  3345. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.14.1' and 'NSS_3.14.3' in script
  3346. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.14.3' and 'NSS_3.15' in script
  3347. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.15' and 'NSS_3.15.4' in script
  3348. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.15.4' and 'NSS_3.16.1' in script
  3349. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.16.1' and 'NSS_3.16.2' in script
  3350. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.16.2' and 'NSS_3.18' in script
  3351. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.18' and 'NSS_3.19' in script
  3352. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.19' and 'NSS_3.19.1' in script
  3353. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.19.1' and 'NSS_3.21' in script
  3354. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.21' and 'NSS_3.22' in script
  3355. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.22' and 'NSS_3.30' in script
  3356. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.30' and 'NSS_3.31' in script
  3357. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.31' and 'NSS_3.33' in script
  3358. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.33' and 'NSS_3.34' in script
  3359. 51:22.60 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.34' and 'NSS_3.39' in script
  3360. 51:37.63                                         if ( ! yyg->yy_did_buffer_switch_on_eof )
  3361. 51:37.63                                                ^~~
  3362. 51:38.27 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux/glue
  3363. 51:38.41 /home/hyperion/firefox/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5087:6: warning: code will never be executed [-Wunreachable-code]
  3364. 51:38.41      goto yyerrorlab;
  3365. 51:38.41      ^~~~~~~~~~~~~~~
  3366. 51:38.41 /home/hyperion/firefox/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:5086:21: note: silence by adding parentheses to mark code as explicitly dead
  3367. 51:38.41   if (/*CONSTCOND*/ 0)
  3368. 51:38.41                     ^
  3369. 51:38.41                     /* DISABLES CODE */ ( )
  3370. 51:38.41 /home/hyperion/firefox/gfx/angle/checkout/src/compiler/translator/glslang_tab.cpp:2401:15: warning: code will never be executed [-Wunreachable-code]
  3371. 51:38.41       yyssp = yyss + yysize - 1;
  3372. 51:38.41               ^~~~
  3373. 51:38.63 BUILDSTATUS BUILD_VERBOSE security/sandbox/linux/glue
  3374. 51:38.92 security/sandbox/linux/glue
  3375. 51:39.18 1 warning generated.
  3376. 51:39.54 2 warnings generated.
  3377. 51:48.33 dom/ipc
  3378. 52:11.77 /home/hyperion/firefox/security/nss/lib/freebl/ec.c:28:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  3379. 52:11.77     for (i = 0; i < sizeof(kMethods) / sizeof(kMethods[0]); ++i) {
  3380. 52:11.77                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3381. 52:11.77 /home/hyperion/firefox/security/nss/lib/freebl/ec.c:102:26: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
  3382. 52:11.77             (pointP->len != (2 * len + 1))) {
  3383. 52:11.77              ~~~~~~~~~~~ ^   ~~~~~~~~~~~
  3384. 52:11.79 /home/hyperion/firefox/security/nss/lib/freebl/ec.c:454:33: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  3385. 52:11.79     } else if (publicValue->len != (2 * len + 1)) {
  3386. 52:11.79                ~~~~~~~~~~~~~~~~ ^   ~~~~~~~~~~~
  3387. 52:12.01 3 warnings generated.
  3388. 52:13.04 /home/hyperion/firefox/security/nss/lib/freebl/ecl/ecp_25519.c:88:19: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  3389. 52:13.04     for (i = 0; i < PR_ARRAY_SIZE(forbiddenValues); ++i) {
  3390. 52:13.04                 ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3391. 52:13.06 1 warning generated.
  3392. 52:19.53 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi.c:2125:17: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  3393. 52:19.53         int j = MP_MIN(k, MP_DIGIT_BIT);
  3394. 52:19.53                 ^~~~~~~~~~~~~~~~~~~~~~~
  3395. 52:19.53 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
  3396. 52:19.53 #define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
  3397. 52:19.53                         ~  ^  ~
  3398. 52:19.54 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi.c:2127:15: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  3399. 52:19.54         if (j < MP_DIGIT_BIT) {
  3400. 52:19.54             ~ ^ ~~~~~~~~~~~~
  3401. 52:19.57 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mpi.c:4595:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long') and 'int' [-Wsign-compare]
  3402. 52:19.57     if (val >= r)
  3403. 52:19.58         ~~~ ^  ~
  3404. 52:21.27 BUILDSTATUS BUILD_VERBOSE gfx/angle/targets/translator
  3405. 52:21.74 3 warnings generated.
  3406. 52:22.05 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mplogic.c:237:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  3407. 52:22.05         for (db = 0; db < sizeof(mp_digit); db++) {
  3408. 52:22.05                      ~~ ^ ~~~~~~~~~~~~~~~~
  3409. 52:22.05 /home/hyperion/firefox/security/nss/lib/freebl/mpi/mplogic.c:268:25: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
  3410. 52:22.05         for (db = 0; db < sizeof(mp_digit); db++) {
  3411. 52:22.06                      ~~ ^ ~~~~~~~~~~~~~~~~
  3412. 52:22.17 2 warnings generated.
  3413. 52:23.25 /home/hyperion/firefox/security/nss/lib/freebl/pqg.c:1644:50: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
  3414. 52:23.25     if ((params->base.len == 0) && (vfy->counter == -1)) {
  3415. 52:23.25                                     ~~~~~~~~~~~~ ^  ~~
  3416. 52:23.25 /home/hyperion/firefox/security/nss/lib/freebl/pqg.c:1702:30: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
  3417. 52:23.25     CHECKPARAM((vfy->counter == -1) || (vfy->counter < counter_max));
  3418. 52:23.25                 ~~~~~~~~~~~~ ^  ~~
  3419. 52:23.25 /home/hyperion/firefox/security/nss/lib/freebl/pqg.c:1628:11: note: expanded from macro 'CHECKPARAM'
  3420. 52:23.25     if (!(cond)) {            \
  3421. 52:23.25           ^~~~
  3422. 52:23.25 /home/hyperion/firefox/security/nss/lib/freebl/pqg.c:1763:29: warning: comparison of integers of different signs: 'const unsigned int' and 'int' [-Wsign-compare]
  3423. 52:23.25     } else if (vfy->counter == -1) {
  3424. 52:23.25                ~~~~~~~~~~~~ ^  ~~
  3425. 52:23.77 3 warnings generated.
  3426. 52:25.61 /home/hyperion/firefox/security/nss/lib/freebl/rsa.c:251:50: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  3427. 52:25.61     if ((unsigned)mpl_significant_bits(&pq_diff) < (keySizeInBits / 2 - 100)) {
  3428. 52:25.61         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~
  3429. 52:25.61 /home/hyperion/firefox/security/nss/lib/freebl/rsa.c:255:43: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
  3430. 52:25.61     if ((unsigned)mpl_significant_bits(d) < (keySizeInBits / 2)) {
  3431. 52:25.61         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
  3432. 52:26.02 2 warnings generated.
  3433. 52:27.67 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:524:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3434. 52:27.67     return PR_FAILURE;
  3435. 52:27.67            ^~~~~~~~~~
  3436. 52:27.67 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:532:5: warning: 'return' will never be executed [-Wunreachable-code-return]
  3437. 52:27.67     return;
  3438. 52:27.67     ^~~~~~
  3439. 52:27.67 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:540:5: warning: 'return' will never be executed [-Wunreachable-code-return]
  3440. 52:27.67     return;
  3441. 52:27.67     ^~~~~~
  3442. 52:27.67 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:556:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3443. 52:27.67     return PR_FAILURE;
  3444. 52:27.67            ^~~~~~~~~~
  3445. 52:27.68 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:564:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3446. 52:27.68     return PR_FAILURE;
  3447. 52:27.68            ^~~~~~~~~~
  3448. 52:27.68 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:572:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3449. 52:27.68     return PR_FAILURE;
  3450. 52:27.68            ^~~~~~~~~~
  3451. 52:27.68 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:588:5: warning: 'return' will never be executed [-Wunreachable-code-return]
  3452. 52:27.68     return;
  3453. 52:27.68     ^~~~~~
  3454. 52:27.68 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:599:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3455. 52:27.68     return PR_FAILURE;
  3456. 52:27.68            ^~~~~~~~~~
  3457. 52:27.68 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:625:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3458. 52:27.69     return SECEqual;
  3459. 52:27.69            ^~~~~~~~
  3460. 52:27.69 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:633:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3461. 52:27.69     return SECFailure;
  3462. 52:27.69            ^~~~~~~~~~
  3463. 52:27.69 /home/hyperion/firefox/security/nss/lib/freebl/stubs.c:641:12: warning: 'return' will never be executed [-Wunreachable-code-return]
  3464. 52:27.69     return SEC_OID_UNKNOWN;
  3465. 52:27.69            ^~~~~~~~~~~~~~~
  3466. 52:27.71 BUILDSTATUS BUILD_VERBOSE media/webrtc/trunk/gtest
  3467. 52:27.78 11 warnings generated.
  3468. 52:32.45 security/nss/lib/freebl/libfreeblpriv3.so
  3469. 52:32.61 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSSprivate_3.11' and 'NSSprivate_3.16' in script
  3470. 52:34.34 security/nss/lib/sysinit/libnsssysinit.so
  3471. 52:34.68 js/src/jsapi-tests
  3472. 53:03.28 js/src/gdb
  3473. 53:08.17 js/src/gdb/gdb-tests
  3474. 53:20.26 security/nss/lib/smime/libsmime3.so
  3475. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.2' and 'NSS_3.2.1' in script
  3476. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.2.1' and 'NSS_3.3' in script
  3477. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.3' and 'NSS_3.4' in script
  3478. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.4' and 'NSS_3.4.1' in script
  3479. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.4.1' and 'NSS_3.6' in script
  3480. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.6' and 'NSS_3.7' in script
  3481. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.7' and 'NSS_3.7.2' in script
  3482. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.7.2' and 'NSS_3.8' in script
  3483. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.8' and 'NSS_3.9' in script
  3484. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.9' and 'NSS_3.9.3' in script
  3485. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.9.3' and 'NSS_3.10' in script
  3486. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.10' and 'NSS_3.12.2' in script
  3487. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.2' and 'NSS_3.12.10' in script
  3488. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.10' and 'NSS_3.13' in script
  3489. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.13' and 'NSS_3.15' in script
  3490. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.15' and 'NSS_3.16' in script
  3491. 53:20.32 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.16' and 'NSS_3.18' in script
  3492. 53:20.95 security/nss/lib/ssl/libssl3.so
  3493. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.2' and 'NSS_3.2.1' in script
  3494. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.2.1' and 'NSS_3.4' in script
  3495. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.4' and 'NSS_3.7.4' in script
  3496. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.7.4' and 'NSS_3.11.4' in script
  3497. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.11.4' and 'NSS_3.11.8' in script
  3498. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.11.8' and 'NSS_3.12.6' in script
  3499. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.6' and 'NSS_3.12.10' in script
  3500. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.12.10' and 'NSS_3.13' in script
  3501. 53:20.98 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.13' and 'NSS_3.13.2' in script
  3502. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.13.2' and 'NSS_3.14' in script
  3503. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.14' and 'NSS_3.15' in script
  3504. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.15' and 'NSS_3.15.4' in script
  3505. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.15.4' and 'NSS_3.20' in script
  3506. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.20' and 'NSS_3.21' in script
  3507. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.21' and 'NSS_3.22' in script
  3508. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.22' and 'NSS_3.23' in script
  3509. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.23' and 'NSS_3.24' in script
  3510. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.24' and 'NSS_3.27' in script
  3511. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.27' and 'NSS_3.28' in script
  3512. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.28' and 'NSS_3.30' in script
  3513. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.30' and 'NSS_3.30.0.1' in script
  3514. 53:20.99 /usr/bin/ld.gold: warning: wildcard match appears in both version 'NSS_3.30.0.1' and 'NSS_3.33' in script
  3515. 55:26.73 dom/canvas
  3516. 55:32.64 js/src/jsapi-tests/jsapi-tests
  3517. 55:45.16 media/webrtc/trunk/gtest/webrtc-gtest
  3518. 55:45.31 security/nss/cmd/certutil
  3519. 55:47.35 security/nss/cmd/certutil/certutil
  3520. 55:55.43 security/nss/cmd/modutil
  3521. 56:00.59 security/nss/cmd/modutil/modutil
  3522. 56:00.80 security/nss/cmd/shlibsign
  3523. 56:02.26 security/nss/cmd/shlibsign/shlibsign
  3524. 56:02.74 security/nss/cmd/pk12util
  3525. 56:03.12 security/nss/cmd/pk12util/pk12util
  3526. 56:05.14 modules/libmar/tool
  3527. 56:05.56 modules/libmar/tool/signmar
  3528. 56:06.24 security/manager/ssl/tests/unit/tlsserver/cmd
  3529. 56:09.81 testing/mochitest/ssltunnel
  3530. 56:12.87 testing/mochitest/ssltunnel/ssltunnel
  3531. 56:13.03 security/manager/ssl/tests/unit/tlsserver/cmd/BadCertServer
  3532. 56:13.03 security/manager/ssl/tests/unit/tlsserver/cmd/GenerateOCSPResponse
  3533. 56:13.17 security/manager/ssl/tests/unit/tlsserver/cmd/OCSPStaplingServer
  3534. 56:14.00 security/manager/ssl/tests/unit/tlsserver/cmd/SymantecSanctionsServer
  3535. 56:22.53 toolkit/library/libxul.so
  3536. 59:23.14 /home/hyperion/firefox/gfx/vr/service/OpenVRSession.cpp:271: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  3537. 59:23.17 /home/hyperion/firefox/gfx/vr/service/OpenVRSession.cpp:286: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  3538. 59:23.17 /home/hyperion/firefox/gfx/vr/service/OpenVRSession.cpp:423: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  3539. 68:30.45 toolkit/crashreporter/test
  3540. 68:30.95 ipc/app
  3541. 68:30.95 js/xpconnect/shell
  3542. 68:45.38 ipc/app/plugin-container
  3543. 68:49.12 toolkit/crashreporter/test/libtestcrasher.so
  3544. 68:51.51 js/xpconnect/shell/xpcshell
  3545. 70:07.81 js/src/build/spidermonkey_checks.stub
  3546. 70:37.49 toolkit/library/dependentlibs.list.stub
  3547. 70:54.24 readelf: Warning: Bogus end-of-siblings marker detected at offset 155df0b3 in .debug_info section
  3548. 70:54.24 readelf: Warning: Bogus end-of-siblings marker detected at offset 155df0b4 in .debug_info section
  3549. 70:54.24 readelf: Warning: Bogus end-of-siblings marker detected at offset 155df0b5 in .debug_info section
  3550. 70:54.24 readelf: Warning: Further warnings about bogus end-of-sibling markers suppressed
  3551. 70:56.75 TEST-PASS | check_spidermonkey_style.py | ok
  3552. 70:57.57 TEST-PASS | check_macroassembler_style.py | ok
  3553. 71:00.37 TEST-PASS | check_js_opcode.py | ok
  3554. 71:48.52 Packaging specialpowers@mozilla.org.xpi...
  3555. 71:49.62 Packaging quitter@mozilla.org.xpi...
  3556. 71:49.81 Packaging mozscreenshots@mozilla.org.xpi...
  3557. 71:49.91 268 compiler warnings present.
  3558. 71:56.81 Overall system resources - Wall time: 4305s; CPU: 75%; Read bytes: 11442610176; Write bytes: 8269414400; Read time: 4847072; Write time: 48929880
  3559. 71:56.81 Swap in/out (MB): 0/16
  3560. 71:58.72 warning: obj-x86_64-pc-linux-gnu/dist/include/mozilla/CountingAllocatorBase.h:109:5 [-Wundefined-var-template] instantiation of variable 'mozilla::CountingAllocatorBase<HunspellAllocator>::sAmount' required here, but no definition is available
  3561. 71:58.72 warning: /usr/include/features.h:184:3 [-W#warnings] "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  3562. 71:58.72 (suppressed 4 warnings in db/sqlite3/src)
  3563. 71:58.72 (suppressed 3 warnings in gfx/angle)
  3564. 71:58.72 (suppressed 1 warnings in gfx/cairo)
  3565. 71:58.72 (suppressed 3 warnings in gfx/harfbuzz)
  3566. 71:58.72 (suppressed 1 warnings in gfx/ots)
  3567. 71:58.72 (suppressed 2 warnings in gfx/skia)
  3568. 71:58.72 (suppressed 7 warnings in intl/icu)
  3569. 71:58.72 (suppressed 9 warnings in js/src/ctypes/libffi)
  3570. 71:58.72 (suppressed 4 warnings in media/ffvpx)
  3571. 71:58.72 (suppressed 1 warnings in media/libopus)
  3572. 71:58.72 (suppressed 4 warnings in media/libsoundtouch)
  3573. 71:58.72 (suppressed 1 warnings in media/libspeex_resampler)
  3574. 71:58.72 (suppressed 33 warnings in media/libtheora)
  3575. 71:58.72 (suppressed 15 warnings in media/webrtc/trunk)
  3576. 71:58.72 (suppressed 1 warnings in modules/woff2)
  3577. 71:58.72 (suppressed 10 warnings in modules/zlib)
  3578. 71:58.72 (suppressed 18 warnings in netwerk/sctp/src)
  3579. 71:58.72 (suppressed 30 warnings in nsprpub)
  3580. 71:58.72 (suppressed 93 warnings in security/nss)
  3581. 72:00.29 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build complete
  3582. To view resource usage of the build, run |mach resource-usage|.
  3583. 72:01.73 We know it took a while, but your build finally finished successfully!
  3584. To take your build for a test drive, run: |mach run|
  3585. For more information on what to do now, see https://developer.mozilla.org/docs/Developer_Guide/So_You_Just_Built_Firefox
  3586. hyperion@hyperion:~/firefox$ echo $?
  3587. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement