Powered by NASA. Your IP: 18.97.9.172 | thunderbird d7183b3b-e86c-4d5f-b079-f2c7a2a11b9aToc:- error 1
5:13.51 error: lto can only be run for executables, cdylibs and static library outputs
- error 2
5:13.70 error: could not compile `audio_thread_priority` (lib) due to 1 previous error
- error 3
12:39.43 gmake[4]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/makefiles/rust.mk:528: force-cargo-library-build] Error 101
- error 4
12:39.44 gmake[3]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/recurse.mk:72: comm/rust/gkrust/target-objects] Error 2
- error 5
15:44.29 gmake[2]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/recurse.mk:34: compile] Error 2
- error 6
15:44.30 gmake[1]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/rules.mk:359: default] Error 2
- error 7
error: Bad exit status from /tmp/B.5zkhkadp/BUILD/tmp/rpm-tmp.aCiE6z (%build)
- error 8
RPM build errors:
- error 9
error: No files produced.
Content: 5:04.63 Compiling mls-rs-identity-x509 v0.15.0 (https://github.com/beurdouche/mls-rs?rev=b747d7efb85a776b97ad8afa8d1b32893fa5efa3#b747d7ef)
5:05.15 Compiling webrender_api v0.62.0 (/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api)
5:05.63 Compiling uniffi_meta v0.29.3
5:05.92 Compiling cubeb v0.30.1
5:06.21 Compiling cargo_metadata v0.19.2
5:06.75 Compiling fluent-fallback v0.7.2
5:09.41 Compiling rusqlite v0.37.0
5:09.54 warning: hiding a lifetime that's elided elsewhere is confusing
5:09.54 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/servo/components/selectors/parser.rs:104:26
5:09.54 |
5:09.54 104 | fn to_ascii_lowercase(s: &str) -> Cow<str> {
5:09.54 | ^^^^ -------- the same lifetime is hidden here
5:09.54 | |
5:09.54 | the lifetime is elided here
5:09.54 |
5:09.54 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:09.54 = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
5:09.54 help: use `'_` for type paths
5:09.54 |
5:09.54 104 | fn to_ascii_lowercase(s: &str) -> Cow<'_, str> {
5:09.54 | +++
5:09.57 warning: hiding a lifetime that's elided elsewhere is confusing
5:09.57 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/servo/components/selectors/parser.rs:1025:17
5:09.57 |
5:09.57 1025 | pub fn iter(&self) -> SelectorIter<Impl> {
5:09.57 | ^^^^^ ------------------ the same lifetime is hidden here
5:09.57 | |
5:09.57 | the lifetime is elided here
5:09.57 |
5:09.57 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:09.57 help: use `'_` for type paths
5:09.57 |
5:09.57 1025 | pub fn iter(&self) -> SelectorIter<'_, Impl> {
5:09.57 | +++
5:09.58 warning: hiding a lifetime that's elided elsewhere is confusing
5:09.58 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/servo/components/selectors/parser.rs:1034:47
5:09.58 |
5:09.58 1034 | pub fn iter_skip_relative_selector_anchor(&self) -> SelectorIter<Impl> {
5:09.58 | ^^^^^ ------------------ the same lifetime is hidden here
5:09.58 | |
5:09.58 | the lifetime is elided here
5:09.58 |
5:09.58 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:09.58 help: use `'_` for type paths
5:09.58 |
5:09.58 1034 | pub fn iter_skip_relative_selector_anchor(&self) -> SelectorIter<'_, Impl> {
5:09.58 | +++
5:09.59 warning: hiding a lifetime that's elided elsewhere is confusing
5:09.59 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/servo/components/selectors/parser.rs:1059:22
5:09.59 |
5:09.59 1059 | pub fn iter_from(&self, offset: usize) -> SelectorIter<Impl> {
5:09.59 | ^^^^^ ------------------ the same lifetime is hidden here
5:09.59 | |
5:09.59 | the lifetime is elided here
5:09.59 |
5:09.59 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:09.59 help: use `'_` for type paths
5:09.59 |
5:09.59 1059 | pub fn iter_from(&self, offset: usize) -> SelectorIter<'_, Impl> {
5:09.59 | +++
5:09.59 warning: hiding a lifetime that's elided elsewhere is confusing
5:09.60 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/servo/components/selectors/parser.rs:1083:33
5:09.60 |
5:09.60 1083 | pub fn iter_raw_match_order(&self) -> slice::Iter<Component<Impl>> {
5:09.60 | ^^^^^ ---------------------------- the same lifetime is hidden here
5:09.60 | |
5:09.60 | the lifetime is elided here
5:09.60 |
5:09.60 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:09.60 help: use `'_` for type paths
5:09.60 |
5:09.60 1083 | pub fn iter_raw_match_order(&self) -> slice::Iter<'_, Component<Impl>> {
5:09.60 | +++
5:09.60 warning: hiding a lifetime that's elided elsewhere is confusing
5:09.60 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/servo/components/selectors/parser.rs:1104:38
5:09.60 |
5:09.60 1104 | pub fn iter_raw_parse_order_from(&self, offset: usize) -> Rev<slice::Iter<Component<Impl>>> {
5:09.60 | ^^^^^ ---------------------------- the same lifetime is hidden here
5:09.60 | |
5:09.60 | the lifetime is elided here
5:09.60 |
5:09.60 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:09.60 help: use `'_` for type paths
5:09.60 |
5:09.60 1104 | pub fn iter_raw_parse_order_from(&self, offset: usize) -> Rev<slice::Iter<'_, Component<Impl>>> {
5:09.60 | +++
5:09.64 Compiling rkv v0.20.0
5:09.82 Compiling qlog v0.15.2
5:09.88 Compiling firefox-versioning v0.1.0 (https://github.com/mozilla/application-services?rev=b6ac0de028caa151a21860616c2bccf86e0eaab1#b6ac0de0)
5:10.51 Compiling jexl-eval v0.3.0
5:10.69 Compiling payload-support v0.1.0 (https://github.com/mozilla/application-services?rev=b6ac0de028caa151a21860616c2bccf86e0eaab1#b6ac0de0)
5:10.94 Compiling half v1.999.999 (/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/build/rust/half)
5:11.13 Compiling sfv v0.14.0
5:11.17 Compiling askama_derive v0.13.1
5:11.57 Compiling time v0.3.41
5:11.69 Compiling malloc_size_of v0.0.1 (/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/servo/components/malloc_size_of)
5:12.19 Compiling audio_thread_priority v0.34.0
5:12.74 Compiling hashbrown v0.14.999 (/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/build/rust/hashbrown)
5:12.97 Compiling fallible_collections v0.5.1
5:13.51 error: lto can only be run for executables, cdylibs and static library outputs
5:13.70 error: could not compile `audio_thread_priority` (lib) due to 1 previous error
5:13.70 warning: build failed, waiting for other jobs to finish...
5:18.31 media/libsoundtouch/src
5:18.48 warning: `selectors` (lib) generated 6 warnings
5:18.75 In file included from Unified_c_media_libopus7.c:38:
5:18.76 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libopus/src/extensions.c:504:18: warning: variable 'trailing_short_len' set but not used [-Wunused-but-set-variable]
5:18.76 504 | opus_int32 trailing_short_len;
5:18.76 | ^
5:21.04 config/external/rlbox
5:23.11 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/external/rlbox/rlbox_thread_locals.cpp:12:
5:23.11 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox.hpp:15:
5:23.11 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox_stdlib.hpp:262:29: warning: result of comparison 'size_t' (aka 'unsigned int') <= 4294967295 is always true [-Wtautological-type-limit-compare]
5:23.13 262 | detail::dynamic_check(num <= std::numeric_limits<uint32_t>::max(),
5:23.13 | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5:23.45 1 warning generated.
5:23.72 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/RLBoxSoundTouch.cpp:7:
5:23.73 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/RLBoxSoundTouch.h:28:
5:23.73 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox.hpp:15:
5:23.73 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox_stdlib.hpp:262:29: warning: result of comparison 'size_t' (aka 'unsigned int') <= 4294967295 is always true [-Wtautological-type-limit-compare]
5:23.73 262 | detail::dynamic_check(num <= std::numeric_limits<uint32_t>::max(),
5:23.74 | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5:23.74 config/external/sqlite/libmozsqlite3.so.symbols.stub
5:23.93 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/mailnews/mime/src/mimeenc.cpp:703:10: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'MimeDecoderData' [-Wnontrivial-memcall]
5:23.93 703 | memset(data, 0, sizeof(*data));
5:23.93 | ^
5:23.94 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/mailnews/mime/src/mimeenc.cpp:703:10: note: explicitly cast the pointer to silence this warning
5:23.94 703 | memset(data, 0, sizeof(*data));
5:23.94 | ^
5:23.94 | (void*)
5:25.78 1 warning generated.
5:26.84 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/external/rlbox/rlbox_thread_locals.cpp:12:
5:26.84 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox.hpp:15:
5:26.84 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox_stdlib.hpp:262:29: warning: result of comparison 'size_t' (aka 'unsigned int') <= 4294967295 is always true [-Wtautological-type-limit-compare]
5:26.84 262 | detail::dynamic_check(num <= std::numeric_limits<uint32_t>::max(),
5:26.84 | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5:27.10 1 warning generated.
5:27.32 In file included from Unified_cpp_libsoundtouch_src0.cpp:20:
5:27.32 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/FIRFilter.cpp:81:12: warning: unused variable 'dScaler' [-Wunused-variable]
5:27.32 81 | double dScaler = 1.0 / (double)resultDivider;
5:27.32 | ^~~~~~~
5:27.33 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/FIRFilter.cpp:127:12: warning: unused variable 'dScaler' [-Wunused-variable]
5:27.33 127 | double dScaler = 1.0 / (double)resultDivider;
5:27.33 | ^~~~~~~
5:27.34 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/FIRFilter.cpp:166:12: warning: unused variable 'dScaler' [-Wunused-variable]
5:27.34 166 | double dScaler = 1.0 / (double)resultDivider;
5:27.34 | ^~~~~~~
5:27.42 In file included from Unified_cpp_libsoundtouch_src0.cpp:47:
5:27.43 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/InterpolateShannon.cpp:71:9: warning: 'PI' macro redefined [-Wmacro-redefined]
5:27.43 71 | #define PI 3.1415926536
5:27.43 | ^
5:27.43 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/AAFilter.cpp:45:9: note: previous definition is here
5:27.43 45 | #define PI M_PI
5:27.43 | ^
5:27.47 In file included from Unified_cpp_libsoundtouch_src0.cpp:65:
5:27.47 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/RateTransposer.cpp:134:10: warning: variable 'count' set but not used [-Wunused-but-set-variable]
5:27.47 134 | uint count;
5:27.47 | ^
5:27.62 In file included from Unified_cpp_libsoundtouch_src0.cpp:101:
5:27.62 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/cpu_detect_x86.cpp:48:12: warning: 'bit_MMX' macro redefined [-Wmacro-redefined]
5:27.62 48 | #define bit_MMX (1 << 23)
5:27.62 | ^
5:27.62 /usr/lib/clang/20/include/cpuid.h:133:9: note: previous definition is here
5:27.62 133 | #define bit_MMX 0x00800000
5:27.62 | ^
5:27.62 In file included from Unified_cpp_libsoundtouch_src0.cpp:101:
5:27.62 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/cpu_detect_x86.cpp:49:12: warning: 'bit_SSE' macro redefined [-Wmacro-redefined]
5:27.63 49 | #define bit_SSE (1 << 25)
5:27.63 | ^
5:27.63 /usr/lib/clang/20/include/cpuid.h:136:9: note: previous definition is here
5:27.63 136 | #define bit_SSE 0x02000000
5:27.63 | ^
5:27.63 In file included from Unified_cpp_libsoundtouch_src0.cpp:101:
5:27.63 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/media/libsoundtouch/src/cpu_detect_x86.cpp:50:12: warning: 'bit_SSE2' macro redefined [-Wmacro-redefined]
5:27.63 50 | #define bit_SSE2 (1 << 26)
5:27.63 | ^
5:27.63 /usr/lib/clang/20/include/cpuid.h:137:9: note: previous definition is here
5:27.63 137 | #define bit_SSE2 0x04000000
5:27.63 | ^
5:29.39 1 warning generated.
5:29.53 8 warnings generated.
5:30.18 third_party/sqlite3/ext
5:30.46 fts5parse.sql:1042:9: warning: code will never be executed [-Wunreachable-code]
5:30.46 1042 | fts5YYMINORTYPE fts5yylhsminor;
5:30.46 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5:32.07 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:1369:5: warning: 'return' will never be executed [-Wunreachable-code-return]
5:32.08 1369 | return;
5:32.08 | ^~~~~~
5:32.09 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:1361:5: warning: 'return' will never be executed [-Wunreachable-code-return]
5:32.09 1361 | return;
5:32.09 | ^~~~~~
5:32.10 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:1353:5: warning: 'return' will never be executed [-Wunreachable-code-return]
5:32.10 1353 | return;
5:32.10 | ^~~~~~
5:32.33 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:6199:24: warning: result of comparison of unsigned expression < 0 is always false [-Wtautological-unsigned-zero-compare]
5:32.33 6199 | if(metadataInIdx < 0) {
5:32.33 | ~~~~~~~~~~~~~ ^ ~
5:32.33 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:5987:5: warning: code will never be executed [-Wunreachable-code]
5:32.33 5987 | int nPrefix;
5:32.33 | ^~~~~~~~~~~~
5:32.33 third_party/sqlite3/src
5:32.34 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:6300:26: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
5:32.34 6300 | szMatch = blobSize == size * sizeof(i64);
5:32.34 | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
5:32.35 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:6304:26: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
5:32.35 6304 | szMatch = blobSize == size * sizeof(double);
5:32.35 | ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
5:32.37 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/ext/sqlite-vec/sqlite-vec.c:6548:7: warning: unused variable 'numValueEntries' [-Wunused-variable]
5:32.37 6548 | int numValueEntries = (idxStrLength-1) / 4;
5:32.37 | ^~~~~~~~~~~~~~~
5:32.37 devtools/platform
5:35.91 devtools/shared/heapsnapshot
5:37.73 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/src/sqlite3.c:90097:3: warning: 'return' will never be executed [-Wunreachable-code-return]
5:37.73 90097 | return;
5:37.73 | ^~~~~~
5:37.73 docshell/base
5:38.00 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/src/sqlite3.c:94849:10: warning: 'return' will never be executed [-Wunreachable-code-return]
5:38.01 94849 | return 0;
5:38.01 | ^
5:38.61 8 warnings generated.
5:38.68 docshell/build
5:40.26 docshell/shistory
5:40.46 dom/abort
5:40.65 1 warning generated.
5:41.31 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/src/sqlite3.c:157038:10: warning: 'return' will never be executed [-Wunreachable-code-return]
5:41.31 157038 | return 0;
5:41.31 | ^
5:41.61 dom/animation
5:42.29 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/third_party/sqlite3/src/sqlite3.c:178953:9: warning: code will never be executed [-Wunreachable-code]
5:42.30 178953 | YYMINORTYPE yylhsminor;
5:42.30 | ^~~~~~~~~~~~~~~~~~~~~~~
5:45.42 dom/audiochannel
5:45.48 dom/base/UseCounterMetrics.cpp.stub
5:46.98 dom/battery
5:47.81 dom/bindings
5:51.95 1 warning generated.
5:54.29 dom/broadcastchannel
5:54.43 dom/cache
5:54.50 dom/canvas
5:55.68 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.68 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_item_cache.rs:20:34
5:55.68 |
5:55.68 20 | pub fn data_as_item_range<T>(&self) -> ItemRange<T> {
5:55.68 | ^^^^^ ------------ the same lifetime is hidden here
5:55.68 | |
5:55.68 | the lifetime is elided here
5:55.68 |
5:55.68 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.68 = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
5:55.68 help: use `'_` for type paths
5:55.68 |
5:55.68 20 | pub fn data_as_item_range<T>(&self) -> ItemRange<'_, T> {
5:55.68 | +++
5:55.68 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.68 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:232:17
5:55.68 |
5:55.68 232 | pub fn iter(&self) -> BuiltDisplayListIter {
5:55.68 | ^^^^^ -------------------- the same lifetime is hidden here
5:55.68 | |
5:55.68 | the lifetime is elided here
5:55.68 |
5:55.68 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.68 help: use `'_` for type paths
5:55.68 |
5:55.68 232 | pub fn iter(&self) -> BuiltDisplayListIter<'_> {
5:55.68 | ++++
5:55.69 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.69 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:510:29
5:55.69 |
5:55.69 510 | pub fn clip_chain_items(&self) -> ItemRange<di::ClipId> {
5:55.69 | ^^^^^ --------------------- the same lifetime is hidden here
5:55.69 | |
5:55.69 | the lifetime is elided here
5:55.69 |
5:55.69 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.69 help: use `'_` for type paths
5:55.69 |
5:55.69 510 | pub fn clip_chain_items(&self) -> ItemRange<'_, di::ClipId> {
5:55.69 | +++
5:55.69 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.69 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:514:19
5:55.69 |
5:55.70 514 | pub fn points(&self) -> ItemRange<LayoutPoint> {
5:55.70 | ^^^^^ ---------------------- the same lifetime is hidden here
5:55.70 | |
5:55.70 | the lifetime is elided here
5:55.70 |
5:55.70 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.70 help: use `'_` for type paths
5:55.70 |
5:55.70 514 | pub fn points(&self) -> ItemRange<'_, LayoutPoint> {
5:55.70 | +++
5:55.70 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.70 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:518:19
5:55.70 |
5:55.70 518 | pub fn glyphs(&self) -> ItemRange<GlyphInstance> {
5:55.70 | ^^^^^ ------------------------ the same lifetime is hidden here
5:55.70 | |
5:55.70 | the lifetime is elided here
5:55.70 |
5:55.70 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.70 help: use `'_` for type paths
5:55.70 |
5:55.70 518 | pub fn glyphs(&self) -> ItemRange<'_, GlyphInstance> {
5:55.70 | +++
5:55.70 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.70 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:522:27
5:55.70 |
5:55.70 522 | pub fn gradient_stops(&self) -> ItemRange<di::GradientStop> {
5:55.70 | ^^^^^ --------------------------- the same lifetime is hidden here
5:55.70 | |
5:55.70 | the lifetime is elided here
5:55.71 |
5:55.71 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.71 help: use `'_` for type paths
5:55.71 |
5:55.71 522 | pub fn gradient_stops(&self) -> ItemRange<'_, di::GradientStop> {
5:55.71 | +++
5:55.71 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.71 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:526:20
5:55.71 |
5:55.71 526 | pub fn filters(&self) -> ItemRange<di::FilterOp> {
5:55.71 | ^^^^^ ----------------------- the same lifetime is hidden here
5:55.71 | |
5:55.71 | the lifetime is elided here
5:55.71 |
5:55.71 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.71 help: use `'_` for type paths
5:55.72 |
5:55.72 526 | pub fn filters(&self) -> ItemRange<'_, di::FilterOp> {
5:55.72 | +++
5:55.72 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.72 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:530:25
5:55.72 |
5:55.72 530 | pub fn filter_datas(&self) -> &Vec<TempFilterData> {
5:55.72 | ^^^^^ --------------------
5:55.72 | | | |
5:55.72 | | | the same lifetime is hidden here
5:55.72 | | the same lifetime is elided here
5:55.72 | the lifetime is elided here
5:55.72 |
5:55.72 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.72 help: use `'_` for type paths
5:55.72 |
5:55.72 530 | pub fn filter_datas(&self) -> &Vec<TempFilterData<'_>> {
5:55.72 | ++++
5:55.72 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.72 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:534:30
5:55.72 |
5:55.72 534 | pub fn filter_primitives(&self) -> ItemRange<di::FilterPrimitive> {
5:55.72 | ^^^^^ ------------------------------ the same lifetime is hidden here
5:55.72 | |
5:55.72 | the lifetime is elided here
5:55.72 |
5:55.72 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.72 help: use `'_` for type paths
5:55.72 |
5:55.72 534 | pub fn filter_primitives(&self) -> ItemRange<'_, di::FilterPrimitive> {
5:55.72 | +++
5:55.72 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.73 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:609:17
5:55.73 |
5:55.73 609 | pub fn iter(&self) -> BuiltDisplayListIter {
5:55.73 | ^^^^^ -------------------- the same lifetime is hidden here
5:55.73 | |
5:55.73 | the lifetime is elided here
5:55.73 |
5:55.73 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.73 help: use `'_` for type paths
5:55.73 |
5:55.73 609 | pub fn iter(&self) -> BuiltDisplayListIter<'_> {
5:55.73 | ++++
5:55.73 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.73 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:613:28
5:55.73 |
5:55.73 613 | pub fn cache_data_iter(&self) -> BuiltDisplayListIter {
5:55.73 | ^^^^^ -------------------- the same lifetime is hidden here
5:55.73 | |
5:55.74 | the lifetime is elided here
5:55.74 |
5:55.74 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.74 help: use `'_` for type paths
5:55.74 |
5:55.74 613 | pub fn cache_data_iter(&self) -> BuiltDisplayListIter<'_> {
5:55.74 | ++++
5:55.74 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.74 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:787:19
5:55.74 |
5:55.74 787 | pub fn glyphs(&self) -> ItemRange<GlyphInstance> {
5:55.74 | ^^^^^ ------------------------ the same lifetime is hidden here
5:55.74 | |
5:55.74 | the lifetime is elided here
5:55.74 |
5:55.74 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.74 help: use `'_` for type paths
5:55.74 |
5:55.74 787 | pub fn glyphs(&self) -> ItemRange<'_, GlyphInstance> {
5:55.74 | +++
5:55.74 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.74 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/display_list.rs:791:27
5:55.74 |
5:55.74 791 | pub fn gradient_stops(&self) -> ItemRange<di::GradientStop> {
5:55.74 | ^^^^^ --------------------------- the same lifetime is hidden here
5:55.74 | |
5:55.75 | the lifetime is elided here
5:55.75 |
5:55.75 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.75 help: use `'_` for type paths
5:55.75 |
5:55.75 791 | pub fn gradient_stops(&self) -> ItemRange<'_, di::GradientStop> {
5:55.75 | +++
5:55.75 warning: hiding a lifetime that's elided elsewhere is confusing
5:55.75 --> /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/gfx/wr/webrender_api/src/image.rs:117:13
5:55.75 |
5:55.75 117 | fn lock(&mut self, key: ExternalImageId, channel_index: u8, is_composited: bool) -> ExternalImage;
5:55.75 | ^^^^^^^^^ the lifetime is elided here ------------- the same lifetime is hidden here
5:55.75 |
5:55.75 = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
5:55.75 help: use `'_` for type paths
5:55.75 |
5:55.75 117 | fn lock(&mut self, key: ExternalImageId, channel_index: u8, is_composited: bool) -> ExternalImage<'_>;
5:55.76 | ++++
5:58.13 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/mailnews/mime/src/mimemoz2.cpp:1454:10: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'nsMIMESession' (aka '_nsMIMESession') [-Wnontrivial-memcall]
5:58.13 1454 | memset(stream, 0, sizeof(*stream));
5:58.13 | ^
5:58.13 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/mailnews/mime/src/mimemoz2.cpp:1454:10: note: explicitly cast the pointer to silence this warning
5:58.13 1454 | memset(stream, 0, sizeof(*stream));
5:58.13 | ^
5:58.13 | (void*)
5:58.19 dom/clients/api
6:01.43 1 warning generated.
6:04.26 dom/clients/manager
6:05.01 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/third_party/botan/src/lib/math/mp/mp_monty_n.cpp:15:47: warning: argument 'p' of type 'const word[4]' (aka 'const unsigned int[4]') with mismatched bound [-Warray-parameter]
6:05.01 15 | void bigint_monty_redc_4(word z[], const word p[4], word p_dash, word ws[])
6:05.01 | ^
6:05.01 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/comm/third_party/botan/build/include/botan/internal/mp_monty.h:21:47: note: previously declared as 'const word[]' (aka 'const unsigned int[]') here
6:05.01 21 | void bigint_monty_redc_4(word z[], const word p[], word p_dash, word ws[]);
6:05.02 | ^
6:05.02 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/third_party/botan/src/lib/math/mp/mp_monty_n.cpp:71:47: warning: argument 'p' of type 'const word[6]' (aka 'const unsigned int[6]') with mismatched bound [-Warray-parameter]
6:05.02 71 | void bigint_monty_redc_6(word z[], const word p[6], word p_dash, word ws[])
6:05.02 | ^
6:05.02 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/comm/third_party/botan/build/include/botan/internal/mp_monty.h:22:47: note: previously declared as 'const word[]' (aka 'const unsigned int[]') here
6:05.02 22 | void bigint_monty_redc_6(word z[], const word p[], word p_dash, word ws[]);
6:05.02 | ^
6:05.03 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/third_party/botan/src/lib/math/mp/mp_monty_n.cpp:161:47: warning: argument 'p' of type 'const word[8]' (aka 'const unsigned int[8]') with mismatched bound [-Warray-parameter]
6:05.04 161 | void bigint_monty_redc_8(word z[], const word p[8], word p_dash, word ws[])
6:05.04 | ^
6:05.04 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/comm/third_party/botan/build/include/botan/internal/mp_monty.h:23:47: note: previously declared as 'const word[]' (aka 'const unsigned int[]') here
6:05.04 23 | void bigint_monty_redc_8(word z[], const word p[], word p_dash, word ws[]);
6:05.04 | ^
6:05.06 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/third_party/botan/src/lib/math/mp/mp_monty_n.cpp:293:48: warning: argument 'p' of type 'const word[16]' (aka 'const unsigned int[16]') with mismatched bound [-Warray-parameter]
6:05.06 293 | void bigint_monty_redc_16(word z[], const word p[16], word p_dash, word ws[])
6:05.06 | ^
6:05.06 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/comm/third_party/botan/build/include/botan/internal/mp_monty.h:24:48: note: previously declared as 'const word[]' (aka 'const unsigned int[]') here
6:05.06 24 | void bigint_monty_redc_16(word z[], const word p[], word p_dash, word ws[]);
6:05.06 | ^
6:05.12 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/third_party/botan/src/lib/math/mp/mp_monty_n.cpp:656:48: warning: argument 'p' of type 'const word[24]' (aka 'const unsigned int[24]') with mismatched bound [-Warray-parameter]
6:05.13 656 | void bigint_monty_redc_24(word z[], const word p[24], word p_dash, word ws[])
6:05.13 | ^
6:05.13 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/comm/third_party/botan/build/include/botan/internal/mp_monty.h:25:48: note: previously declared as 'const word[]' (aka 'const unsigned int[]') here
6:05.14 25 | void bigint_monty_redc_24(word z[], const word p[], word p_dash, word ws[]);
6:05.14 | ^
6:05.26 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/third_party/botan/src/lib/math/mp/mp_monty_n.cpp:1387:48: warning: argument 'p' of type 'const word[32]' (aka 'const unsigned int[32]') with mismatched bound [-Warray-parameter]
6:05.27 1387 | void bigint_monty_redc_32(word z[], const word p[32], word p_dash, word ws[])
6:05.27 | ^
6:05.27 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/comm/third_party/botan/build/include/botan/internal/mp_monty.h:26:48: note: previously declared as 'const word[]' (aka 'const unsigned int[]') here
6:05.27 26 | void bigint_monty_redc_32(word z[], const word p[], word p_dash, word ws[]);
6:05.27 | ^
6:09.50 In file included from Unified_cpp_dom_cache0.cpp:2:
6:09.50 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/cache/Action.cpp:7:
6:09.50 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/cache/Action.h:10:
6:09.50 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/cache/CacheCipherKeyManager.h:11:
6:09.51 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/IPCStreamCipherStrategy.h:10:
6:09.51 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/NSSCipherStrategy.h:16:
6:09.51 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
6:09.51 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
6:09.51 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6:10.74 6 warnings generated.
6:11.72 dom/closewatcher
6:12.26 dom/commandhandler
6:15.78 dom/console
6:22.90 dom/cookiestore
6:25.64 dom/credentialmanagement/identity
6:28.74 dom/credentialmanagement
6:36.58 warning: `webrender_api` (lib) generated 14 warnings
6:36.64 dom/crypto
6:43.97 dom/debugger
6:45.23 In file included from WebIDLSerializable.cpp:12:
6:45.23 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/SubtleCryptoBinding.h:12:
6:45.23 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/CryptoKey.h:13:
6:45.23 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
6:45.23 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
6:45.24 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6:50.32 1 warning generated.
6:51.79 In file included from Unified_cpp_dom_cache1.cpp:11:
6:51.79 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/cache/CacheStreamControlParent.cpp:13:
6:51.79 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/cache/StreamList.h:11:
6:51.79 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/cache/Context.h:10:
6:51.79 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/cache/CacheCipherKeyManager.h:11:
6:51.79 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/IPCStreamCipherStrategy.h:10:
6:51.79 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/NSSCipherStrategy.h:16:
6:51.79 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
6:51.79 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
6:51.79 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6:59.37 dom/encoding
7:02.88 In file included from Unified_cpp_dom_crypto0.cpp:11:
7:02.89 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/crypto/CryptoKey.cpp:7:
7:02.89 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/CryptoKey.h:13:
7:02.89 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/security/manager/ssl/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
7:02.89 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
7:02.89 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7:03.80 In file included from Unified_cpp_dom_cache2.cpp:11:
7:03.80 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/ipc/ipdl/CacheTypes.cpp:9:
7:03.80 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/ipc/TransportSecurityInfoUtils.h:8:
7:03.80 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/CertVerifier.h:12:
7:03.80 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/EnterpriseRoots.h:10:
7:03.80 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
7:03.81 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
7:03.81 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7:07.32 dom/events
7:11.10 In file included from RegisterWorkerBindings.cpp:169:
7:11.10 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/SubtleCryptoBinding.h:12:
7:11.10 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/CryptoKey.h:13:
7:11.10 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
7:11.10 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
7:11.10 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7:29.38 dom/fetch
7:36.40 4 warnings generated.
7:39.14 1 warning generated.
7:39.91 dom/file/ipc
7:43.74 1 warning generated.
7:48.61 dom/file
7:50.15 dom/file/uri
7:52.37 1 warning generated.
7:53.99 dom/filesystem/compat
7:55.95 In file included from Unified_cpp_docshell_base0.cpp:101:
7:55.95 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/docshell/base/nsDocShell.cpp:245:
7:55.95 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/CertVerifier.h:12:
7:55.95 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/EnterpriseRoots.h:10:
7:55.95 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
7:55.95 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
7:55.95 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7:59.81 In file included from UnifiedBindings19.cpp:2:
7:59.81 In file included from ./RTCDataChannelBinding.cpp:28:
7:59.81 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCDataChannel.h:14:
7:59.81 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReportBinding.h:6:
7:59.81 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
7:59.81 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
7:59.81 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
7:59.81 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
7:59.81 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8:01.84 dom/filesystem
8:02.18 In file included from UnifiedBindings17.cpp:41:
8:02.18 In file included from ./PeerConnectionImplBinding.cpp:6:
8:02.18 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/PeerConnectionImpl.h:30:
8:02.18 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/MediaTransportHandler.h:13:
8:02.18 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/RTCStatsReport.h:19:
8:02.18 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReportBinding.h:6:
8:02.18 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
8:02.18 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
8:02.19 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
8:02.19 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
8:02.19 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8:02.39 In file included from RegisterBindings.cpp:481:
8:02.39 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCDataChannelEventBinding.h:13:
8:02.39 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCDataChannel.h:14:
8:02.39 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReportBinding.h:6:
8:02.39 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
8:02.39 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
8:02.39 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
8:02.39 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
8:02.42 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8:15.99 1 warning generated.
8:20.46 dom/flex
8:23.40 dom/fs/api
8:25.20 In file included from UnifiedBindings18.cpp:353:
8:25.20 In file included from ./RTCCertificateBinding.cpp:26:
8:25.20 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
8:25.20 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
8:25.20 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
8:25.20 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8:29.87 In file included from Unified_cpp_dom_fetch1.cpp:11:
8:29.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/ipc/ipdl/FetchTypes.cpp:8:
8:29.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/ipc/TransportSecurityInfoUtils.h:8:
8:29.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/CertVerifier.h:12:
8:29.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/EnterpriseRoots.h:10:
8:29.87 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
8:29.87 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
8:29.87 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8:39.84 dom/fs/child
8:43.48 In file included from UnifiedBindings5.cpp:158:
8:43.48 In file included from ./CryptoBinding.cpp:4:
8:43.48 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/base/Crypto.h:10:
8:43.48 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/SubtleCrypto.h:11:
8:43.48 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/CryptoKey.h:13:
8:43.48 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
8:43.48 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
8:43.49 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8:44.50 1 warning generated.
8:44.67 dom/fs/parent/datamodel
8:44.74 In file included from UnifiedBindings25.cpp:158:
8:44.74 In file included from ./SubtleCryptoBinding.cpp:7:
8:44.74 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/SubtleCryptoBinding.h:12:
8:44.74 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/CryptoKey.h:13:
8:44.74 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
8:44.74 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
8:44.74 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8:50.49 dom/fs/parent
8:55.37 dom/fs/shared
8:56.92 dom/gamepad
8:57.43 1 warning generated.
8:57.53 dom/geolocation
9:03.07 In file included from UnifiedBindings28.cpp:67:
9:03.07 In file included from ./WebrtcGlobalInformationBinding.cpp:6:
9:03.07 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/WebrtcGlobalInformation.h:8:
9:03.07 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/WebrtcGlobalStatsHistory.h:11:
9:03.07 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReportBinding.h:6:
9:03.07 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
9:03.07 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
9:03.08 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
9:03.08 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
9:03.08 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9:05.75 1 warning generated.
9:10.48 dom/grid
9:13.03 dom/html/input
9:19.34 1 warning generated.
9:19.50 dom/html
9:25.70 dom/indexedDB
9:29.31 dom/ipc/jsactor
9:32.35 dom/ipc
9:40.89 1 warning generated.
9:42.28 dom/jsurl
9:45.39 1 warning generated.
9:57.18 dom/l10n
10:00.39 dom/localstorage
10:08.68 dom/locks
10:14.93 dom/mathml
10:15.71 dom/media/autoplay
10:18.17 1 warning generated.
10:18.36 dom/media/bridge
10:21.44 In file included from Unified_cpp_dom_indexedDB1.cpp:2:
10:21.44 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/IndexedDatabaseManager.cpp:10:
10:21.44 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/DatabaseFileManager.h:11:
10:21.44 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/IndexedDBCipherKeyManager.h:11:
10:21.44 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/IPCStreamCipherStrategy.h:10:
10:21.44 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/NSSCipherStrategy.h:16:
10:21.44 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
10:21.44 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
10:21.44 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:23.30 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/ActorsParent.cpp:27:
10:23.30 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/DatabaseFileInfo.h:11:
10:23.30 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/DatabaseFileManager.h:11:
10:23.30 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/IndexedDBCipherKeyManager.h:11:
10:23.31 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/IPCStreamCipherStrategy.h:10:
10:23.31 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/NSSCipherStrategy.h:16:
10:23.31 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
10:23.31 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
10:23.31 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:24.20 dom/media/doctor
10:24.33 dom/media/driftcontrol
10:26.31 dom/media/eme
10:30.09 In file included from Unified_cpp_dom_indexedDB0.cpp:2:
10:30.09 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/ActorsChild.cpp:23:
10:30.09 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/IndexedDatabaseInlines.h:14:
10:30.09 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/DatabaseFileInfo.h:11:
10:30.09 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/DatabaseFileManager.h:11:
10:30.09 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/IndexedDBCipherKeyManager.h:11:
10:30.10 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/IPCStreamCipherStrategy.h:10:
10:30.10 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/quota/NSSCipherStrategy.h:16:
10:30.10 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
10:30.10 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
10:30.10 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:31.46 1 warning generated.
10:31.69 dom/media/encoder
10:32.98 dom/media/flac
10:33.17 dom/media/gmp
10:35.03 1 warning generated.
10:44.86 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/bridge/MediaModule.cpp:8:
10:44.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/PeerConnectionImpl.h:30:
10:44.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/MediaTransportHandler.h:13:
10:44.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/RTCStatsReport.h:19:
10:44.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReportBinding.h:6:
10:44.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
10:44.87 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
10:44.87 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
10:44.87 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
10:44.87 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10:46.53 dom/media/gmp/widevine-adapter
10:51.77 dom/media/imagecapture
10:54.56 dom/media/ipc
10:57.08 dom/media/mediacapabilities
10:58.17 dom/media/mediacontrol
11:05.18 dom/media/mediaelement
11:05.90 dom/media/mediasession
11:07.42 dom/media/mediasink
11:07.69 In file included from Unified_cpp_dom_indexedDB0.cpp:101:
11:07.70 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/IDBObjectStore.cpp:171:40: warning: result of comparison 'size_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
11:07.70 171 | if (aCloneWriteInfo->mFiles.Length() > size_t(UINT32_MAX)) {
11:07.70 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
11:07.70 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/indexedDB/IDBObjectStore.cpp:284:35: warning: result of comparison 'size_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
11:07.71 284 | if (aCloneInfo->mFiles.Length() > size_t(UINT32_MAX)) {
11:07.71 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~
11:09.36 dom/media/mediasource
11:11.51 dom/media/mp3
11:16.08 dom/media/mp4
11:18.38 dom/media/ogg
11:18.44 dom/media/platforms/agnostic/bytestreams
11:21.68 1 warning generated.
11:27.48 In file included from Unified_cpp_dom_media_mediasink0.cpp:2:
11:27.48 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/mediasink/AudioDecoderInputTrack.cpp:8:
11:27.48 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/RLBoxSoundTouch.h:28:
11:27.48 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox.hpp:15:
11:27.48 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox_stdlib.hpp:262:29: warning: result of comparison 'size_t' (aka 'unsigned int') <= 4294967295 is always true [-Wtautological-type-limit-compare]
11:27.48 262 | detail::dynamic_check(num <= std::numeric_limits<uint32_t>::max(),
11:27.48 | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11:35.37 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/comm/third_party/botan/src/lib/utils/parsing.cpp:52:13: warning: result of comparison 'const unsigned long' > 4294967295 is always false [-Wtautological-type-limit-compare]
11:35.37 52 | if (x > std::numeric_limits<uint32_t>::max())
11:35.37 | ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11:35.57 dom/media/platforms/agnostic/eme
11:36.41 1 warning generated.
11:37.36 1 warning generated.
11:39.33 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/ipc/ContentChild.cpp:110:
11:39.33 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/nsNSSComponent.h:10:
11:39.33 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/nsINSSComponent.h:22:
11:39.33 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/SharedCertVerifier.h:8:
11:39.33 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/CertVerifier.h:12:
11:39.33 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/EnterpriseRoots.h:10:
11:39.34 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
11:39.34 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
11:39.34 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11:41.48 dom/media/platforms/agnostic/gmp
11:42.86 dom/media/platforms/ffmpeg/ffmpeg57
11:43.85 In file included from Unified_cpp_dom_media_ogg0.cpp:2:
11:43.85 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/ogg/OggCodecState.cpp:16:
11:43.85 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/ogg/OggRLBox.h:25:
11:43.85 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox.hpp:15:
11:43.85 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox_stdlib.hpp:262:29: warning: result of comparison 'size_t' (aka 'unsigned int') <= 4294967295 is always true [-Wtautological-type-limit-compare]
11:43.85 262 | detail::dynamic_check(num <= std::numeric_limits<uint32_t>::max(),
11:43.85 | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11:48.26 dom/media/platforms/ffmpeg/ffmpeg58
11:50.26 In file included from Unified_cpp_dom_ipc6.cpp:47:
11:50.26 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/ipc/ipdl/PWindowGlobal.cpp:11:
11:50.26 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/ipc/TransportSecurityInfoUtils.h:8:
11:50.26 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/CertVerifier.h:12:
11:50.26 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/EnterpriseRoots.h:10:
11:50.26 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
11:50.26 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
11:50.26 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11:50.72 In file included from Unified_cpp_dom_ipc4.cpp:2:
11:50.72 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/ipc/ipdl/PContentParent.cpp:46:
11:50.73 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/ipc/TransportSecurityInfoUtils.h:8:
11:50.73 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/CertVerifier.h:12:
11:50.73 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/EnterpriseRoots.h:10:
11:50.75 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
11:50.75 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
11:50.75 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11:52.24 dom/media/platforms/ffmpeg/ffmpeg59
11:54.22 dom/media/platforms/ffmpeg/ffmpeg60
11:55.62 dom/media/platforms/ffmpeg/ffmpeg61
11:57.59 dom/media/platforms/ffmpeg/ffvpx
11:57.96 dom/media/platforms/ffmpeg/libav53
12:03.11 dom/media/platforms/ffmpeg/libav54
12:05.18 1 warning generated.
12:06.30 dom/media/platforms/ffmpeg/libav55
12:06.32 3 warnings generated.
12:06.41 dom/media/platforms/ffmpeg
12:06.55 dom/media/platforms/omx
12:10.60 dom/media/platforms
12:11.64 dom/media/systemservices
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.15 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.16 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.17 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.18 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.19 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.19 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.19 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.19 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.19 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.19 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.20 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.21 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.22 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.23 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.24 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.25 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.26 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.27 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.28 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.29 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.29 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.29 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.29 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.29 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.29 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.30 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.30 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.30 warning: swgl@0.1.0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
12:16.30 warning: swgl@0.1.0: clang++: warning: overriding '-ffast-math' option with '-ffp-contract=off' [-Woverriding-option]
12:16.67 dom/media
12:17.28 1 warning generated.
12:17.36 dom/media/utils
12:17.40 In file included from Unified_cpp_media_mediaelement0.cpp:20:
12:17.40 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/mediaelement/HTMLVideoElement.cpp:13:
12:17.40 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReport.h:19:
12:17.40 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReportBinding.h:6:
12:17.40 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
12:17.41 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
12:17.41 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
12:17.41 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
12:17.41 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12:18.65 In file included from Unified_cpp_dom_ipc3.cpp:47:
12:18.65 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/ipc/ipdl/PBrowser.cpp:19:
12:18.65 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/ipc/TransportSecurityInfoUtils.h:8:
12:18.65 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/CertVerifier.h:12:
12:18.65 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/EnterpriseRoots.h:10:
12:18.65 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
12:18.65 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
12:18.65 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12:19.78 In file included from Unified_cpp_dom_ipc0.cpp:119:
12:19.78 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/ipc/ContentParent.cpp:256:
12:19.78 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/WebrtcGlobalParent.h:8:
12:19.78 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/ipc/ipdl/_ipdlheaders/mozilla/dom/PWebrtcGlobalParent.h:18:
12:19.78 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/media/webrtc/WebrtcGlobal.h:8:
12:19.78 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/media/webrtc/WebrtcIPCTraits.h:17:
12:19.78 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
12:19.78 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
12:19.78 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
12:19.78 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
12:19.78 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12:21.33 dom/media/wave
12:24.12 1 warning generated.
12:24.21 dom/media/webaudio/blink
12:25.59 1 warning generated.
12:33.76 1 warning generated.
12:33.94 dom/media/webaudio
12:33.94 dom/media/webcodecs
12:36.73 dom/media/webm
12:38.84 dom/media/webrtc/common
12:39.43 gmake[4]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/makefiles/rust.mk:528: force-cargo-library-build] Error 101
12:39.44 gmake[3]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/recurse.mk:72: comm/rust/gkrust/target-objects] Error 2
12:39.44 gmake[3]: *** Waiting for unfinished jobs....
12:42.62 1 warning generated.
12:59.34 In file included from Unified_cpp_dom_media0.cpp:101:
12:59.35 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/AudioStream.cpp:31:
12:59.35 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/RLBoxSoundTouch.h:28:
12:59.35 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox.hpp:15:
12:59.35 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/rlbox/rlbox_stdlib.hpp:262:29: warning: result of comparison 'size_t' (aka 'unsigned int') <= 4294967295 is always true [-Wtautological-type-limit-compare]
12:59.35 262 | detail::dynamic_check(num <= std::numeric_limits<uint32_t>::max(),
12:59.35 | ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13:16.95 1 warning generated.
13:21.59 1 warning generated.
13:27.88 In file included from Unified_cpp_systemservices0.cpp:110:
13:27.88 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/systemservices/VideoEngine.cpp:9:
13:27.88 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/libwebrtcglue/SystemTime.h:10:
13:27.88 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/dom/media/webrtc/jsapi/RTCStatsReport.h:19:
13:27.88 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCStatsReportBinding.h:6:
13:27.88 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCConfigurationBinding.h:14:
13:27.88 In file included from /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/mozilla/dom/RTCCertificate.h:12:
13:27.88 /tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/obj-i686/dist/include/ScopedNSSTypes.h:283:22: warning: result of comparison 'index_type' (aka 'unsigned int') > 4294967295 is always false [-Wtautological-type-limit-compare]
13:27.88 283 | if (key.Length() > std::numeric_limits<unsigned int>::max()) {
13:27.88 | ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
13:29.16 1 warning generated.
13:44.42 1 warning generated.
14:01.79 1 warning generated.
14:39.35 1 warning generated.
15:44.29 gmake[2]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/recurse.mk:34: compile] Error 2
15:44.30 gmake[1]: *** [/tmp/B.5zkhkadp/BUILD/thunderbird-144.0-build/thunderbird-144.0/config/rules.mk:359: default] Error 2
15:44.30 gmake: *** [client.mk:60: build] Error 2
15:44.50 W 53 compiler warnings present.
15:45.77 /usr/bin/notify-send '--app-name=Mozilla Build System' 'Mozilla Build System' 'Build failed'
Config object not found by mach.
Configure complete!
Be sure to run |mach build| to pick up any changes
error: Bad exit status from /tmp/B.5zkhkadp/BUILD/tmp/rpm-tmp.aCiE6z (%build)
RPM build warnings:
Could not canonicalize hostname: nereid
RPM build errors:
Bad exit status from /tmp/B.5zkhkadp/BUILD/tmp/rpm-tmp.aCiE6z (%build)
ended at: Sat Oct 18 02:06:22 2025, done in 0:16:44.453161
error: No files produced.
+ chmod -R u+rwX /tmp/B.5zkhkadp/BUILD
+ rm -rf /tmp/B.5zkhkadp/tmp /tmp/B.5zkhkadp/BUILD
+ rm -rf /tmp/B.5zkhkadp
Begin-PLD-Builder-Info
Build-Time: user:20087.75s sys:1039.11s real:1103.55s (faults io:808 non-io:73125623)
End-PLD-Builder-Info
|
|