>>> navi: Building testing/navi 2.20.1-r0 (using abuild 3.10.0_rc1-r2) started Sun, 27 Nov 2022 16:18:09 +0000 >>> navi: Checking sanity of /home/buildozer/aports/testing/navi/APKBUILD... >>> navi: Analyzing dependencies... >>> navi: Installing for build: build-base git cargo (1/8) Installing rust-stdlib (1.65.0-r0) (2/8) Installing libffi (3.4.4-r0) (3/8) Installing xz-libs (5.2.8-r0) (4/8) Installing libxml2 (2.10.3-r2) (5/8) Installing llvm15-libs (15.0.5-r1) (6/8) Installing rust (1.65.0-r0) (7/8) Installing cargo (1.65.0-r0) (8/8) Installing .makedepends-navi (20221127.161811) Executing busybox-1.35.0-r29.trigger OK: 1220 MiB in 105 packages >>> navi: Cleaning up srcdir >>> navi: Cleaning up pkgdir >>> navi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/navi-2.20.1.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 60039 100 60039 0 0 66690 0 --:--:-- --:--:-- --:--:-- 66635 >>> navi: Fetching https://distfiles.alpinelinux.org/distfiles/edge/navi-2.20.1.tar.gz >>> navi: Checking sha512sums... navi-2.20.1.tar.gz: OK fix-compiled_default_path.patch: OK config.yaml: OK >>> navi: Unpacking /var/cache/distfiles/navi-2.20.1.tar.gz... >>> navi: fix-compiled_default_path.patch patching file src/filesystem.rs Hunk #2 succeeded at 272 (offset 5 lines). Downloading crates ... Downloaded redox_syscall v0.2.8 Downloaded windows_x86_64_msvc v0.32.0 Downloaded parking_lot_core v0.9.1 Downloaded clap_derive v3.1.18 Downloaded edit v0.1.3 Downloaded which v4.1.0 Downloaded remove_dir_all v0.7.0 Downloaded shellwords v1.1.0 Downloaded serde_yaml v0.8.24 Downloaded windows_aarch64_msvc v0.32.0 Downloaded windows_i686_gnu v0.32.0 Downloaded windows_i686_msvc v0.32.0 Downloaded windows_x86_64_gnu v0.32.0 Downloaded windows-sys v0.32.0 Compiling libc v0.2.125 Compiling proc-macro2 v1.0.38 Compiling unicode-xid v0.2.2 Compiling cfg-if v1.0.0 Compiling syn v1.0.94 Compiling version_check v0.9.3 Compiling log v0.4.14 Compiling autocfg v1.0.1 Compiling memchr v2.4.0 Compiling signal-hook v0.3.13 Compiling ppv-lite86 v0.2.10 Compiling parking_lot_core v0.9.1 Compiling serde_derive v1.0.137 Compiling scopeguard v1.1.0 Compiling smallvec v1.6.1 Compiling serde v1.0.137 Compiling hashbrown v0.9.1 Compiling arrayvec v0.5.2 Compiling anyhow v1.0.57 Compiling bitflags v1.3.2 Compiling os_str_bytes v6.0.0 Compiling lazy_static v1.4.0 Compiling either v1.6.1 Compiling heck v0.4.0 Compiling utf8parse v0.2.0 Compiling regex-syntax v0.6.25 Compiling linked-hash-map v0.5.4 Compiling remove_dir_all v0.5.3 Compiling ryu v1.0.9 Compiling strsim v0.10.0 Compiling textwrap v0.15.0 Compiling same-file v1.0.6 Compiling termcolor v1.1.2 Compiling lock_api v0.4.6 Compiling walkdir v2.3.2 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling yaml-rust v0.4.5 Compiling indexmap v1.6.2 Compiling clap_lex v0.2.0 Compiling quote v1.0.9 Compiling aho-corasick v0.7.18 Compiling vte_generate_state_changes v0.1.1 Compiling vte v0.10.1 Compiling getrandom v0.2.3 Compiling signal-hook-registry v1.4.0 Compiling mio v0.8.3 Compiling dirs-sys-next v0.1.2 Compiling atty v0.2.14 Compiling which v4.1.0 Compiling remove_dir_all v0.7.0 Compiling directories-next v2.0.0 Compiling rand_core v0.6.2 Compiling parking_lot v0.12.0 Compiling rand_chacha v0.3.1 Compiling signal-hook-mio v0.2.3 Compiling rand v0.8.3 Compiling crossterm v0.23.2 Compiling strip-ansi-escapes v0.1.1 Compiling tempfile v3.2.0 Compiling edit v0.1.3 Compiling regex v1.5.5 Compiling shellwords v1.1.0 Compiling clap_derive v3.1.18 Compiling thiserror-impl v1.0.31 Compiling thiserror v1.0.31 Compiling clap v3.1.18 Compiling serde_yaml v0.8.24 Compiling navi v2.20.1 (/home/buildozer/aports/testing/navi/src/navi-2.20.1) warning: unused import: `MAIN_SEPARATOR` --> src/filesystem.rs:12:32 | 12 | use std::path::{Path, PathBuf, MAIN_SEPARATOR}; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: use of deprecated unit variant `clap::AppSettings::AllowHyphenValues`: Replaced with `Command::allow_hyphen_values` and `Arg::is_allow_hyphen_values_set` --> src/config/cli.rs:91:31 | 91 | #[clap(setting = AppSettings::AllowHyphenValues)] | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated unit variant `clap::AppSettings::Hidden`: Replaced with `Command::hide` and `Command::is_hide_set` --> src/config/cli.rs:162:35 | 162 | #[clap(setting = AppSettings::Hidden)] | ^^^^^^ warning: use of deprecated unit variant `clap::AppSettings::Hidden`: Replaced with `Command::hide` and `Command::is_hide_set` --> src/config/cli.rs:168:35 | 168 | #[clap(setting = AppSettings::Hidden)] | ^^^^^^ warning: use of deprecated unit variant `clap::AppSettings::Hidden`: Replaced with `Command::hide` and `Command::is_hide_set` --> src/config/cli.rs:178:35 | 178 | #[clap(setting = AppSettings::Hidden)] | ^^^^^^ warning: `navi` (lib) generated 5 warnings Finished release [optimized] target(s) in 1m 03s Compiling libc v0.2.125 Compiling proc-macro2 v1.0.38 Compiling unicode-xid v0.2.2 Compiling cfg-if v1.0.0 Compiling syn v1.0.94 Compiling version_check v0.9.3 Compiling autocfg v1.0.1 Compiling memchr v2.4.0 Compiling log v0.4.14 Compiling parking_lot_core v0.9.1 Compiling serde_derive v1.0.137 Compiling ppv-lite86 v0.2.10 Compiling signal-hook v0.3.13 Compiling smallvec v1.6.1 Compiling serde v1.0.137 Compiling scopeguard v1.1.0 Compiling hashbrown v0.9.1 Compiling os_str_bytes v6.0.0 Compiling linked-hash-map v0.5.4 Compiling arrayvec v0.5.2 Compiling remove_dir_all v0.5.3 Compiling either v1.6.1 Compiling utf8parse v0.2.0 Compiling anyhow v1.0.57 Compiling bitflags v1.3.2 Compiling lazy_static v1.4.0 Compiling regex-syntax v0.6.25 Compiling heck v0.4.0 Compiling same-file v1.0.6 Compiling strsim v0.10.0 Compiling ryu v1.0.9 Compiling termcolor v1.1.2 Compiling textwrap v0.15.0 Compiling lock_api v0.4.6 Compiling yaml-rust v0.4.5 Compiling walkdir v2.3.2 Compiling clap_lex v0.2.0 Compiling indexmap v1.6.2 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling aho-corasick v0.7.18 Compiling quote v1.0.9 Compiling vte_generate_state_changes v0.1.1 Compiling getrandom v0.2.3 Compiling signal-hook-registry v1.4.0 Compiling mio v0.8.3 Compiling atty v0.2.14 Compiling dirs-sys-next v0.1.2 Compiling which v4.1.0 Compiling remove_dir_all v0.7.0 Compiling directories-next v2.0.0 Compiling rand_core v0.6.2 Compiling parking_lot v0.12.0 Compiling rand_chacha v0.3.1 Compiling vte v0.10.1 Compiling signal-hook-mio v0.2.3 Compiling rand v0.8.3 Compiling crossterm v0.23.2 Compiling strip-ansi-escapes v0.1.1 Compiling tempfile v3.2.0 Compiling edit v0.1.3 Compiling regex v1.5.5 Compiling shellwords v1.1.0 Compiling thiserror-impl v1.0.31 Compiling clap_derive v3.1.18 Compiling thiserror v1.0.31 Compiling clap v3.1.18 Compiling serde_yaml v0.8.24 Compiling navi v2.20.1 (/home/buildozer/aports/testing/navi/src/navi-2.20.1) warning: unused import: `MAIN_SEPARATOR` --> src/filesystem.rs:12:32 | 12 | use std::path::{Path, PathBuf, MAIN_SEPARATOR}; | ^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: use of deprecated unit variant `clap::AppSettings::AllowHyphenValues`: Replaced with `Command::allow_hyphen_values` and `Arg::is_allow_hyphen_values_set` --> src/config/cli.rs:91:31 | 91 | #[clap(setting = AppSettings::AllowHyphenValues)] | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated unit variant `clap::AppSettings::Hidden`: Replaced with `Command::hide` and `Command::is_hide_set` --> src/config/cli.rs:162:35 | 162 | #[clap(setting = AppSettings::Hidden)] | ^^^^^^ warning: use of deprecated unit variant `clap::AppSettings::Hidden`: Replaced with `Command::hide` and `Command::is_hide_set` --> src/config/cli.rs:168:35 | 168 | #[clap(setting = AppSettings::Hidden)] | ^^^^^^ warning: use of deprecated unit variant `clap::AppSettings::Hidden`: Replaced with `Command::hide` and `Command::is_hide_set` --> src/config/cli.rs:178:35 | 178 | #[clap(setting = AppSettings::Hidden)] | ^^^^^^ warning: `navi` (lib) generated 5 warnings warning: `navi` (lib test) generated 5 warnings (5 duplicates) Finished test [unoptimized + debuginfo] target(s) in 34.19s Running unittests src/lib.rs (target/debug/deps/navi-df291ac903c629ce) running 18 tests test config::cli::tests::test_info_possible_values ... ok test config::cli::tests::test_func_possible_values ... ok test filesystem::tests::test_default_config_pathbuf ... ignored test filesystem::tests::splitting_of_dirs_param_may_not_contain_empty_items ... ok test finder::post::tests::test_parse_output1 ... ok test finder::post::tests::test_parse_output2 ... ok test finder::post::tests::test_parse_output3 ... ok test finder::post::tests::test_parse_recommendation_output_1 ... ok test filesystem::tests::test_default_cheat_pathbuf ... ok test finder::post::tests::test_parse_recommendation_output_2 ... ok test finder::post::tests::test_parse_recommendation_output_3 ... ok test config::cli::tests::test_widget_possible_values ... ok test finder::post::tests::test_parse_snippet_request ... ok test config::cli::tests::test_finder_possible_values ... ok test git::tests::test_meta_github_https ... ok test git::tests::test_meta_github_ssh ... ok test git::tests::test_meta_gitlab_https ... ok test parser::tests::test_parse_variable_line ... ok test result: ok. 17 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s Running unittests src/bin/main.rs (target/debug/deps/navi-94fb73ef08b9f519) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/tests.rs (target/debug/deps/tests-6ff14070388ddc60) running 1 test test tests::it_works ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests navi running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> navi: Entering fakeroot... >>> navi-bash-plugin*: Running split function _bash... '/home/buildozer/aports/testing/navi/pkg/navi/usr/share/bash/plugins' -> '/home/buildozer/aports/testing/navi/pkg/navi-bash-plugin/usr/share/bash/plugins' >>> navi-bash-plugin*: Preparing subpackage navi-bash-plugin... >>> navi-bash-plugin*: Running postcheck for navi-bash-plugin >>> navi-fish-plugin*: Running split function _fish... '/home/buildozer/aports/testing/navi/pkg/navi/usr/share/fish' -> '/home/buildozer/aports/testing/navi/pkg/navi-fish-plugin/usr/share/fish' >>> navi-fish-plugin*: Preparing subpackage navi-fish-plugin... >>> navi-fish-plugin*: Running postcheck for navi-fish-plugin >>> navi-zsh-plugin*: Running split function _zsh... '/home/buildozer/aports/testing/navi/pkg/navi/usr/share/zsh/plugins' -> '/home/buildozer/aports/testing/navi/pkg/navi-zsh-plugin/usr/share/zsh/plugins' >>> navi-zsh-plugin*: Preparing subpackage navi-zsh-plugin... >>> navi-zsh-plugin*: Running postcheck for navi-zsh-plugin >>> navi*: Running postcheck for navi >>> navi*: Preparing package navi... >>> navi*: Stripping binaries >>> navi*: Script found. /bin/sh added as a dependency for navi-2.20.1-r0.apk >>> navi*: Adding .post-install >>> navi-bash-plugin*: Scanning shared objects >>> navi-fish-plugin*: Scanning shared objects >>> navi-zsh-plugin*: Scanning shared objects >>> navi*: Scanning shared objects >>> navi-bash-plugin*: Tracing dependencies... >>> navi-bash-plugin*: Package size: 28.0 KB >>> navi-bash-plugin*: Compressing data... >>> navi-bash-plugin*: Create checksum... >>> navi-bash-plugin*: Create navi-bash-plugin-2.20.1-r0.apk >>> navi-fish-plugin*: Tracing dependencies... >>> navi-fish-plugin*: Package size: 24.0 KB >>> navi-fish-plugin*: Compressing data... >>> navi-fish-plugin*: Create checksum... >>> navi-fish-plugin*: Create navi-fish-plugin-2.20.1-r0.apk >>> navi-zsh-plugin*: Tracing dependencies... >>> navi-zsh-plugin*: Package size: 28.0 KB >>> navi-zsh-plugin*: Compressing data... >>> navi-zsh-plugin*: Create checksum... >>> navi-zsh-plugin*: Create navi-zsh-plugin-2.20.1-r0.apk >>> navi*: Tracing dependencies... git /bin/sh so:libc.musl-ppc64le.so.1 so:libgcc_s.so.1 >>> navi*: Package size: 1.9 MB >>> navi*: Compressing data... >>> navi*: Create checksum... >>> navi*: Create navi-2.20.1-r0.apk >>> navi: Build complete at Sun, 27 Nov 2022 16:19:59 +0000 elapsed time 0h 1m 50s >>> navi: Cleaning up srcdir >>> navi: Cleaning up pkgdir >>> navi: Uninstalling dependencies... (1/8) Purging .makedepends-navi (20221127.161811) (2/8) Purging cargo (1.65.0-r0) (3/8) Purging rust (1.65.0-r0) (4/8) Purging rust-stdlib (1.65.0-r0) (5/8) Purging llvm15-libs (15.0.5-r1) (6/8) Purging libffi (3.4.4-r0) (7/8) Purging libxml2 (2.10.3-r2) (8/8) Purging xz-libs (5.2.8-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages >>> navi: Updating the testing/ppc64le repository index... >>> navi: Signing the index...