>>> peep: Building community/peep 0.1.6_git20220920-r1 (using abuild 3.14.1-r2) started Thu, 14 Nov 2024 10:59:42 +0000 >>> peep: Validating /home/buildozer/aports/community/peep/APKBUILD... >>> peep: Analyzing dependencies... >>> peep: Installing for build: build-base cargo cargo-auditable (1/9) Installing libffi (3.4.6-r0) (2/9) Installing xz-libs (5.6.3-r0) (3/9) Installing libxml2 (2.13.4-r3) (4/9) Installing llvm19-libs (19.1.2-r0) (5/9) Installing scudo-malloc (19.1.2-r0) (6/9) Installing rust (1.82.0-r1) (7/9) Installing cargo (1.82.0-r1) (8/9) Installing cargo-auditable (0.6.5-r0) (9/9) Installing .makedepends-peep (20241114.105949) Executing busybox-1.37.0-r7.trigger OK: 734 MiB in 110 packages >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Cleaning up tmpdir >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.21/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz.part' peep-ac0bd79fb9d8d05 100% |********************************| 25269 0:00:00 ETA '/var/cache/distfiles/v3.21/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz.part' saved >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz >>> peep: Checking sha512sums... peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz: OK regex-features.patch: OK >>> peep: Unpacking /var/cache/distfiles/v3.21/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz... >>> peep: regex-features.patch patching file Cargo.toml patching file Cargo.lock Downloading crates ... Downloaded mio v0.8.3 Downloaded nix v0.24.1 Downloaded libc v0.2.126 Downloaded tokio v1.19.2 Downloaded ctrlc v3.2.2 Downloaded inotify v0.10.0 Compiling libc v0.2.126 Compiling cfg-if v1.0.0 Compiling autocfg v1.1.0 Compiling log v0.4.17 Compiling futures-core v0.3.21 Compiling bitflags v1.3.2 Compiling pin-project-lite v0.2.9 Compiling numtoa v0.1.0 Compiling regex-syntax v0.6.26 Compiling unicode-width v0.1.9 Compiling getopts v0.2.21 Compiling memoffset v0.6.5 Compiling mio v0.8.3 Compiling socket2 v0.4.4 Compiling inotify-sys v0.1.5 Compiling nix v0.24.1 Compiling termios v0.3.3 Compiling termion v1.5.6 Compiling regex v1.5.6 Compiling tokio v1.19.2 Compiling inotify v0.10.0 Compiling ctrlc v3.2.2 Compiling peep v0.1.6 (/home/buildozer/aports/community/peep/src/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5) Finished `release` profile [optimized] target(s) in 17.18s Compiling libc v0.2.126 Compiling cfg-if v1.0.0 Compiling autocfg v1.1.0 Compiling log v0.4.17 Compiling bitflags v1.3.2 Compiling futures-core v0.3.21 Compiling pin-project-lite v0.2.9 Compiling numtoa v0.1.0 Compiling regex-syntax v0.6.26 Compiling unicode-width v0.1.9 Compiling getopts v0.2.21 Compiling memoffset v0.6.5 Compiling socket2 v0.4.4 Compiling mio v0.8.3 Compiling nix v0.24.1 Compiling inotify-sys v0.1.5 Compiling termios v0.3.3 Compiling termion v1.5.6 Compiling regex v1.5.6 Compiling tokio v1.19.2 Compiling inotify v0.10.0 Compiling ctrlc v3.2.2 Compiling peep v0.1.6 (/home/buildozer/aports/community/peep/src/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5) Finished `test` profile [unoptimized + debuginfo] target(s) in 7.33s Running unittests src/lib.rs (target/debug/deps/peep-3ccb9670f70b3cb8) running 21 tests test keybind::tests::test_keybind_command ... ok test keybind::tests::test_keybind_number ... ok test keybind::tests::test_keybind_search ... ok test pane::tests::test_goto_horizontal_line ... ok test pane::tests::test_limit_right_x ... ok test pane::tests::test_limit_bottom_y ... ok test pane::tests::test_goto_vertical_lines ... ok test pane::tests::test_load ... ok test pane::tests::test_quit ... ok test pane::tests::test_range_of_visible_lines ... ok test pane::tests::test_scroll_left_right ... ok test pane::tests::test_set_height ... ok test pane::tests::test_scroll_up_down ... ok test pane::tests::test_set_message ... ok test pane::tests::test_show_highlight ... ok test pane::tests::test_show_line_number ... ok test search::tests::test_plane ... ok test tab::tests::test_tab ... ok test unicode_divide::tests::test_iterator ... ok test unicode_divide::tests::test_seek ... ok test search::tests::test_regex ... ok test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running unittests src/main.rs (target/debug/deps/peep-a81cf98ce39dc2e6) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests peep running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> peep: Entering fakeroot... >>> peep*: Running postcheck for peep >>> peep*: Preparing package peep... >>> peep*: Stripping binaries >>> peep*: Scanning shared objects >>> peep*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgcc_s.so.1 >>> peep*: Package size: 706.8 KB >>> peep*: Compressing data... >>> peep*: Create checksum... >>> peep*: Create peep-0.1.6_git20220920-r1.apk >>> peep: Build complete at Thu, 14 Nov 2024 11:00:17 +0000 elapsed time 0h 0m 35s >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Uninstalling dependencies... (1/9) Purging .makedepends-peep (20241114.105949) (2/9) Purging cargo-auditable (0.6.5-r0) (3/9) Purging cargo (1.82.0-r1) (4/9) Purging rust (1.82.0-r1) (5/9) Purging llvm19-libs (19.1.2-r0) (6/9) Purging scudo-malloc (19.1.2-r0) (7/9) Purging libffi (3.4.6-r0) (8/9) Purging libxml2 (2.13.4-r3) (9/9) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r7.trigger OK: 394 MiB in 101 packages >>> peep: Updating the community/aarch64 repository index... >>> peep: Signing the index...