>>> fzf: Building community/fzf 0.37.0-r0 (using abuild 3.10.0-r0) started Wed, 25 Jan 2023 05:52:32 +0000 >>> fzf: Checking sanity of /home/buildozer/aports/community/fzf/APKBUILD... >>> fzf: Analyzing dependencies... >>> fzf: Installing for build: build-base go bash (1/5) Installing binutils-gold (2.40-r2) (2/5) Installing go (1.19.5-r0) (3/5) Installing readline (8.2.0-r0) (4/5) Installing bash (5.2.15-r0) Executing bash-5.2.15-r0.post-install (5/5) Installing .makedepends-fzf (20230125.055233) Executing busybox-1.36.0-r3.trigger OK: 818 MiB in 101 packages >>> fzf: Cleaning up srcdir >>> fzf: Cleaning up pkgdir >>> fzf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fzf-0.37.0.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 >>> fzf: Fetching fzf-0.37.0.tar.gz::https://github.com/junegunn/fzf/archive/0.37.0.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 225k 100 225k 0 0 151k 0 0:00:01 0:00:01 --:--:-- 151k 100 225k 100 225k 0 0 151k 0 0:00:01 0:00:01 --:--:-- 0 >>> fzf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/fzf-0.37.0.tar.gz >>> fzf: Checking sha512sums... fzf-0.37.0.tar.gz: OK find-buzybox-compat.patch: OK do-not-require-bash-by-default.patch: OK fzf.plugin.sh: OK fzf.plugin.zsh: OK >>> fzf: Unpacking /var/cache/distfiles/edge/fzf-0.37.0.tar.gz... >>> fzf: find-buzybox-compat.patch patching file shell/key-bindings.bash patching file shell/key-bindings.fish patching file shell/key-bindings.zsh patching file src/constants.go >>> fzf: do-not-require-bash-by-default.patch patching file src/reader.go go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/saracen/walker v0.1.3 go: downloading github.com/mattn/go-isatty v0.0.17 go: downloading github.com/rivo/uniseg v0.4.2 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 === RUN TestNextAnsiEscapeSequence --- PASS: TestNextAnsiEscapeSequence (0.00s) === RUN TestNextAnsiEscapeSequence_Fuzz_Modified === PAUSE TestNextAnsiEscapeSequence_Fuzz_Modified === RUN TestNextAnsiEscapeSequence_Fuzz_Random === PAUSE TestNextAnsiEscapeSequence_Fuzz_Random === RUN TestExtractColor ansi_test.go:211: hello world  ansi_test.go:211: hello world  ansi_test.go:211: hello world &[{[0 11] {-1 -1 1 -1}}]  ansi_test.go:211: hello w7o8r(Bl[2@d &[{[0 6] {-1 -1 1 -1}}]  ansi_test.go:211: hello world &[{[0 11] {-1 -1 1 -1}}]  ansi_test.go:211: hello world &[{[6 11] {4 5 1 -1}}]  ansi_test.go:211: hello world &[{[6 11] {4 5 1 -1}}]  ansi_test.go:211: hello world &[{[6 9] {4 5 1 -1}}]  ansi_test.go:211: hello world &[{[6 8] {4 233 1 -1}} {[8 9] {161 233 1 -1}} {[10 11] {161 -1 0 -1}}]  ansi_test.go:211: hello world &[{[6 9] {38 48 1 -1}} {[9 10] {48 38 1 -1}}]  ansi_test.go:211: hello world &[{[6 11] {2 -1 1 -1}}]  ansi_test.go:211: hello world &[{[0 11] {2 -1 1 -1}}]  ansi_test.go:211: hello world &[{[0 6] {2 -1 1 -1}} {[6 11] {200 100 0 -1}}]  --- PASS: TestExtractColor (0.00s) === RUN TestAnsiCodeStringConversion --- PASS: TestAnsiCodeStringConversion (0.00s) === RUN TestParseAnsiCode --- PASS: TestParseAnsiCode (0.00s) === RUN TestChunkCache --- PASS: TestChunkCache (0.00s) === RUN TestChunkList --- PASS: TestChunkList (0.00s) === RUN TestHistory --- PASS: TestHistory (0.00s) === RUN TestStringPtr --- PASS: TestStringPtr (0.00s) === RUN TestEmptyMerger --- PASS: TestEmptyMerger (0.00s) === RUN TestMergerUnsorted --- PASS: TestMergerUnsorted (0.00s) === RUN TestMergerSorted --- PASS: TestMergerSorted (0.00s) === RUN TestDelimiterRegex --- PASS: TestDelimiterRegex (0.00s) === RUN TestDelimiterRegexString --- PASS: TestDelimiterRegexString (0.00s) === RUN TestDelimiterRegexRegex --- PASS: TestDelimiterRegexRegex (0.00s) === RUN TestDelimiterRegexRegexCaret --- PASS: TestDelimiterRegexRegexCaret (0.00s) === RUN TestSplitNth --- PASS: TestSplitNth (0.00s) === RUN TestIrrelevantNth --- PASS: TestIrrelevantNth (0.00s) === RUN TestParseKeys --- PASS: TestParseKeys (0.00s) === RUN TestParseKeysWithComma --- PASS: TestParseKeysWithComma (0.00s) === RUN TestBind --- PASS: TestBind (0.00s) === RUN TestColorSpec --- PASS: TestColorSpec (0.00s) === RUN TestDefaultCtrlNP --- PASS: TestDefaultCtrlNP (0.00s) === RUN TestToggle --- PASS: TestToggle (0.00s) === RUN TestPreviewOpts --- PASS: TestPreviewOpts (0.00s) === RUN TestAdditiveExpect --- PASS: TestAdditiveExpect (0.00s) === RUN TestValidateSign --- PASS: TestValidateSign (0.00s) === RUN TestParseSingleActionList --- PASS: TestParseSingleActionList (0.00s) === RUN TestParseSingleActionListError --- PASS: TestParseSingleActionListError (0.00s) === RUN TestMaskActionContents --- PASS: TestMaskActionContents (0.00s) === RUN TestParseTermsExtended --- PASS: TestParseTermsExtended (0.00s) === RUN TestParseTermsExtendedExact --- PASS: TestParseTermsExtendedExact (0.00s) === RUN TestParseTermsEmpty --- PASS: TestParseTermsEmpty (0.00s) === RUN TestExact --- PASS: TestExact (0.00s) === RUN TestEqual --- PASS: TestEqual (0.00s) === RUN TestCaseSensitivity --- PASS: TestCaseSensitivity (0.00s) === RUN TestOrigTextAndTransformed --- PASS: TestOrigTextAndTransformed (0.00s) === RUN TestCacheKey --- PASS: TestCacheKey (0.00s) === RUN TestCacheable --- PASS: TestCacheable (0.00s) === RUN TestReadFromCommand --- PASS: TestReadFromCommand (0.07s) === RUN TestOffsetSort --- PASS: TestOffsetSort (0.00s) === RUN TestRankComparison --- PASS: TestRankComparison (0.00s) === RUN TestResultRank --- PASS: TestResultRank (0.00s) === RUN TestChunkTiebreak --- PASS: TestChunkTiebreak (0.00s) === RUN TestColorOffset --- PASS: TestColorOffset (0.00s) === RUN TestReplacePlaceholder --- PASS: TestReplacePlaceholder (0.00s) === RUN TestQuoteEntry --- PASS: TestQuoteEntry (0.00s) === RUN TestUnixCommands --- PASS: TestUnixCommands (0.00s) === RUN TestWindowsCommands --- SKIP: TestWindowsCommands (0.00s) === RUN TestPowershellCommands --- SKIP: TestPowershellCommands (0.00s) === RUN TestParsePlaceholder --- PASS: TestParsePlaceholder (0.00s) === RUN TestParseRange --- PASS: TestParseRange (0.00s) === RUN TestTokenize --- PASS: TestTokenize (0.00s) === RUN TestTransform --- PASS: TestTransform (0.00s) === RUN TestTransformIndexOutOfBounds --- PASS: TestTransformIndexOutOfBounds (0.00s) === CONT TestNextAnsiEscapeSequence_Fuzz_Modified === CONT TestNextAnsiEscapeSequence_Fuzz_Random --- PASS: TestNextAnsiEscapeSequence_Fuzz_Modified (0.07s) --- PASS: TestNextAnsiEscapeSequence_Fuzz_Random (0.36s) PASS ok github.com/junegunn/fzf/src 0.452s === RUN TestFuzzyMatch --- PASS: TestFuzzyMatch (0.00s) === RUN TestFuzzyMatchBackward --- PASS: TestFuzzyMatchBackward (0.00s) === RUN TestExactMatchNaive --- PASS: TestExactMatchNaive (0.00s) === RUN TestExactMatchNaiveBackward --- PASS: TestExactMatchNaiveBackward (0.00s) === RUN TestPrefixMatch --- PASS: TestPrefixMatch (0.00s) === RUN TestSuffixMatch --- PASS: TestSuffixMatch (0.00s) === RUN TestEmptyPattern --- PASS: TestEmptyPattern (0.00s) === RUN TestNormalize --- PASS: TestNormalize (0.00s) === RUN TestLongString --- PASS: TestLongString (0.00s) PASS ok github.com/junegunn/fzf/src/algo 0.009s === RUN TestHexToColor --- PASS: TestHexToColor (0.00s) PASS ok github.com/junegunn/fzf/src/tui 0.007s === RUN TestAtomicBool --- PASS: TestAtomicBool (0.00s) === RUN TestToCharsAscii --- PASS: TestToCharsAscii (0.00s) === RUN TestCharsLength --- PASS: TestCharsLength (0.00s) === RUN TestCharsToString --- PASS: TestCharsToString (0.00s) === RUN TestTrimLength --- PASS: TestTrimLength (0.00s) === RUN TestEventBox --- PASS: TestEventBox (0.00s) === RUN TestMax --- PASS: TestMax (0.00s) === RUN TestMax16 --- PASS: TestMax16 (0.00s) === RUN TestMax32 --- PASS: TestMax32 (0.00s) === RUN TestMin --- PASS: TestMin (0.00s) === RUN TestMin32 --- PASS: TestMin32 (0.00s) === RUN TestContrain --- PASS: TestContrain (0.00s) === RUN TestContrain32 --- PASS: TestContrain32 (0.00s) === RUN TestAsUint16 --- PASS: TestAsUint16 (0.00s) === RUN TestDurWithIn --- PASS: TestDurWithIn (0.00s) === RUN TestOnce --- PASS: TestOnce (0.00s) === RUN TestRunesWidth --- PASS: TestRunesWidth (0.00s) === RUN TestTruncate --- PASS: TestTruncate (0.00s) === RUN TestRepeatToFill --- PASS: TestRepeatToFill (0.00s) PASS ok github.com/junegunn/fzf/src/util 0.008s >>> fzf: Entering fakeroot... >>> fzf-tmux*: Running split function tmux... >>> fzf-tmux*: Preparing subpackage fzf-tmux... >>> fzf-tmux*: Running postcheck for fzf-tmux >>> fzf-bash-plugin*: Running split function _bash... >>> fzf-bash-plugin*: Preparing subpackage fzf-bash-plugin... >>> fzf-bash-plugin*: Running postcheck for fzf-bash-plugin >>> fzf-zsh-plugin*: Running split function _zsh... >>> fzf-zsh-plugin*: Preparing subpackage fzf-zsh-plugin... >>> fzf-zsh-plugin*: Running postcheck for fzf-zsh-plugin >>> fzf-fish-plugin*: Running split function _fish... >>> fzf-fish-plugin*: Preparing subpackage fzf-fish-plugin... >>> fzf-fish-plugin*: Running postcheck for fzf-fish-plugin >>> fzf-vim*: Running split function vim... >>> fzf-vim*: Preparing subpackage fzf-vim... >>> fzf-vim*: Script found. /bin/sh added as a dependency for fzf-vim-0.37.0-r0.apk >>> fzf-vim*: Adding .post-install >>> fzf-vim*: Running postcheck for fzf-vim >>> fzf-neovim*: Running split function nvim... >>> fzf-neovim*: Preparing subpackage fzf-neovim... >>> fzf-neovim*: Running postcheck for fzf-neovim >>> fzf-doc*: Running split function doc... >>> fzf-doc*: Preparing subpackage fzf-doc... >>> fzf-doc*: Running postcheck for fzf-doc >>> fzf*: Running postcheck for fzf >>> fzf*: Preparing package fzf... >>> fzf*: Stripping binaries >>> fzf*: Script found. /bin/sh added as a dependency for fzf-0.37.0-r0.apk >>> fzf*: Adding .post-upgrade >>> fzf-bash-plugin*: Scanning shared objects >>> fzf-doc*: Scanning shared objects >>> fzf-fish-plugin*: Scanning shared objects >>> fzf-neovim*: Scanning shared objects >>> fzf-tmux*: Scanning shared objects >>> fzf-vim*: Scanning shared objects >>> fzf-zsh-plugin*: Scanning shared objects >>> fzf*: Scanning shared objects >>> fzf-bash-plugin*: Tracing dependencies... >>> fzf-bash-plugin*: Package size: 48.0 KB >>> fzf-bash-plugin*: Compressing data... >>> fzf-bash-plugin*: Create checksum... >>> fzf-bash-plugin*: Create fzf-bash-plugin-0.37.0-r0.apk >>> fzf-doc*: Tracing dependencies... >>> fzf-doc*: Package size: 40.0 KB >>> fzf-doc*: Compressing data... >>> fzf-doc*: Create checksum... >>> fzf-doc*: Create fzf-doc-0.37.0-r0.apk >>> fzf-fish-plugin*: Tracing dependencies... >>> fzf-fish-plugin*: Package size: 32.0 KB >>> fzf-fish-plugin*: Compressing data... >>> fzf-fish-plugin*: Create checksum... >>> fzf-fish-plugin*: Create fzf-fish-plugin-0.37.0-r0.apk >>> fzf-neovim*: Tracing dependencies... >>> fzf-neovim*: Package size: 84.0 KB >>> fzf-neovim*: Compressing data... >>> fzf-neovim*: Create checksum... >>> fzf-neovim*: Create fzf-neovim-0.37.0-r0.apk >>> fzf-tmux*: Tracing dependencies... >>> fzf-tmux*: Package size: 20.0 KB >>> fzf-tmux*: Compressing data... >>> fzf-tmux*: Create checksum... >>> fzf-tmux*: Create fzf-tmux-0.37.0-r0.apk >>> fzf-vim*: Tracing dependencies... >>> fzf-vim*: Package size: 84.0 KB >>> fzf-vim*: Compressing data... >>> fzf-vim*: Create checksum... >>> fzf-vim*: Create fzf-vim-0.37.0-r0.apk >>> fzf-zsh-plugin*: Tracing dependencies... >>> fzf-zsh-plugin*: Package size: 48.0 KB >>> fzf-zsh-plugin*: Compressing data... >>> fzf-zsh-plugin*: Create checksum... >>> fzf-zsh-plugin*: Create fzf-zsh-plugin-0.37.0-r0.apk >>> fzf*: Tracing dependencies... /bin/sh so:libc.musl-aarch64.so.1 >>> fzf*: Package size: 3.4 MB >>> fzf*: Compressing data... >>> fzf*: Create checksum... >>> fzf*: Create fzf-0.37.0-r0.apk >>> fzf: Build complete at Wed, 25 Jan 2023 05:52:50 +0000 elapsed time 0h 0m 18s >>> fzf: Cleaning up srcdir >>> fzf: Cleaning up pkgdir >>> fzf: Uninstalling dependencies... (1/5) Purging .makedepends-fzf (20230125.055233) (2/5) Purging go (1.19.5-r0) (3/5) Purging binutils-gold (2.40-r2) (4/5) Purging bash (5.2.15-r0) Executing bash-5.2.15-r0.pre-deinstall (5/5) Purging readline (8.2.0-r0) Executing busybox-1.36.0-r3.trigger OK: 406 MiB in 96 packages >>> fzf: Updating the community/aarch64 repository index... >>> fzf: Signing the index...