>>> fzf: Building community/fzf 0.44.1-r3 (using abuild 3.12.0-r0) started Sun, 12 May 2024 15:36:21 +0000
>>> fzf: Checking sanity of /home/buildozer/aports/community/fzf/APKBUILD...
>>> fzf: Analyzing dependencies...
>>> fzf: Installing for build: build-base go bash
(1/4) Installing go (1.21.10-r0)
(2/4) Installing readline (8.2.1-r2)
(3/4) Installing bash (5.2.21-r0)
Executing bash-5.2.21-r0.post-install
(4/4) Installing .makedepends-fzf (20240512.153622)
Executing busybox-1.36.1-r15.trigger
OK: 621 MiB in 111 packages
>>> fzf: Cleaning up srcdir
>>> fzf: Cleaning up pkgdir
>>> fzf: Cleaning up tmpdir
>>> fzf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/fzf-0.44.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  245k  100  245k    0     0   417k      0 --:--:-- --:--:-- --:--:--  416k
>>> fzf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19/fzf-0.44.1.tar.gz
>>> fzf: Checking sha512sums...
fzf-0.44.1.tar.gz: OK
find-buzybox-compat.patch: OK
fzf.plugin.sh: OK
fzf.plugin.zsh: OK
>>> fzf: Unpacking /var/cache/distfiles/v3.19/fzf-0.44.1.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
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/saracen/walker v0.1.3
go: downloading golang.org/x/sys v0.14.0
go: downloading github.com/mattn/go-shellwords v1.0.12
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading golang.org/x/term v0.13.0
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 <nil> 
    ansi_test.go:211: hello world <nil> 
    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.40s)
PASS
ok  	github.com/junegunn/fzf/src	0.504s
=== 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.005s
=== RUN   TestHexToColor
--- PASS: TestHexToColor (0.00s)
PASS
ok  	github.com/junegunn/fzf/src/tui	0.003s
=== 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   TestConstrain
--- PASS: TestConstrain (0.00s)
=== RUN   TestConstrain32
--- PASS: TestConstrain32 (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)
=== RUN   TestStringWidth
--- PASS: TestStringWidth (0.00s)
PASS
ok  	github.com/junegunn/fzf/src/util	0.002s
>>> 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.44.1-r3.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.44.1-r3.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: 56.0 KB
>>> fzf-bash-plugin*: Compressing data...
>>> fzf-bash-plugin*: Create checksum...
>>> fzf-bash-plugin*: Create fzf-bash-plugin-0.44.1-r3.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.44.1-r3.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.44.1-r3.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.44.1-r3.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.44.1-r3.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.44.1-r3.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.44.1-r3.apk
>>> fzf*: Tracing dependencies...
	/bin/sh
	so:libc.musl-s390x.so.1
>>> fzf*: Package size: 4.0 MB
>>> fzf*: Compressing data...
>>> fzf*: Create checksum...
>>> fzf*: Create fzf-0.44.1-r3.apk
>>> fzf: Build complete at Sun, 12 May 2024 15:36:35 +0000 elapsed time 0h 0m 14s
>>> fzf: Cleaning up srcdir
>>> fzf: Cleaning up pkgdir
>>> fzf: Uninstalling dependencies...
(1/4) Purging .makedepends-fzf (20240512.153622)
(2/4) Purging go (1.21.10-r0)
(3/4) Purging bash (5.2.21-r0)
Executing bash-5.2.21-r0.pre-deinstall
(4/4) Purging readline (8.2.1-r2)
Executing busybox-1.36.1-r15.trigger
OK: 435 MiB in 107 packages
>>> fzf: Updating the community/s390x repository index...
>>> fzf: Signing the index...