>>> libimagequant: Building community/libimagequant 4.2.2-r0 (using abuild 3.16.0_rc4-r0) started Sun, 19 Oct 2025 14:26:44 +0000 >>> libimagequant: Validating /home/buildozer/aports/community/libimagequant/APKBUILD... >>> libimagequant: Analyzing dependencies... >>> libimagequant: Installing for build: build-base cargo cargo-auditable cargo-c ( 1/13) Installing libffi (3.5.2-r0) ( 2/13) Installing xz-libs (5.8.1-r0) ( 3/13) Installing libxml2 (2.13.9-r0) ( 4/13) Installing llvm21-libs (21.1.2-r1) ( 5/13) Installing scudo-malloc (21.1.2-r0) ( 6/13) Installing rust (1.90.0-r1) ( 7/13) Installing cargo (1.90.0-r1) ( 8/13) Installing cargo-auditable (0.7.0-r0) ( 9/13) Installing llhttp (9.3.0-r0) (10/13) Installing libssh2 (1.11.1-r0) (11/13) Installing libgit2 (1.9.1-r1) (12/13) Installing cargo-c (0.10.15-r0) (13/13) Installing .makedepends-libimagequant (20251019.142650) busybox-1.37.0-r24.trigger: Executing script... OK: 837 MiB in 118 packages >>> libimagequant: Cleaning up srcdir >>> libimagequant: Cleaning up pkgdir >>> libimagequant: Cleaning up tmpdir >>> libimagequant: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/libimagequant-4.2.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> libimagequant: Fetching libimagequant-4.2.2.tar.gz::https://github.com/ImageOptim/libimagequant/archive/4.2.2.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/v3.23/libimagequant-4.2.2.tar.gz.part' libimagequant-4.2.2. 100% |********************************| 87901 0:00:00 ETA '/var/cache/distfiles/v3.23/libimagequant-4.2.2.tar.gz.part' saved /var/cache/distfiles/v3.23/libimagequant-4.2.2.tar.gz: OK /home/buildozer/aports/community/libimagequant/Cargo.lock: OK >>> libimagequant: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/libimagequant-4.2.2.tar.gz /var/cache/distfiles/v3.23/libimagequant-4.2.2.tar.gz: OK /home/buildozer/aports/community/libimagequant/Cargo.lock: OK >>> libimagequant: Unpacking /var/cache/distfiles/v3.23/libimagequant-4.2.2.tar.gz... '../Cargo.lock' -> '/home/buildozer/aports/community/libimagequant/src/Cargo.lock' Updating crates.io index Downloading crates ... Downloaded bytemuck v1.14.0 Downloaded rgb v0.8.36 Downloaded cfg-if v1.0.0 Downloaded thread_local v1.1.7 Downloaded either v1.9.0 Downloaded version_check v0.9.4 Downloaded arrayvec v0.7.4 Downloaded bitflags v2.4.1 Downloaded crc32fast v1.3.2 Downloaded fallible_collections v0.4.9 Downloaded hashbrown v0.13.2 Downloaded flate2 v1.0.28 Downloaded rayon v1.8.0 Downloaded rayon-core v1.12.0 Downloaded miniz_oxide v0.7.1 Downloaded crossbeam-epoch v0.9.15 Downloaded crossbeam-utils v0.8.16 Downloaded ahash v0.8.3 Downloaded adler v1.0.2 Downloaded memoffset v0.9.0 Downloaded once_cell v1.18.0 Downloaded autocfg v1.1.0 Downloaded libc v0.2.154 Downloaded scopeguard v1.2.0 Downloaded crossbeam-deque v0.8.3 Downloaded cc v1.0.83 Downloaded lodepng v3.9.1 Compiling autocfg v1.1.0 Compiling crossbeam-utils v0.8.16 Compiling cfg-if v1.0.0 Compiling scopeguard v1.2.0 Compiling rayon-core v1.12.0 Compiling either v1.9.0 Compiling bytemuck v1.14.0 Compiling libc v0.2.154 Compiling once_cell v1.18.0 Compiling imagequant-sys v4.0.3 (/home/buildozer/aports/community/libimagequant/src/libimagequant-4.2.2/imagequant-sys) Compiling arrayvec v0.7.4 Compiling bitflags v2.4.1 Compiling thread_local v1.1.7 Compiling rgb v0.8.36 Compiling memoffset v0.9.0 Compiling crossbeam-epoch v0.9.15 Compiling crossbeam-deque v0.8.3 Compiling rayon v1.8.0 Compiling imagequant v4.2.2 (/home/buildozer/aports/community/libimagequant/src/libimagequant-4.2.2) warning: `extern` declarations without an explicit ABI are deprecated --> src/rows.rs:170:108 | 170 | ...ol, 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 --> src/seacow.rs:48:68 | 48 | 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 --> src/seacow.rs:59:57 | 59 | 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 --> src/seacow.rs:68:54 | 68 | 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 --> src/capi.rs:61:124 | 61 | ...ol, 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: eliding a lifetime that's named elsewhere is confusing --> src/rows.rs:76:23 | 76 | 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` | 76 | fn row_rgba<'px>(&'px self, temp_row: &'px mut [MaybeUninit], row: usize) -> &'px [RGBA] { | +++ warning: `imagequant` (lib) generated 6 warnings (run `cargo fix --lib -p imagequant` to apply 5 suggestions) warning: `extern` declarations without an explicit ABI are deprecated --> imagequant-sys/src/ffi.rs:27:24 | 27 | 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 --> imagequant-sys/src/ffi.rs:34:24 | 34 | 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 --> imagequant-sys/src/ffi.rs:428:85 | 428 | 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 11.83s Building pkg-config files Populating uninstalled header directory Compiling autocfg v1.1.0 Compiling crossbeam-utils v0.8.16 Compiling cfg-if v1.0.0 Compiling scopeguard v1.2.0 Compiling rayon-core v1.12.0 Compiling once_cell v1.18.0 Compiling libc v0.2.154 Compiling bytemuck v1.14.0 Compiling either v1.9.0 Compiling imagequant-sys v4.0.3 (/home/buildozer/aports/community/libimagequant/src/libimagequant-4.2.2/imagequant-sys) Compiling arrayvec v0.7.4 Compiling thread_local v1.1.7 Compiling rgb v0.8.36 Compiling bitflags v2.4.1 Compiling memoffset v0.9.0 Compiling crossbeam-epoch v0.9.15 Compiling crossbeam-deque v0.8.3 Compiling rayon v1.8.0 Compiling imagequant v4.2.2 (/home/buildozer/aports/community/libimagequant/src/libimagequant-4.2.2) warning: `extern` declarations without an explicit ABI are deprecated --> src/rows.rs:170:108 | 170 | ...ol, 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 --> src/seacow.rs:48:68 | 48 | 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 --> src/seacow.rs:59:57 | 59 | 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 --> src/seacow.rs:68:54 | 68 | 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 --> src/capi.rs:61:124 | 61 | ...ol, 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: eliding a lifetime that's named elsewhere is confusing --> src/rows.rs:76:23 | 76 | 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` | 76 | fn row_rgba<'px>(&'px self, temp_row: &'px mut [MaybeUninit], row: usize) -> &'px [RGBA] { | +++ warning: `imagequant` (lib) generated 6 warnings (run `cargo fix --lib -p imagequant` to apply 5 suggestions) warning: `extern` declarations without an explicit ABI are deprecated --> imagequant-sys/src/ffi.rs:27:24 | 27 | 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 --> imagequant-sys/src/ffi.rs:34:24 | 34 | 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 --> imagequant-sys/src/ffi.rs:428:85 | 428 | 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 test) generated 3 warnings (run `cargo fix --lib -p imagequant-sys --tests` to apply 3 suggestions) Finished `test` profile [unoptimized + debuginfo] target(s) in 4.93s Running unittests src/ffi.rs (/home/buildozer/aports/community/libimagequant/src/libimagequant-4.2.2/target/debug/deps/imagequant_sys-11ecc9a07beec207) running 4 tests test link_every_symbol ... ok test ownership_bitflags ... ok test links_and_runs ... ok test c_callback_test_c ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> libimagequant: Entering fakeroot... warning: `extern` declarations without an explicit ABI are deprecated --> src/rows.rs:170:108 | 170 | ...ol, 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 --> src/seacow.rs:48:68 | 48 | 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 --> src/seacow.rs:59:57 | 59 | 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 --> src/seacow.rs:68:54 | 68 | 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 --> src/capi.rs:61:124 | 61 | ...ol, 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: eliding a lifetime that's named elsewhere is confusing --> src/rows.rs:76:23 | 76 | 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` | 76 | fn row_rgba<'px>(&'px self, temp_row: &'px mut [MaybeUninit], row: usize) -> &'px [RGBA] { | +++ warning: `imagequant` (lib) generated 6 warnings (run `cargo fix --lib -p imagequant` to apply 5 suggestions) Compiling imagequant-sys v4.0.3 (/home/buildozer/aports/community/libimagequant/src/libimagequant-4.2.2/imagequant-sys) warning: `extern` declarations without an explicit ABI are deprecated --> imagequant-sys/src/ffi.rs:27:24 | 27 | 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 --> imagequant-sys/src/ffi.rs:34:24 | 34 | 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 --> imagequant-sys/src/ffi.rs:428:85 | 428 | 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 6.07s Building pkg-config files Populating uninstalled header directory Installing pkg-config file Installing header file Installing shared library >>> libimagequant-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/libimagequant/pkg/libimagequant-dev/usr/include' 'usr/lib/pkgconfig' -> '/home/buildozer/aports/community/libimagequant/pkg/libimagequant-dev/usr/lib/pkgconfig' 'usr/lib/libimagequant.so' -> '/home/buildozer/aports/community/libimagequant/pkg/libimagequant-dev/usr/lib/libimagequant.so' >>> libimagequant-dev*: Preparing subpackage libimagequant-dev... >>> libimagequant-dev*: Stripping binaries >>> libimagequant-dev*: Running postcheck for libimagequant-dev >>> libimagequant*: Running postcheck for libimagequant >>> libimagequant*: Preparing package libimagequant... >>> libimagequant*: Stripping binaries >>> libimagequant*: Scanning shared objects >>> libimagequant-dev*: Scanning shared objects >>> libimagequant-dev*: Tracing dependencies... libimagequant=4.2.2-r0 libimagequant=4.2.2-r0 pkgconfig >>> libimagequant-dev*: Package size: 7.0 KB >>> libimagequant-dev*: Compressing data... >>> libimagequant-dev*: Create checksum... >>> libimagequant-dev*: Create libimagequant-dev-4.2.2-r0.apk >>> libimagequant*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libgcc_s.so.1 >>> libimagequant*: Package size: 505.0 KB >>> libimagequant*: Compressing data... >>> libimagequant*: Create checksum... >>> libimagequant*: Create libimagequant-4.2.2-r0.apk >>> libimagequant: Build complete at Sun, 19 Oct 2025 14:27:21 +0000 elapsed time 0h 0m 37s >>> libimagequant: Cleaning up srcdir >>> libimagequant: Cleaning up pkgdir >>> libimagequant: Uninstalling dependencies... ( 1/13) Purging .makedepends-libimagequant (20251019.142650) ( 2/13) Purging cargo-auditable (0.7.0-r0) ( 3/13) Purging cargo-c (0.10.15-r0) ( 4/13) Purging cargo (1.90.0-r1) ( 5/13) Purging rust (1.90.0-r1) ( 6/13) Purging libgit2 (1.9.1-r1) ( 7/13) Purging libssh2 (1.11.1-r0) ( 8/13) Purging llhttp (9.3.0-r0) ( 9/13) Purging llvm21-libs (21.1.2-r1) (10/13) Purging scudo-malloc (21.1.2-r0) (11/13) Purging libffi (3.5.2-r0) (12/13) Purging libxml2 (2.13.9-r0) (13/13) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 385 MiB in 105 packages >>> libimagequant: Updating the community/s390x repository index... >>> libimagequant: Signing the index...