>>> sad: Building community/sad 0.4.23-r0 (using abuild 3.13.0-r5) started Sun, 25 Aug 2024 05:21:39 +0000 >>> sad: Checking sanity of /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.2-r0) (3/18) Installing libxml2 (2.12.8-r0) (4/18) Installing llvm18-libs (18.1.8-r0) (5/18) Installing scudo-malloc (18.1.8-r0) (6/18) Installing rust (1.80.1-r0) (7/18) Installing cargo (1.80.1-r0) (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_p20240601-r0) (13/18) Installing sqlite-libs (3.46.1-r0) (14/18) Installing python3 (3.12.5-r1) (15/18) Installing python3-pycache-pyc0 (3.12.5-r1) (16/18) Installing pyc (3.12.5-r1) (17/18) Installing python3-pyc (3.12.5-r1) (18/18) Installing .makedepends-sad (20240825.052149) Executing busybox-1.36.1-r31.trigger OK: 595 MiB in 119 packages >>> sad: Cleaning up srcdir >>> sad: Cleaning up pkgdir >>> sad: Cleaning up tmpdir >>> sad: Fetching https://distfiles.alpinelinux.org/distfiles/edge/sad-0.4.23.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3319k 100 3319k 0 0 11.5M 0 --:--:-- --:--:-- --:--:-- 11.5M >>> sad: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/sad-0.4.23.tar.gz... >>> sad: cargo-update.patch patching file Cargo.lock Downloading crates ... Downloaded uuid v1.3.3 Downloaded lock_api v0.4.10 Downloaded parking_lot_core v0.9.8 Downloaded concurrent-queue v2.2.0 Downloaded clap_lex v0.5.0 Downloaded futures-macro v0.3.28 Downloaded futures-executor v0.3.28 Downloaded anstyle-parse v0.2.0 Downloaded crossbeam-utils v0.8.15 Downloaded clap_derive v4.3.2 Downloaded clap v4.3.2 Downloaded futures v0.3.28 Downloaded futures-channel v0.3.28 Downloaded mio v0.8.8 Downloaded unicode-ident v1.0.9 Downloaded futures-util v0.3.28 Downloaded clap_builder v4.3.1 Downloaded futures-core v0.3.28 Downloaded futures-io v0.3.28 Downloaded futures-task v0.3.28 Downloaded num_cpus v1.15.0 Downloaded tokio-macros v2.1.0 Downloaded async-channel v1.8.0 Downloaded anstyle v1.0.0 Downloaded futures-sink v0.3.28 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 utf8parse v0.2.1 Compiling parking_lot_core v0.9.8 Compiling crossbeam-utils v0.8.15 Compiling futures-util v0.3.28 Compiling pin-project-lite v0.2.9 Compiling futures-sink v0.3.28 Compiling pin-utils v0.1.0 Compiling anstyle-query v1.0.0 Compiling anstyle v1.0.0 Compiling futures-io v0.3.28 Compiling smallvec v1.10.0 Compiling scopeguard v1.1.0 Compiling colorchoice v1.0.0 Compiling strsim v0.10.0 Compiling heck v0.4.1 Compiling clap_lex v0.5.0 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 event-listener v2.5.3 Compiling bytes v1.4.0 Compiling shlex v1.1.0 Compiling difflib v0.4.0 Compiling anstyle-parse v0.2.0 Compiling ansi_term v0.12.1 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 errno v0.3.1 Compiling num_cpus v1.15.0 Compiling socket2 v0.4.9 Compiling mio v0.8.8 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 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: `#[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 | 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 | 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 | 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 | 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 20s 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-task v0.3.28 Compiling futures-channel v0.3.28 Compiling pin-project-lite v0.2.9 Compiling utf8parse v0.2.1 Compiling crossbeam-utils v0.8.15 Compiling futures-util v0.3.28 Compiling parking_lot_core v0.9.8 Compiling futures-sink v0.3.28 Compiling anstyle-query v1.0.0 Compiling scopeguard v1.1.0 Compiling pin-utils v0.1.0 Compiling anstyle v1.0.0 Compiling futures-io v0.3.28 Compiling colorchoice v1.0.0 Compiling smallvec v1.10.0 Compiling strsim v0.10.0 Compiling clap_lex v0.5.0 Compiling heck v0.4.1 Compiling bytes v1.4.0 Compiling either v1.8.1 Compiling once_cell v1.18.0 Compiling event-listener v2.5.3 Compiling anstyle-parse v0.2.0 Compiling sad v0.4.23 (/home/buildozer/aports/community/sad/src/sad-0.4.23) Compiling regex-syntax v0.7.2 Compiling shlex v1.1.0 Compiling ansi_term v0.12.1 Compiling difflib v0.4.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 errno v0.3.1 Compiling signal-hook-registry v1.4.1 Compiling num_cpus v1.15.0 Compiling socket2 v0.4.9 Compiling mio v0.8.8 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: `#[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 | 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 | 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 | 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 | 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 27.02s Running unittests src/main.rs (target/debug/deps/sad-1d67b72d2884c8e6) 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.28s >>> 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-loongarch64.so.1 so:libgcc_s.so.1 >>> sad*: Package size: 1.8 MB >>> sad*: Compressing data... >>> sad*: Create checksum... >>> sad*: Create sad-0.4.23-r0.apk >>> sad: Build complete at Sun, 25 Aug 2024 05:23:41 +0000 elapsed time 0h 2m 2s >>> sad: Cleaning up srcdir >>> sad: Cleaning up pkgdir >>> sad: Uninstalling dependencies... (1/18) Purging .makedepends-sad (20240825.052149) (2/18) Purging cargo-auditable (0.6.4-r0) (3/18) Purging python3-pyc (3.12.5-r1) (4/18) Purging python3-pycache-pyc0 (3.12.5-r1) (5/18) Purging pyc (3.12.5-r1) (6/18) Purging python3 (3.12.5-r1) (7/18) Purging cargo (1.80.1-r0) (8/18) Purging rust (1.80.1-r0) (9/18) Purging gdbm (1.24-r0) (10/18) Purging libbz2 (1.0.8-r6) (11/18) Purging libpanelw (6.5_p20240601-r0) (12/18) Purging llvm18-libs (18.1.8-r0) (13/18) Purging mpdecimal (4.0.0-r0) (14/18) Purging scudo-malloc (18.1.8-r0) (15/18) Purging sqlite-libs (3.46.1-r0) (16/18) Purging libffi (3.4.6-r0) (17/18) Purging libxml2 (2.12.8-r0) (18/18) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 250 MiB in 101 packages >>> sad: Updating the community/loongarch64 repository index... >>> sad: Signing the index...