>>> peep: Building community/peep 0.1.6_git20220920-r1 (using abuild 3.15.0_rc3-r1) started Tue, 29 Apr 2025 02:04:36 +0000 >>> peep: Validating /home/buildozer/aports/community/peep/APKBUILD... >>> peep: Analyzing dependencies... >>> peep: Installing for build: build-base cargo cargo-auditable (1/2) Installing cargo-auditable (0.6.6-r1) (2/2) Installing .makedepends-peep (20250429.020442) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 111 packages >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Cleaning up tmpdir >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> peep: Fetching https://github.com/ryochack/peep/archive/ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.22/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz.part' peep-ac0bd79fb9d8d05 100% |********************************| 25269 0:00:00 ETA '/var/cache/distfiles/v3.22/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz.part' saved >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz >>> peep: Checking sha512sums... peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz: OK regex-features.patch: OK >>> peep: Unpacking /var/cache/distfiles/v3.22/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz... >>> peep: regex-features.patch patching file Cargo.toml patching file Cargo.lock Downloading crates ... Downloaded regex v1.5.6 Downloaded regex-syntax v0.6.26 Downloaded tokio v1.19.2 Downloaded ctrlc v3.2.2 Downloaded inotify v0.10.0 Downloaded nix v0.24.1 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 inotify-sys v0.1.5 Compiling nix v0.24.1 Compiling termion v1.5.6 Compiling termios v0.3.3 Compiling tokio v1.19.2 Compiling regex v1.5.6 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 21.32s 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 unicode-width v0.1.9 Compiling regex-syntax v0.6.26 Compiling numtoa v0.1.0 Compiling getopts v0.2.21 Compiling memoffset v0.6.5 Compiling socket2 v0.4.4 Compiling mio v0.8.3 Compiling inotify-sys v0.1.5 Compiling nix v0.24.1 Compiling termion v1.5.6 Compiling termios v0.3.3 Compiling tokio v1.19.2 Compiling regex v1.5.6 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 10.30s Running unittests src/lib.rs (target/debug/deps/peep-5cef60481a335c65) 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_bottom_y ... ok test pane::tests::test_limit_right_x ... 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-5c7772c02f4b9a20) 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-armhf.so.1 so:libgcc_s.so.1 >>> peep*: Package size: 747.4 KB >>> peep*: Compressing data... >>> peep*: Create checksum... >>> peep*: Create peep-0.1.6_git20220920-r1.apk >>> peep: Build complete at Tue, 29 Apr 2025 02:05:16 +0000 elapsed time 0h 0m 40s >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Uninstalling dependencies... (1/2) Purging .makedepends-peep (20250429.020442) (2/2) Purging cargo-auditable (0.6.6-r1) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 109 packages >>> peep: Updating the community/armhf repository index... >>> peep: Signing the index...