psutil/arch/freebsd/sys_socks.c:66:25: warning: comparison between pointer and integer ('kvaddr_t' (aka 'unsigned long long') and 'void *') [-Wpointer-integer-compare]
if (xf->xf_data == sock)
~~~~~~~~~~~ ^ ~~~~
psutil/arch/freebsd/sys_socks.c:178:40: warning: incompatible integer to pointer conversion passing 'kvaddr_t' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
xf = psutil_get_file_from_sock(so->xso_so);
^~~~~~~~~~
psutil/arch/freebsd/sys_socks.c:61:33: note: passing argument to parameter 'sock' here
psutil_get_file_from_sock(void *sock) {
^
psutil/arch/freebsd/sys_socks.c:298:40: warning: incompatible integer to pointer conversion passing 'kvaddr_t' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion]
checking whether the C compiler (/usr/local/bin/clang90 -std=gnu99 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether the C++ compiler (/usr/local/bin/clang++90 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
js/src> checking whether the C compiler (/usr/local/bin/clang90 -std=gnu99 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
js/src> checking whether we are using GNU C... (cached) yes
js/src> checking whether the C++ compiler (/usr/local/bin/clang++90 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
js/src> checking whether we are using GNU C++... (cached) yes
jar /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/modules/libjar/nsIJARChannel.idl /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/modules/libjar/nsIJARURI.idl /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/modules/libjar/nsIZipReader.idl
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/mfbt/Compression.cpp:43:13: warning: 'LZ4_decompress_fast' is deprecated: This function is deprecated and unsafe. Consider using LZ4_decompress_safe() instead [-Wdeprecated-declarations]
int ret = LZ4_decompress_fast(aSource, aDest, outputSizeChecked.value());
^
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/mfbt/lz4/lz4.h:661:1: note: 'LZ4_decompress_fast' has been explicitly marked deprecated here
LZ4_DEPRECATED("This function is deprecated and unsafe. Consider using LZ4_decompress_safe() instead")
^
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/mfbt/lz4/lz4.h:590:39: note: expanded from macro 'LZ4_DEPRECATED'
Running `CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.' CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_AUTHORS='Paho Lurie-Gregg <paho@paholg.com>:Andre Bogus <bogusandre@gmail.com>' CARGO_PKG_VERSION_PRE= CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/typenum CARGO_PKG_VERSION_MAJOR=1 CARGO=/usr/local/bin/cargo LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_NAME=typenum /usr/local/bin/rustc --crate-name build_script_main /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/typenum/build/main.rs --color never --crate-type bin --emit=dep-info,link -C opt-level=2 -C codegen-units=1 -C metadata=7939404e403fa6f3 -C extra-filename=-7939404e403fa6f3 --out-dir /wrkdirs/usr/ports/www/firefox/work/.build/release/build/typenum-7939404e403fa6f3 -C linker=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
Running `CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_AUTHORS=bluss CARGO_PKG_VERSION_PRE= CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/arrayvec CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/local/bin/cargo LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION=0.4.11 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_NAME=arrayvec /usr/local/bin/rustc --crate-name build_script_build /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/arrayvec/build.rs --color never --crate-type bin --emit=dep-info,link -C opt-level=2 -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0f39d3adc5ee7058 -C extra-filename=-0f39d3adc5ee7058 --out-dir /wrkdirs/usr/ports/www/firefox/work/.build/release/build/arrayvec-0f39d3adc5ee7058 -C linker=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
Compiling peeking_take_while v0.1.2
Running `CARGO_PKG_DESCRIPTION='Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.' CARGO_PKG_HOMEPAGE= CARGO_PKG_REPOSITORY='https://github.com/fitzgen/peeking_take_while' CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen@gmail.com>' CARGO_PKG_VERSION_PRE= CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/peeking_take_while CARGO_PKG_VERSION_MAJOR=0 CARGO=/usr/local/bin/cargo LD_LIBRARY_PATH='/wrkdirs/usr/ports/www/firefox/work/.build/release/deps:/usr/local/lib' CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=peeking_take_while /usr/local/bin/rustc --crate-name peeking_take_while /wrkdirs/usr/ports/www/firefox/work/firefox-71.0/third_party/rust/peeking_take_while/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C codegen-units=1 -C metadata=ca2904d56c82c848 -C extra-filename=-ca2904d56c82c848 --out-dir /wrkdirs/usr/ports/www/firefox/work/.build/release/deps -C linker=/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/build/cargo-linker -L dependency=/wrkdirs/usr/ports/www/firefox/work/.build/release/deps --cap-lints warn`
Running `CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/montmulf.c:222:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((jj == 30)) {
~~~^~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: remove extraneous parentheses around the comparison to silence this warning
if ((jj == 30)) {
~ ^ ~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/montmulf.c:222:21: note: use '=' to turn this equality comparison into an assignment
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/mpi.c:2118:17: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
int j = MP_MIN(k, MP_DIGIT_BIT);
^~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/mpi-priv.h:86:28: note: expanded from macro 'MP_MIN'
#define MP_MIN(a, b) (((a) < (b)) ? (a) : (b))
~ ^ ~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/mpi.c:2120:15: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
if (j < MP_DIGIT_BIT) {
~ ^ ~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/mpi.c:4605:13: warning: comparison of integers of different signs: 'mp_digit' (aka 'unsigned long long') and 'int' [-Wsign-compare]
if (val >= r)
~~~ ^ ~
Compiling env_logger v0.6.2
Running `CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/mplogic.c:237:25: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
for (db = 0; db < sizeof(mp_digit); db++) {
~~ ^ ~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/security/nss/lib/freebl/mpi/mplogic.c:268:25: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/ffvpx/libavutil/opt.c:356:12: warning: 'return' will never be executed [-Wunreachable-code-return]
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/ffvpx/libavutil/time.c:68:12: warning: 'return' will never be executed [-Wunreachable-code-return]
/wrkdirs/usr/ports/www/firefox/work/firefox-71.0/media/ffvpx/libavutil/utils.c:73:42: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
983 | let $name = match try!(seq.next_element()) {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
... |
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1077 | | }
| |_- in this macro invocation
warning: use of deprecated item 'try': use the `?` operator instead
1010 | if try!(seq.next_element_seed(InPlaceSeed(dest))).is_none() {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
... |
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1077 | | }
| |_- in this macro invocation
warning: use of deprecated item 'try': use the `?` operator instead
983 | let $name = match try!(seq.next_element()) {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
... |
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1077 | | }
| |_- in this macro invocation
warning: use of deprecated item 'try': use the `?` operator instead
1010 | if try!(seq.next_element_seed(InPlaceSeed(dest))).is_none() {
| ^^^
...
1044 | / array_impls! {
1045 | | 1 => (0 a)
1046 | | 2 => (0 a 1 b)
1047 | | 3 => (0 a 1 b 2 c)
... |
1076 | | 32 => (0 a 1 b 2 c 3 d 4 e 5 f 6 g 7 h 8 i 9 j 10 k 11 l 12 m 13 n 14 o 15 p 16 q 17 r 18 s 19 t 20 u 21 v 22 w 23 x 24 y 25 z 26 aa 27 ab 28 ac 29 ad 30 ae 31 af)
1077 | | }
| |_- in this macro invocation
warning: use of deprecated item 'try': use the `?` operator instead