>>> peep: Building community/peep 0.1.6_git20220920-r1 (using abuild 3.14.1-r3) started Wed, 25 Dec 2024 22:31:50 +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.4-r0) (5/9) Installing scudo-malloc (19.1.4-r0) (6/9) Installing rust (1.83.0-r0) (7/9) Installing cargo (1.83.0-r0) (8/9) Installing cargo-auditable (0.6.6-r0) (9/9) Installing .makedepends-peep (20241225.223154) Executing busybox-1.37.0-r10.trigger OK: 668 MiB in 111 packages >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Cleaning up tmpdir >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/edge/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> peep: Fetching https://github.com/ryochack/peep/archive/ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12358 0 12358 0 0 20156 0 --:--:-- --:--:-- --:--:-- 20156 100 25269 0 25269 0 0 40087 0 --:--:-- --:--:-- --:--:-- 741k >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/edge/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz >>> peep: Checking sha512sums... peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz: OK regex-features.patch: OK >>> peep: Unpacking /var/cache/distfiles/edge/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz... >>> peep: regex-features.patch patching file Cargo.toml patching file Cargo.lock Downloading crates ... Downloaded ctrlc v3.2.2 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 regex-syntax v0.6.26 Compiling unicode-width v0.1.9 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 nix v0.24.1 Compiling inotify-sys v0.1.5 Compiling termion v1.5.6 Compiling termios v0.3.3 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 1m 44s 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 regex-syntax v0.6.26 Compiling numtoa v0.1.0 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 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 56.82s Running unittests src/lib.rs (target/debug/deps/peep-5ed2a2caf83dd55a) running 21 tests test keybind::tests::test_keybind_search ... ok test keybind::tests::test_keybind_command ... ok test keybind::tests::test_keybind_number ... ok test pane::tests::test_goto_horizontal_line ... ok test pane::tests::test_goto_vertical_lines ... ok test pane::tests::test_limit_right_x ... ok test pane::tests::test_limit_bottom_y ... ok test pane::tests::test_quit ... ok test pane::tests::test_load ... ok test pane::tests::test_range_of_visible_lines ... ok test pane::tests::test_scroll_left_right ... ok test pane::tests::test_scroll_up_down ... ok test pane::tests::test_set_message ... ok test pane::tests::test_set_height ... 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.05s Running unittests src/main.rs (target/debug/deps/peep-5a8a2940388415a9) 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-riscv64.so.1 so:libgcc_s.so.1 >>> peep*: Package size: 827.2 KB >>> peep*: Compressing data... >>> peep*: Create checksum... >>> peep*: Create peep-0.1.6_git20220920-r1.apk >>> peep: Build complete at Wed, 25 Dec 2024 22:34:48 +0000 elapsed time 0h 2m 58s >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Uninstalling dependencies... (1/9) Purging .makedepends-peep (20241225.223154) (2/9) Purging cargo-auditable (0.6.6-r0) (3/9) Purging cargo (1.83.0-r0) (4/9) Purging rust (1.83.0-r0) (5/9) Purging llvm19-libs (19.1.4-r0) (6/9) Purging scudo-malloc (19.1.4-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-r10.trigger OK: 340 MiB in 102 packages >>> peep: Updating the community/riscv64 repository index... >>> peep: Signing the index...