>>> sad: Building community/sad 0.4.23-r0 (using abuild 3.15.0_rc3-r1) started Sat, 03 May 2025 11:05:33 +0000 >>> sad: Validating /home/buildozer/aports/community/sad/APKBUILD... >>> sad: Analyzing dependencies... >>> sad: Installing for build: build-base cargo cargo-auditable python3 (1/17) Installing libffi (3.4.8-r0) (2/17) Installing xz-libs (5.8.1-r0) (3/17) Installing libxml2 (2.13.7-r1) (4/17) Installing llvm20-libs (20.1.3-r1) (5/17) Installing rust (1.86.0-r2) (6/17) Installing cargo (1.86.0-r2) (7/17) Installing cargo-auditable (0.6.6-r1) (8/17) Installing libbz2 (1.0.8-r6) (9/17) Installing gdbm (1.24-r0) (10/17) Installing mpdecimal (4.0.0-r0) (11/17) Installing libpanelw (6.5_p20250412-r0) (12/17) Installing sqlite-libs (3.49.1-r1) (13/17) Installing python3 (3.12.10-r0) (14/17) Installing python3-pycache-pyc0 (3.12.10-r0) (15/17) Installing pyc (3.12.10-r0) (16/17) Installing python3-pyc (3.12.10-r0) (17/17) Installing .makedepends-sad (20250503.110556) Executing busybox-1.37.0-r16.trigger OK: 542 MiB in 119 packages >>> sad: Cleaning up srcdir >>> sad: Cleaning up pkgdir >>> sad: Cleaning up tmpdir >>> sad: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/sad-0.4.23.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> sad: Fetching https://github.com/ms-jpq/sad/archive/v0.4.23/sad-0.4.23.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.22/sad-0.4.23.tar.gz.part' sad-0.4.23.tar.gz.pa 100% |********************************| 3319k 0:00:00 ETA '/var/cache/distfiles/v3.22/sad-0.4.23.tar.gz.part' saved >>> sad: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/sad-0.4.23.tar.gz >>> sad: Checking sha512sums... sad-0.4.23.tar.gz: OK cargo-update.patch: OK >>> sad: Unpacking /var/cache/distfiles/v3.22/sad-0.4.23.tar.gz... >>> sad: cargo-update.patch patching file Cargo.lock Downloading crates ... Downloaded either v1.8.1 Downloaded proc-macro2 v1.0.60 Downloaded num_cpus v1.15.0 Downloaded smallvec v1.10.0 Downloaded crossbeam-utils v0.8.15 Downloaded shlex v1.1.0 Downloaded anstyle-parse v0.2.0 Downloaded async-channel v1.8.0 Downloaded clap_derive v4.3.2 Downloaded regex v1.8.4 Downloaded clap_builder v4.3.1 Downloaded tokio v1.28.2 Downloaded regex-syntax v0.7.2 Downloaded rustix v0.37.19 Downloaded uuid v1.3.3 Downloaded clap v4.3.2 Compiling libc v0.2.155 Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.60 Compiling quote v1.0.28 Compiling unicode-ident v1.0.9 Compiling cfg-if v1.0.0 Compiling io-lifetimes v1.0.11 Compiling futures-core v0.3.28 Compiling memchr v2.5.0 Compiling rustix v0.37.19 Compiling bitflags v1.3.2 Compiling linux-raw-sys v0.3.8 Compiling futures-task v0.3.28 Compiling futures-channel v0.3.28 Compiling futures-util v0.3.28 Compiling futures-sink v0.3.28 Compiling parking_lot_core v0.9.8 Compiling utf8parse v0.2.1 Compiling pin-project-lite v0.2.9 Compiling crossbeam-utils v0.8.15 Compiling scopeguard v1.1.0 Compiling anstyle-query v1.0.0 Compiling smallvec v1.10.0 Compiling anstyle v1.0.0 Compiling colorchoice v1.0.0 Compiling futures-io v0.3.28 Compiling pin-utils v0.1.0 Compiling strsim v0.10.0 Compiling heck v0.4.1 Compiling clap_lex v0.5.0 Compiling event-listener v2.5.3 Compiling sad v0.4.23 (/home/buildozer/aports/community/sad/src/sad-0.4.23) Compiling bytes v1.4.0 Compiling either v1.8.1 Compiling regex-syntax v0.7.2 Compiling once_cell v1.18.0 Compiling shlex v1.1.0 Compiling ansi_term v0.12.1 Compiling difflib v0.4.0 Compiling anstyle-parse v0.2.0 Compiling slab v0.4.8 Compiling lock_api v0.4.10 Compiling tokio v1.28.2 Compiling aho-corasick v1.0.2 Compiling concurrent-queue v2.2.0 Compiling async-channel v1.8.0 Compiling syn v2.0.18 Compiling socket2 v0.4.9 Compiling signal-hook-registry v1.4.1 Compiling getrandom v0.2.10 Compiling mio v0.8.8 Compiling num_cpus v1.15.0 Compiling which v4.4.0 Compiling uuid v1.3.3 Compiling parking_lot v0.12.1 Compiling regex v1.8.4 Compiling is-terminal v0.4.7 Compiling terminal_size v0.2.6 Compiling anstream v0.3.2 Compiling clap_builder v4.3.1 Compiling futures-macro v0.3.28 Compiling tokio-macros v2.1.0 Compiling clap_derive v4.3.2 Compiling clap v4.3.2 Compiling futures-executor v0.3.28 Compiling futures v0.3.28 warning: field `0` is never read --> src/types.rs:20:14 | 20 | RegexError(RegexError), | ---------- ^^^^^^^^^^ | | | field in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 20 - RegexError(RegexError), 20 + RegexError(()), | warning: field `0` is never read --> src/types.rs:21:14 | 21 | BuildError(BuildError), | ---------- ^^^^^^^^^^ | | | field in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 21 - BuildError(BuildError), 21 + BuildError(()), | warning: field `0` is never read --> src/types.rs:22:17 | 22 | ArgumentError(String), | ------------- ^^^^^^ | | | field in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 22 - ArgumentError(String), 22 + ArgumentError(()), | warning: fields `0` and `1` are never read --> src/types.rs:23:6 | 23 | IO(PathBuf, ErrorKind), | -- ^^^^^^^ ^^^^^^^^^ | | | fields in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields | 23 - IO(PathBuf, ErrorKind), 23 + IO((), ()), | warning: fields `0` and `1` are never read --> src/types.rs:24:11 | 24 | BadExit(PathBuf, i32), | ------- ^^^^^^^ ^^^ | | | fields in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields | 24 - BadExit(PathBuf, i32), 24 + BadExit((), ()), | warning: `sad` (bin "sad") generated 5 warnings Finished `release` profile [optimized] target(s) in 1m 01s Compiling libc v0.2.155 Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.60 Compiling quote v1.0.28 Compiling unicode-ident v1.0.9 Compiling cfg-if v1.0.0 Compiling io-lifetimes v1.0.11 Compiling futures-core v0.3.28 Compiling memchr v2.5.0 Compiling rustix v0.37.19 Compiling linux-raw-sys v0.3.8 Compiling bitflags v1.3.2 Compiling futures-channel v0.3.28 Compiling futures-task v0.3.28 Compiling utf8parse v0.2.1 Compiling futures-sink v0.3.28 Compiling futures-util v0.3.28 Compiling pin-project-lite v0.2.9 Compiling crossbeam-utils v0.8.15 Compiling parking_lot_core v0.9.8 Compiling pin-utils v0.1.0 Compiling futures-io v0.3.28 Compiling anstyle v1.0.0 Compiling scopeguard v1.1.0 Compiling anstyle-query v1.0.0 Compiling colorchoice v1.0.0 Compiling smallvec v1.10.0 Compiling clap_lex v0.5.0 Compiling strsim v0.10.0 Compiling heck v0.4.1 Compiling bytes v1.4.0 Compiling event-listener v2.5.3 Compiling regex-syntax v0.7.2 Compiling sad v0.4.23 (/home/buildozer/aports/community/sad/src/sad-0.4.23) Compiling either v1.8.1 Compiling once_cell v1.18.0 Compiling ansi_term v0.12.1 Compiling shlex v1.1.0 Compiling difflib v0.4.0 Compiling anstyle-parse v0.2.0 Compiling slab v0.4.8 Compiling lock_api v0.4.10 Compiling tokio v1.28.2 Compiling concurrent-queue v2.2.0 Compiling aho-corasick v1.0.2 Compiling async-channel v1.8.0 Compiling syn v2.0.18 Compiling mio v0.8.8 Compiling signal-hook-registry v1.4.1 Compiling num_cpus v1.15.0 Compiling socket2 v0.4.9 Compiling getrandom v0.2.10 Compiling which v4.4.0 Compiling uuid v1.3.3 Compiling parking_lot v0.12.1 Compiling regex v1.8.4 Compiling is-terminal v0.4.7 Compiling terminal_size v0.2.6 Compiling anstream v0.3.2 Compiling clap_builder v4.3.1 Compiling futures-macro v0.3.28 Compiling clap_derive v4.3.2 Compiling tokio-macros v2.1.0 Compiling clap v4.3.2 Compiling futures-executor v0.3.28 Compiling futures v0.3.28 warning: field `0` is never read --> src/types.rs:20:14 | 20 | RegexError(RegexError), | ---------- ^^^^^^^^^^ | | | field in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 20 - RegexError(RegexError), 20 + RegexError(()), | warning: field `0` is never read --> src/types.rs:21:14 | 21 | BuildError(BuildError), | ---------- ^^^^^^^^^^ | | | field in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 21 - BuildError(BuildError), 21 + BuildError(()), | warning: field `0` is never read --> src/types.rs:22:17 | 22 | ArgumentError(String), | ------------- ^^^^^^ | | | field in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 22 - ArgumentError(String), 22 + ArgumentError(()), | warning: fields `0` and `1` are never read --> src/types.rs:23:6 | 23 | IO(PathBuf, ErrorKind), | -- ^^^^^^^ ^^^^^^^^^ | | | fields in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields | 23 - IO(PathBuf, ErrorKind), 23 + IO((), ()), | warning: fields `0` and `1` are never read --> src/types.rs:24:11 | 24 | BadExit(PathBuf, i32), | ------- ^^^^^^^ ^^^ | | | fields in this variant | = note: `Fail` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields | 24 - BadExit(PathBuf, i32), 24 + BadExit((), ()), | warning: `sad` (bin "sad" test) generated 5 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 21.61s Running unittests src/main.rs (target/debug/deps/sad-0ff873ccb304fec7) running 2 tests test udiff_spec::spec::unified ... ok test udiff_spec::spec::patch ... ok test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s >>> sad: Entering fakeroot... >>> sad*: Running postcheck for sad >>> sad*: Preparing package sad... >>> sad*: Stripping binaries >>> sad*: Scanning shared objects >>> sad*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> sad*: Package size: 1.2 MB >>> sad*: Compressing data... >>> sad*: Create checksum... >>> sad*: Create sad-0.4.23-r0.apk >>> sad: Build complete at Sat, 03 May 2025 11:07:24 +0000 elapsed time 0h 1m 51s >>> sad: Cleaning up srcdir >>> sad: Cleaning up pkgdir >>> sad: Uninstalling dependencies... (1/17) Purging .makedepends-sad (20250503.110556) (2/17) Purging cargo-auditable (0.6.6-r1) (3/17) Purging python3-pyc (3.12.10-r0) (4/17) Purging python3-pycache-pyc0 (3.12.10-r0) (5/17) Purging pyc (3.12.10-r0) (6/17) Purging python3 (3.12.10-r0) (7/17) Purging cargo (1.86.0-r2) (8/17) Purging rust (1.86.0-r2) (9/17) Purging gdbm (1.24-r0) (10/17) Purging libbz2 (1.0.8-r6) (11/17) Purging libpanelw (6.5_p20250412-r0) (12/17) Purging llvm20-libs (20.1.3-r1) (13/17) Purging mpdecimal (4.0.0-r0) (14/17) Purging sqlite-libs (3.49.1-r1) (15/17) Purging libffi (3.4.8-r0) (16/17) Purging libxml2 (2.13.7-r1) (17/17) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 274 MiB in 102 packages >>> sad: Updating the community/armv7 repository index... >>> sad: Signing the index...