>>> peep: Building community/peep 0.1.6_git20220920-r0 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 08:17:27 +0000 >>> peep: Checking sanity of /home/buildozer/aports/community/peep/APKBUILD... >>> peep: Analyzing dependencies... >>> peep: Installing for build: build-base cargo (1/7) Installing libffi (3.4.4-r2) (2/7) Installing xz-libs (5.4.2-r1) (3/7) Installing libxml2 (2.10.4-r2) (4/7) Installing llvm15-libs (15.0.7-r5) (5/7) Installing rust (1.69.0-r2) (6/7) Installing cargo (1.69.0-r2) (7/7) Installing .makedepends-peep (20230421.081729) Executing busybox-1.36.0-r7.trigger OK: 1012 MiB in 104 packages >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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 146 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25269 0 25269 0 0 44839 0 --:--:-- --:--:-- --:--:-- 560k >>> peep: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz >>> peep: Checking sha512sums... peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz: OK regex-features.patch: OK >>> peep: Unpacking /var/cache/distfiles/v3.18/peep-ac0bd79fb9d8d05e4ed059bb37b93a7cce4b9bc5.tar.gz... >>> peep: regex-features.patch patching file Cargo.toml patching file Cargo.lock Updating crates.io index Downloading crates ... Downloaded termios v0.3.3 Downloaded termion v1.5.6 Downloaded numtoa v0.1.0 Downloaded inotify-sys v0.1.5 Downloaded mio v0.8.3 Downloaded inotify v0.10.0 Downloaded nix v0.24.1 Downloaded tokio v1.19.2 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 unicode-width v0.1.9 Compiling regex-syntax v0.6.26 Compiling getopts v0.2.21 Compiling memoffset v0.6.5 Compiling mio v0.8.3 Compiling socket2 v0.4.4 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 release [optimized] target(s) in 21.25s Compiling libc v0.2.126 Compiling cfg-if v1.0.0 Compiling log v0.4.17 Compiling autocfg v1.1.0 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 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 test [unoptimized + debuginfo] target(s) in 11.21s Running unittests src/lib.rs (target/debug/deps/peep-4de78bcbcd924b4c) 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_goto_vertical_lines ... ok test pane::tests::test_limit_right_x ... 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_set_message ... ok test pane::tests::test_scroll_up_down ... 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-cbcd74325acb666d) 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: 712.0 KB >>> peep*: Compressing data... >>> peep*: Create checksum... >>> peep*: Create peep-0.1.6_git20220920-r0.apk >>> peep: Build complete at Fri, 21 Apr 2023 08:18:10 +0000 elapsed time 0h 0m 43s >>> peep: Cleaning up srcdir >>> peep: Cleaning up pkgdir >>> peep: Uninstalling dependencies... (1/7) Purging .makedepends-peep (20230421.081729) (2/7) Purging cargo (1.69.0-r2) (3/7) Purging rust (1.69.0-r2) (4/7) Purging llvm15-libs (15.0.7-r5) (5/7) Purging libffi (3.4.4-r2) (6/7) Purging libxml2 (2.10.4-r2) (7/7) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 97 packages >>> peep: Updating the community/armhf repository index... >>> peep: Signing the index...