>>> sad: Building community/sad 0.4.23-r0 (using abuild 3.14.1-r1) started Mon, 11 Nov 2024 09:26:37 +0000 >>> sad: Validating /home/buildozer/aports/community/sad/APKBUILD... >>> sad: Analyzing dependencies... >>> sad: Installing for build: build-base cargo cargo-auditable python3 (1/18) Installing libffi (3.4.6-r0) (2/18) Installing xz-libs (5.6.3-r0) (3/18) Installing libxml2 (2.13.4-r3) (4/18) Installing llvm19-libs (19.1.2-r0) (5/18) Installing scudo-malloc (19.1.2-r0) (6/18) Installing rust (1.82.0-r1) (7/18) Installing cargo (1.82.0-r1) (8/18) Installing cargo-auditable (0.6.4-r0) (9/18) Installing libbz2 (1.0.8-r6) (10/18) Installing gdbm (1.24-r0) (11/18) Installing mpdecimal (4.0.0-r0) (12/18) Installing libpanelw (6.5_p20241006-r2) (13/18) Installing sqlite-libs (3.47.0-r0) (14/18) Installing python3 (3.12.7-r1) (15/18) Installing python3-pycache-pyc0 (3.12.7-r1) (16/18) Installing pyc (3.12.7-r1) (17/18) Installing python3-pyc (3.12.7-r1) (18/18) Installing .makedepends-sad (20241111.092655) Executing busybox-1.37.0-r6.trigger OK: 807 MiB in 119 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) 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 rustix v0.37.19 Downloaded clap_builder v4.3.1 Downloaded tokio v1.28.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 io-lifetimes v1.0.11 Compiling cfg-if v1.0.0 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 futures-util v0.3.28 Compiling pin-project-lite v0.2.9 Compiling parking_lot_core v0.9.8 Compiling crossbeam-utils v0.8.15 Compiling utf8parse v0.2.1 Compiling futures-sink v0.3.28 Compiling scopeguard v1.1.0 Compiling anstyle-query v1.0.0 Compiling pin-utils v0.1.0 Compiling futures-io v0.3.28 Compiling smallvec v1.10.0 Compiling colorchoice v1.0.0 Compiling anstyle v1.0.0 Compiling strsim v0.10.0 Compiling heck v0.4.1 Compiling clap_lex v0.5.0 Compiling either v1.8.1 Compiling sad v0.4.23 (/home/buildozer/aports/community/sad/src/sad-0.4.23) Compiling event-listener v2.5.3 Compiling regex-syntax v0.7.2 Compiling bytes v1.4.0 Compiling once_cell v1.18.0 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 async-channel v1.8.0 Compiling aho-corasick v1.0.2 Compiling syn v2.0.18 Compiling mio v0.8.8 Compiling getrandom v0.2.10 Compiling signal-hook-registry v1.4.1 Compiling socket2 v0.4.9 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 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 1m 37s 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 linux-raw-sys v0.3.8 Compiling bitflags v1.3.2 Compiling futures-task v0.3.28 Compiling futures-channel v0.3.28 Compiling futures-sink v0.3.28 Compiling pin-project-lite v0.2.9 Compiling futures-util v0.3.28 Compiling parking_lot_core v0.9.8 Compiling crossbeam-utils v0.8.15 Compiling utf8parse v0.2.1 Compiling anstyle v1.0.0 Compiling scopeguard v1.1.0 Compiling futures-io v0.3.28 Compiling anstyle-query v1.0.0 Compiling pin-utils v0.1.0 Compiling colorchoice v1.0.0 Compiling smallvec v1.10.0 Compiling heck v0.4.1 Compiling strsim v0.10.0 Compiling clap_lex v0.5.0 Compiling regex-syntax v0.7.2 Compiling event-listener v2.5.3 Compiling once_cell v1.18.0 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 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 async-channel v1.8.0 Compiling aho-corasick v1.0.2 Compiling syn v2.0.18 Compiling num_cpus v1.15.0 Compiling mio v0.8.8 Compiling socket2 v0.4.9 Compiling getrandom v0.2.10 Compiling signal-hook-registry v1.4.1 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 30.36s Running unittests src/main.rs (target/debug/deps/sad-aa80563789670f7d) 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.52s >>> 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-x86_64.so.1 so:libgcc_s.so.1 >>> sad*: Package size: 1.7 MB >>> sad*: Compressing data... >>> sad*: Create checksum... >>> sad*: Create sad-0.4.23-r0.apk >>> sad: Build complete at Mon, 11 Nov 2024 09:29:10 +0000 elapsed time 0h 2m 33s >>> sad: Cleaning up srcdir >>> sad: Cleaning up pkgdir >>> sad: Uninstalling dependencies... (1/18) Purging .makedepends-sad (20241111.092655) (2/18) Purging cargo-auditable (0.6.4-r0) (3/18) Purging python3-pyc (3.12.7-r1) (4/18) Purging python3-pycache-pyc0 (3.12.7-r1) (5/18) Purging pyc (3.12.7-r1) (6/18) Purging python3 (3.12.7-r1) (7/18) Purging cargo (1.82.0-r1) (8/18) Purging rust (1.82.0-r1) (9/18) Purging gdbm (1.24-r0) (10/18) Purging libbz2 (1.0.8-r6) (11/18) Purging libpanelw (6.5_p20241006-r2) (12/18) Purging llvm19-libs (19.1.2-r0) (13/18) Purging mpdecimal (4.0.0-r0) (14/18) Purging scudo-malloc (19.1.2-r0) (15/18) Purging sqlite-libs (3.47.0-r0) (16/18) Purging libffi (3.4.6-r0) (17/18) Purging libxml2 (2.13.4-r3) (18/18) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r6.trigger OK: 395 MiB in 101 packages >>> sad: Updating the community/x86_64 repository index... >>> sad: Signing the index...