>>> miller: Building community/miller 6.7.0-r4 (using abuild 3.11.1-r0) started Fri, 08 Sep 2023 02:28:59 +0000 >>> miller: Checking sanity of /home/buildozer/aports/community/miller/APKBUILD... >>> miller: Analyzing dependencies... >>> miller: Installing for build: build-base go bash tzdata (1/5) Installing go (1.20.8-r0) (2/5) Installing readline (8.2.1-r1) (3/5) Installing bash (5.2.15-r5) Executing bash-5.2.15-r5.post-install (4/5) Installing tzdata (2023c-r1) (5/5) Installing .makedepends-miller (20230908.022900) Executing busybox-1.36.1-r2.trigger OK: 568 MiB in 104 packages >>> miller: Cleaning up srcdir >>> miller: Cleaning up pkgdir >>> miller: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/miller-6.7.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 75 2812k 75 2127k 0 0 12.5M 0 --:--:-- --:--:-- --:--:-- 12.5M 100 2812k 100 2812k 0 0 15.7M 0 --:--:-- --:--:-- --:--:-- 15.7M >>> miller: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/miller-6.7.0.tar.gz >>> miller: Checking sha512sums... miller-6.7.0.tar.gz: OK >>> miller: Unpacking /var/cache/distfiles/v3.18/miller-6.7.0.tar.gz... Updated Makefile Updated man/Makefile go build github.com/johnkerl/miller/cmd/mlr Build complete. The Miller executable is ./mlr (or .\mlr.exe on Windows). You can use 'make check' to run tests. go build github.com/johnkerl/miller/cmd/mlr Build complete. The Miller executable is ./mlr (or .\mlr.exe on Windows). You can use 'make check' to run tests. go test github.com/johnkerl/miller/internal/pkg/... go test -v regression_test.go === RUN TestRegression REGRESSION TEST: ./test/cases Using executable: mlr PASS ./test/cases/auxents PASS ./test/cases/chaining PASS ./test/cases/cli-csv-rs-environment-defaults PASS ./test/cases/cli-getoptish PASS ./test/cases/cli-help PASS ./test/cases/cli-mfrom PASS ./test/cases/cli-ofmt PASS ./test/cases/dsl-absent-empty/dsl-absent-empty PASS ./test/cases/dsl-absent-empty PASS ./test/cases/dsl-argpass-typedecl PASS ./test/cases/dsl-array-map-indexing PASS ./test/cases/dsl-arrayify ? github.com/johnkerl/miller/internal/pkg/auxents [no test files] ? github.com/johnkerl/miller/internal/pkg/auxents/help [no test files] ? github.com/johnkerl/miller/internal/pkg/auxents/repl [no test files] ? github.com/johnkerl/miller/internal/pkg/auxents/regtest [no test files] ? github.com/johnkerl/miller/internal/pkg/cli [no test files] ? github.com/johnkerl/miller/internal/pkg/climain [no test files] ? github.com/johnkerl/miller/internal/pkg/colorizer [no test files] ? github.com/johnkerl/miller/internal/pkg/dsl [no test files] ? github.com/johnkerl/miller/internal/pkg/dsl/cst [no test files] ok github.com/johnkerl/miller/internal/pkg/bifs 0.007s ? github.com/johnkerl/miller/internal/pkg/entrypoint [no test files] ? github.com/johnkerl/miller/internal/pkg/go-csv [no test files] ? github.com/johnkerl/miller/internal/pkg/output [no test files] ? github.com/johnkerl/miller/internal/pkg/parsing [no test files] ? github.com/johnkerl/miller/internal/pkg/parsing/errors [no test files] ? github.com/johnkerl/miller/internal/pkg/parsing/lexer [no test files] ? github.com/johnkerl/miller/internal/pkg/parsing/parser [no test files] ? github.com/johnkerl/miller/internal/pkg/parsing/token [no test files] ? github.com/johnkerl/miller/internal/pkg/parsing/util [no test files] ? github.com/johnkerl/miller/internal/pkg/platform [no test files] ? github.com/johnkerl/miller/internal/pkg/runtime [no test files] ? github.com/johnkerl/miller/internal/pkg/stream [no test files] ? github.com/johnkerl/miller/internal/pkg/transformers [no test files] ? github.com/johnkerl/miller/internal/pkg/types [no test files] ? github.com/johnkerl/miller/internal/pkg/version [no test files] ok github.com/johnkerl/miller/internal/pkg/input 0.005s ok github.com/johnkerl/miller/internal/pkg/lib 0.007s ok github.com/johnkerl/miller/internal/pkg/mlrval 0.009s ok github.com/johnkerl/miller/internal/pkg/pbnjay-strptime 0.005s ok github.com/johnkerl/miller/internal/pkg/scan 0.005s ok github.com/johnkerl/miller/internal/pkg/transformers/utils 0.006s PASS ./test/cases/dsl-asserting PASS ./test/cases/dsl-basic PASS ./test/cases/dsl-begin-end PASS ./test/cases/dsl-block-exit PASS ./test/cases/dsl-break-continue PASS ./test/cases/dsl-clean-whitespace PASS ./test/cases/dsl-collection-equality PASS ./test/cases/dsl-comments PASS ./test/cases/dsl-concat PASS ./test/cases/dsl-context-specific-validation PASS ./test/cases/dsl-context-validation PASS ./test/cases/dsl-depth PASS ./test/cases/dsl-do-while PASS ./test/cases/dsl-do-while-loops PASS ./test/cases/dsl-dump-print PASS ./test/cases/dsl-emit PASS ./test/cases/dsl-emit-basic-indexing PASS ./test/cases/dsl-emit-het PASS ./test/cases/dsl-emit1 PASS ./test/cases/dsl-empty PASS ./test/cases/dsl-empty-statements PASS ./test/cases/dsl-env PASS ./test/cases/dsl-extended-typeof PASS ./test/cases/dsl-filter PASS ./test/cases/dsl-filter-pattern-action PASS ./test/cases/dsl-first-class-functions PASS ./test/cases/dsl-flatten-unflatten PASS ./test/cases/dsl-for-bind-loops-for-valgrind PASS ./test/cases/dsl-for-map-depth PASS ./test/cases/dsl-for-multi PASS ./test/cases/dsl-for-one PASS ./test/cases/dsl-for-oosvar-loops PASS ./test/cases/dsl-for-srec-loops PASS ./test/cases/dsl-for-two PASS ./test/cases/dsl-for-variants PASS ./test/cases/dsl-forbind-typedecl PASS ./test/cases/dsl-format PASS ./test/cases/dsl-from-file PASS ./test/cases/dsl-func-decl-hoist PASS ./test/cases/dsl-functional-tests PASS ./test/cases/dsl-gmt-date-time-functions PASS ./test/cases/dsl-hashing PASS ./test/cases/dsl-haskey PASS ./test/cases/dsl-if-chain PASS ./test/cases/dsl-if-chaining PASS ./test/cases/dsl-indexing PASS ./test/cases/dsl-indirect-oosvar-assignments PASS ./test/cases/dsl-indirect-srec-assignments PASS ./test/cases/dsl-is-predicates PASS ./test/cases/dsl-json-collection-output PASS ./test/cases/dsl-json-parse-json-stringify PASS ./test/cases/dsl-lashed-emitp-singles PASS ./test/cases/dsl-latin1 PASS ./test/cases/dsl-leafcount PASS ./test/cases/dsl-leftpad-rightpad PASS ./test/cases/dsl-length PASS ./test/cases/dsl-length-depth-leafcount PASS ./test/cases/dsl-lhs-indexing PASS ./test/cases/dsl-line-number-column-number PASS ./test/cases/dsl-load PASS ./test/cases/dsl-local-date-time-functions PASS ./test/cases/dsl-local-map-variable-typedecl PASS ./test/cases/dsl-local-map-variable-write-read PASS ./test/cases/dsl-localvar-scope-and-extent PASS ./test/cases/dsl-localvar-typedecl PASS ./test/cases/dsl-localvar-unsets PASS ./test/cases/dsl-map-dot PASS ./test/cases/dsl-map-funcs PASS ./test/cases/dsl-map-variant-dumps PASS ./test/cases/dsl-mapsum-mapdiff-mapexcept PASS ./test/cases/dsl-mapvar-assignments PASS ./test/cases/dsl-mapvar-emit PASS ./test/cases/dsl-mapvar-for-loops PASS ./test/cases/dsl-mapvars-in-scalar-function-call-contexts PASS ./test/cases/dsl-mapvars-udfs-subroutines PASS ./test/cases/dsl-mathy PASS ./test/cases/dsl-max-variadic PASS ./test/cases/dsl-min-max-types PASS ./test/cases/dsl-modular-arithmetic PASS ./test/cases/dsl-more-type-predicates PASS ./test/cases/dsl-multi-index PASS ./test/cases/dsl-multipart-scripts PASS ./test/cases/dsl-nested-double-quotes PASS ./test/cases/dsl-no-filter-in-filter PASS ./test/cases/dsl-null-empty-handling PASS ./test/cases/dsl-number-formatting PASS ./test/cases/dsl-oosvar-assignments PASS ./test/cases/dsl-oosvars PASS ./test/cases/dsl-operator-associativity PASS ./test/cases/dsl-operator-precedence PASS ./test/cases/dsl-operator-rewrites PASS ./test/cases/dsl-output-redirects PASS ./test/cases/dsl-parameterized-emit PASS ./test/cases/dsl-parse PASS ./test/cases/dsl-prefixed-unprefixed-emit PASS ./test/cases/dsl-print PASS ./test/cases/dsl-programming-examples PASS ./test/cases/dsl-put-dash-s PASS ./test/cases/dsl-put-multiple-dash-e PASS ./test/cases/dsl-pythonic-division PASS ./test/cases/dsl-redirects PASS ./test/cases/dsl-regex PASS ./test/cases/dsl-regex-captures PASS ./test/cases/dsl-regex-matching PASS ./test/cases/dsl-scientific-notation PASS ./test/cases/dsl-scope PASS ./test/cases/dsl-sec2gmt PASS ./test/cases/dsl-semicolons PASS ./test/cases/dsl-short-circuit PASS ./test/cases/dsl-slice PASS ./test/cases/dsl-sorts PASS ./test/cases/dsl-split-join PASS ./test/cases/dsl-split-join-more PASS ./test/cases/dsl-stack-allocation PASS ./test/cases/dsl-string-array-indexing-slicing PASS ./test/cases/dsl-strlen PASS ./test/cases/dsl-subr PASS ./test/cases/dsl-subs PASS ./test/cases/dsl-substr PASS ./test/cases/dsl-toupper-tolower PASS ./test/cases/dsl-trailing-commas PASS ./test/cases/dsl-triple-for-loops PASS ./test/cases/dsl-truncate PASS ./test/cases/dsl-type-inference PASS ./test/cases/dsl-type-predicates PASS ./test/cases/dsl-type-reflect PASS ./test/cases/dsl-typed-overlay PASS ./test/cases/dsl-typedecl PASS ./test/cases/dsl-unformat PASS ./test/cases/dsl-unset PASS ./test/cases/dsl-user-defined-functions PASS ./test/cases/dsl-user-defined-functions-and-subroutines PASS ./test/cases/dsl-utf8-strlen PASS ./test/cases/dsl-utf8-uppercase-lowercase PASS ./test/cases/dsl-warnings PASS ./test/cases/dsl-whitespace PASS ./test/cases/help PASS ./test/cases/int64-io PASS ./test/cases/io-barred-pprint PASS ./test/cases/io-compressed-input PASS ./test/cases/io-dedupe-field-names PASS ./test/cases/io-format-conversion-keystroke-savers PASS ./test/cases/io-gen PASS ./test/cases/io-het-csv-input PASS ./test/cases/io-het-pprint-input PASS ./test/cases/io-implicit-header-csv-input PASS ./test/cases/io-in-place-processing PASS ./test/cases/io-infer-flags PASS ./test/cases/io-ixs-regex PASS ./test/cases/io-json-io PASS ./test/cases/io-jsonl-io PASS ./test/cases/io-lf-crlf-and-autodetect PASS ./test/cases/io-markdown-output PASS ./test/cases/io-missing-final-lf PASS ./test/cases/io-multi PASS ./test/cases/io-multi-character-ixs PASS ./test/cases/io-nr-progress-mod PASS ./test/cases/io-pprint PASS ./test/cases/io-ragged-non-rfc-csv PASS ./test/cases/io-rfc-csv PASS ./test/cases/io-separator-aliases PASS ./test/cases/io-skip-pass-comments PASS ./test/cases/io-space-padding PASS ./test/cases/io-spec-tsv PASS ./test/cases/io-uri-schemes PASS ./test/cases/io-utf8-alignment PASS ./test/cases/io-utf8-bom PASS ./test/cases/mix-null-field-input/0001 PASS ./test/cases/mix-null-field-input/0002 PASS ./test/cases/mix-null-field-input/0003 PASS ./test/cases/mix-null-field-input/0007 PASS ./test/cases/mix-null-field-input/0011 PASS ./test/cases/mix-null-field-input PASS ./test/cases/mix-number-formatting PASS ./test/cases/non-windows/dsl-redirects PASS ./test/cases/non-windows/verb-having-fields PASS ./test/cases/non-windows/verb-rename-regex PASS ./test/cases/output-colorization PASS ./test/cases/repl PASS ./test/cases/repl-help PASS ./test/cases/verb-altkv PASS ./test/cases/verb-bar PASS ./test/cases/verb-bootstrap PASS ./test/cases/verb-cat PASS ./test/cases/verb-count PASS ./test/cases/verb-count-distinct PASS ./test/cases/verb-count-similar PASS ./test/cases/verb-cut PASS ./test/cases/verb-cut-regexed PASS ./test/cases/verb-decimate PASS ./test/cases/verb-fill-down PASS ./test/cases/verb-fill-empty PASS ./test/cases/verb-flatten-unflatten PASS ./test/cases/verb-format-values/0003 PASS ./test/cases/verb-format-values PASS ./test/cases/verb-fraction PASS ./test/cases/verb-gap PASS ./test/cases/verb-grep PASS ./test/cases/verb-group-by PASS ./test/cases/verb-group-like PASS ./test/cases/verb-having-fields PASS ./test/cases/verb-head PASS ./test/cases/verb-head-early-out PASS ./test/cases/verb-histogram PASS ./test/cases/verb-int-float-stats1-step1 PASS ./test/cases/verb-join PASS ./test/cases/verb-join-mixed-format PASS ./test/cases/verb-json-parse-json-stringify PASS ./test/cases/verb-label PASS ./test/cases/verb-latin1-to-utf8 PASS ./test/cases/verb-merge-fields PASS ./test/cases/verb-most-least-frequent PASS ./test/cases/verb-nest PASS ./test/cases/verb-nothing PASS ./test/cases/verb-regularize PASS ./test/cases/verb-remove-empty-columns PASS ./test/cases/verb-rename PASS ./test/cases/verb-rename-no-regex PASS ./test/cases/verb-rename-regex PASS ./test/cases/verb-reorder PASS ./test/cases/verb-repeat PASS ./test/cases/verb-reshape PASS ./test/cases/verb-sample PASS ./test/cases/verb-sec2gmt PASS ./test/cases/verb-seqgen PASS ./test/cases/verb-shuffle PASS ./test/cases/verb-skip-trivial-records PASS ./test/cases/verb-sort PASS ./test/cases/verb-sort-within-records PASS ./test/cases/verb-split PASS ./test/cases/verb-stats1 PASS ./test/cases/verb-stats1-percentile-interpolation PASS ./test/cases/verb-stats1-regexed-field-names PASS ./test/cases/verb-stats2 PASS ./test/cases/verb-step PASS ./test/cases/verb-summary PASS ./test/cases/verb-tac PASS ./test/cases/verb-tail PASS ./test/cases/verb-template PASS ./test/cases/verb-top PASS ./test/cases/verb-truncate PASS ./test/cases/verb-uniq PASS ./test/cases/verb-unspace PASS ./test/cases/verb-unsparsify PASS ./test/cases/verb-utf8-to-latin1 PASS ./test/cases NUMBER OF CASES PASSED 4421 NUMBER OF CASES FAILED 0 NUMBER OF CASE-DIRECTORIES PASSED 258 NUMBER OF CASE-DIRECTORIES FAILED 0 PASS overall --- PASS: TestRegression (152.37s) PASS ok command-line-arguments 152.377s Tests complete. You can use 'make install' if you like, optionally preceded by './configure --prefix=/your/install/path' if you wish to install to somewhere other than /usr/local/bin -- the default prefix is /usr/local. >>> miller: Entering fakeroot... go build github.com/johnkerl/miller/cmd/mlr Build complete. The Miller executable is ./mlr (or .\mlr.exe on Windows). You can use 'make check' to run tests. mkdir -p /home/buildozer/aports/community/miller/pkg/miller//usr/bin cp mlr /home/buildozer/aports/community/miller/pkg/miller//usr/bin/ make -C man install make[1]: Entering directory '/home/buildozer/aports/community/miller/src/miller-6.7.0/man' mkdir -p ./man1 cp mlr.1 ./man1 mkdir -p /home/buildozer/aports/community/miller/pkg/miller//usr/share/man/man1 cp mlr.1 /home/buildozer/aports/community/miller/pkg/miller//usr/share/man/man1/mlr.1 make[1]: Leaving directory '/home/buildozer/aports/community/miller/src/miller-6.7.0/man' >>> miller-doc*: Running split function doc... >>> miller-doc*: Preparing subpackage miller-doc... >>> miller-doc*: Running postcheck for miller-doc >>> miller*: Running postcheck for miller >>> miller*: Preparing package miller... >>> miller*: Stripping binaries >>> miller-doc*: Scanning shared objects >>> miller*: Scanning shared objects >>> miller-doc*: Tracing dependencies... >>> miller-doc*: Package size: 60.0 KB >>> miller-doc*: Compressing data... >>> miller-doc*: Create checksum... >>> miller-doc*: Create miller-doc-6.7.0-r4.apk >>> miller*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> miller*: Package size: 39.6 MB >>> miller*: Compressing data... >>> miller*: Create checksum... >>> miller*: Create miller-6.7.0-r4.apk >>> miller: Build complete at Fri, 08 Sep 2023 02:32:12 +0000 elapsed time 0h 3m 13s >>> miller: Cleaning up srcdir >>> miller: Cleaning up pkgdir >>> miller: Uninstalling dependencies... (1/5) Purging .makedepends-miller (20230908.022900) (2/5) Purging go (1.20.8-r0) (3/5) Purging bash (5.2.15-r5) Executing bash-5.2.15-r5.pre-deinstall (4/5) Purging tzdata (2023c-r1) (5/5) Purging readline (8.2.1-r1) Executing busybox-1.36.1-r2.trigger OK: 393 MiB in 99 packages >>> miller: Updating the community/x86_64 repository index... >>> miller: Signing the index...