>>> sad: Building community/sad 0.4.23-r0 (using abuild 3.14.1-r1) started Wed, 30 Oct 2024 09:38:27 +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.6-r0) (2/17) Installing xz-libs (5.6.3-r0) (3/17) Installing libxml2 (2.13.4-r2) (4/17) Installing llvm19-libs (19.1.1-r0) (5/17) Installing rust (1.82.0-r1) (6/17) Installing cargo (1.82.0-r1) (7/17) Installing cargo-auditable (0.6.4-r0) (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_p20241006-r1) (12/17) Installing sqlite-libs (3.47.0-r0) (13/17) Installing python3 (3.12.7-r1) (14/17) Installing python3-pycache-pyc0 (3.12.7-r1) (15/17) Installing pyc (3.12.7-r1) (16/17) Installing python3-pyc (3.12.7-r1) (17/17) Installing .makedepends-sad (20241030.093837) Executing busybox-1.37.0-r3.trigger OK: 539 MiB in 118 packages >>> sad: Cleaning up srcdir >>> sad: Cleaning up pkgdir >>> sad: Cleaning up tmpdir >>> sad: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/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.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.21/sad-0.4.23.tar.gz.part' sad-0.4.23.tar.gz.pa 100% |********************************| 3319k 0:00:00 ETA '/var/cache/distfiles/v3.21/sad-0.4.23.tar.gz.part' saved >>> sad: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/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.21/sad-0.4.23.tar.gz... >>> sad: cargo-update.patch patching file Cargo.lock Downloading crates ... Downloaded clap v4.3.2 Downloaded terminal_size v0.2.6 Downloaded async-channel v1.8.0 Downloaded clap_derive v4.3.2 Downloaded concurrent-queue v2.2.0 Downloaded unicode-ident v1.0.9 Downloaded crossbeam-utils v0.8.15 Downloaded uuid v1.3.3 Downloaded num_cpus v1.15.0 Downloaded clap_builder v4.3.1 Downloaded rustix v0.37.19 Downloaded tokio v1.28.2 Compiling libc v0.2.155 Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.60 Compiling unicode-ident v1.0.9 Compiling quote v1.0.28 Compiling io-lifetimes v1.0.11 Compiling cfg-if v1.0.0 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 crossbeam-utils v0.8.15 Compiling futures-sink v0.3.28 Compiling utf8parse v0.2.1 Compiling parking_lot_core v0.9.8 Compiling pin-project-lite v0.2.9 Compiling anstyle v1.0.0 Compiling colorchoice v1.0.0 Compiling pin-utils v0.1.0 Compiling anstyle-query v1.0.0 Compiling scopeguard v1.1.0 Compiling smallvec v1.10.0 Compiling futures-io v0.3.28 Compiling clap_lex v0.5.0 Compiling strsim v0.10.0 Compiling heck v0.4.1 Compiling bytes v1.4.0 Compiling sad v0.4.23 (/home/buildozer/aports/community/sad/src/sad-0.4.23) Compiling either v1.8.1 Compiling event-listener v2.5.3 Compiling once_cell v1.18.0 Compiling regex-syntax v0.7.2 Compiling ansi_term v0.12.1 Compiling difflib v0.4.0 Compiling shlex v1.1.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 num_cpus v1.15.0 Compiling signal-hook-registry v1.4.1 Compiling getrandom v0.2.10 Compiling mio v0.8.8 Compiling socket2 v0.4.9 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(()), | ~~ 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(()), | ~~ 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(()), | ~~ 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((), ()), | ~~ ~~ 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((), ()), | ~~ ~~ warning: `sad` (bin "sad") generated 5 warnings Finished `release` profile [optimized] target(s) in 55.76s 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 rustix v0.37.19 Compiling memchr v2.5.0 Compiling bitflags v1.3.2 Compiling linux-raw-sys v0.3.8 Compiling futures-channel v0.3.28 Compiling futures-task v0.3.28 Compiling parking_lot_core v0.9.8 Compiling utf8parse v0.2.1 Compiling futures-sink v0.3.28 Compiling crossbeam-utils v0.8.15 Compiling futures-util v0.3.28 Compiling pin-project-lite v0.2.9 Compiling scopeguard v1.1.0 Compiling smallvec v1.10.0 Compiling pin-utils v0.1.0 Compiling futures-io v0.3.28 Compiling anstyle v1.0.0 Compiling colorchoice v1.0.0 Compiling anstyle-query v1.0.0 Compiling clap_lex v0.5.0 Compiling heck v0.4.1 Compiling strsim v0.10.0 Compiling once_cell v1.18.0 Compiling sad v0.4.23 (/home/buildozer/aports/community/sad/src/sad-0.4.23) Compiling either v1.8.1 Compiling bytes v1.4.0 Compiling event-listener v2.5.3 Compiling regex-syntax v0.7.2 Compiling ansi_term v0.12.1 Compiling difflib v0.4.0 Compiling shlex v1.1.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 signal-hook-registry v1.4.1 Compiling getrandom v0.2.10 Compiling num_cpus v1.15.0 Compiling socket2 v0.4.9 Compiling mio v0.8.8 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(()), | ~~ 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(()), | ~~ 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(()), | ~~ 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((), ()), | ~~ ~~ 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((), ()), | ~~ ~~ warning: `sad` (bin "sad" test) generated 5 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 19.90s Running unittests src/main.rs (target/debug/deps/sad-d2dfaaa2e306e58c) 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.24s >>> 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 Wed, 30 Oct 2024 09:39:56 +0000 elapsed time 0h 1m 29s >>> sad: Cleaning up srcdir >>> sad: Cleaning up pkgdir >>> sad: Uninstalling dependencies... (1/17) Purging .makedepends-sad (20241030.093837) (2/17) Purging cargo-auditable (0.6.4-r0) (3/17) Purging python3-pyc (3.12.7-r1) (4/17) Purging python3-pycache-pyc0 (3.12.7-r1) (5/17) Purging pyc (3.12.7-r1) (6/17) Purging python3 (3.12.7-r1) (7/17) Purging cargo (1.82.0-r1) (8/17) Purging rust (1.82.0-r1) (9/17) Purging gdbm (1.24-r0) (10/17) Purging libbz2 (1.0.8-r6) (11/17) Purging libpanelw (6.5_p20241006-r1) (12/17) Purging llvm19-libs (19.1.1-r0) (13/17) Purging mpdecimal (4.0.0-r0) (14/17) Purging sqlite-libs (3.47.0-r0) (15/17) Purging libffi (3.4.6-r0) (16/17) Purging libxml2 (2.13.4-r2) (17/17) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r3.trigger OK: 271 MiB in 101 packages >>> sad: Updating the community/armv7 repository index... >>> sad: Signing the index...