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
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]