=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/graphics/pngquant", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for pngquant-3.0.1 Locking 46 packages to latest compatible versions Compiling libc v0.2.144 Compiling autocfg v1.1.0 Compiling pkg-config v0.3.27 Compiling crossbeam-utils v0.8.15 Compiling cfg-if v1.0.0 Compiling jobserver v0.1.26 Compiling memoffset v0.8.0 Compiling cc v1.0.79 Compiling dunce v1.0.4 Compiling crossbeam-epoch v0.9.14 Compiling scopeguard v1.1.0 Compiling num-traits v0.2.15 Compiling rayon-core v1.11.0 Compiling libz-sys v1.1.9 Compiling crossbeam-deque v0.8.3 Compiling crossbeam-channel v0.5.8 Compiling num_cpus v1.15.0 Compiling libpng-sys v1.1.9 Compiling lcms2-sys v4.0.1 Compiling once_cell v1.17.1 Compiling either v1.8.1 Compiling imagequant-sys v4.0.1 (/tmp/work/graphics/pngquant/work/pngquant-3.0.1/lib/imagequant-sys) Compiling bytemuck v1.13.1 Compiling rayon v1.7.0 Compiling rgb v0.8.36 Compiling noisy_float v0.2.0 Compiling thread_local v1.1.7 Compiling arrayvec v0.7.2 Compiling pngquant v3.0.1 (/tmp/work/graphics/pngquant/work/pngquant-3.0.1) warning: unexpected `cfg` condition value: `sse` --> rust/build.rs:30:38 | 30 | (target_arch == "x86" && cfg!(feature = "sse")) { | ^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `cocoa`, `default`, `lcms2`, `lcms2-static`, `png-static`, `static`, and `z-static` = help: consider adding `sse` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `pngquant` (build script) generated 1 warning Compiling unicode-width v0.1.10 Compiling bitflags v1.3.2 Compiling getopts v0.2.21 Compiling wild v2.1.0 Compiling imagequant v4.1.0 (/tmp/work/graphics/pngquant/work/pngquant-3.0.1/lib) warning: `extern` declarations without an explicit ABI are deprecated --> lib/src/rows.rs:168:108 | 168 | ... own_pixels: bool, free_fn: unsafe extern fn(*mut std::os::raw::c_void)) -> Result<(), Error> { | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` | = note: `#[warn(missing_abi)]` on by default warning: `extern` declarations without an explicit ABI are deprecated --> lib/src/seacow.rs:45:68 | 45 | pub unsafe fn c_owned(ptr: *mut T, len: usize, free_fn: unsafe extern fn(*mut c_void)) -> Self { | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` warning: `extern` declarations without an explicit ABI are deprecated --> lib/src/seacow.rs:56:57 | 56 | pub(crate) fn make_owned(&mut self, free_fn: unsafe extern fn(*mut c_void)) { | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` warning: `extern` declarations without an explicit ABI are deprecated --> lib/src/seacow.rs:65:54 | 65 | Owned { ptr: *mut T, len: usize, free_fn: unsafe extern fn(*mut c_void) }, | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` warning: `extern` declarations without an explicit ABI are deprecated --> lib/src/capi.rs:56:124 | 56 | ..., own_pixels: bool, free_fn: unsafe extern fn(*mut std::os::raw::c_void)) -> Result<(), Error> { | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` warning: `Eq::assert_receiver_is_total_eq` should never be implemented by hand --> lib/src/hist.rs:417:5 | 417 | fn assert_receiver_is_total_eq(&self) {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this method was used to add checks to the `Eq` derive macro = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! = note: for more information, see issue #152336 = note: `#[warn(internal_eq_trait_method_impls)]` (part of `#[warn(future_incompatible)]`) on by default warning: eliding a lifetime that's named elsewhere is confusing --> lib/src/rows.rs:75:88 | 75 | fn row_rgba<'px>(&'px self, temp_row: &'px mut [MaybeUninit], row: usize) -> &[RGBA] { | --- --- the lifetime is named here ^^^^^^^ the same lifetime is elided here | | | the lifetime is named here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: consistently use `'px` | 75 | fn row_rgba<'px>(&'px self, temp_row: &'px mut [MaybeUninit], row: usize) -> &'px [RGBA] { | +++ warning: `imagequant` (lib) generated 7 warnings (run `cargo fix --lib -p imagequant` to apply 6 suggestions) warning: `extern` declarations without an explicit ABI are deprecated --> lib/imagequant-sys/src/ffi.rs:23:24 | 23 | c_api_free: unsafe extern fn(*mut c_void), | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` | = note: `#[warn(missing_abi)]` on by default warning: `extern` declarations without an explicit ABI are deprecated --> lib/imagequant-sys/src/ffi.rs:30:24 | 30 | c_api_free: unsafe extern fn(*mut c_void), | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` warning: `extern` declarations without an explicit ABI are deprecated --> lib/imagequant-sys/src/ffi.rs:422:85 | 422 | pub extern "C" fn liq_attr_create_with_allocator(_unused: *mut c_void, free: unsafe extern fn(*mut c_void)) -> Option> { | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` warning: `imagequant-sys` (lib) generated 3 warnings (run `cargo fix --lib -p imagequant-sys` to apply 3 suggestions) Finished `release` profile [optimized] target(s) in 1m 47s