>>> miller: Building community/miller 6.4.0-r3 (using abuild 3.10.0_rc1-r2) started Tue, 01 Nov 2022 18:38:48 +0000 >>> miller: Checking sanity of /home/buildozer/aports/community/miller/APKBUILD... >>> miller: Analyzing dependencies... >>> miller: Installing for build: build-base go bash tzdata (1/6) Installing binutils-gold (2.39-r2) (2/6) Installing go (1.19.3-r0) (3/6) Installing readline (8.2.0-r0) (4/6) Installing bash (5.2.2-r0) Executing bash-5.2.2-r0.post-install (5/6) Installing tzdata (2022f-r0) (6/6) Installing .makedepends-miller (20221101.183849) Executing busybox-1.35.0-r27.trigger OK: 577 MiB in 98 packages >>> miller: Cleaning up srcdir >>> miller: Cleaning up pkgdir >>> miller: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/miller-6.4.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 2801k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2801k 100 2801k 0 0 2199k 0 0:00:01 0:00:01 --:--:-- 2200k >>> miller: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/miller-6.4.0.tar.gz >>> miller: Checking sha512sums... miller-6.4.0.tar.gz: OK >>> miller: Unpacking /var/cache/distfiles/v3.17/miller-6.4.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/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/regtest [no test files] ? github.com/johnkerl/miller/internal/pkg/auxents/repl [no test files] ok github.com/johnkerl/miller/internal/pkg/bifs 0.014s ? 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] ? github.com/johnkerl/miller/internal/pkg/entrypoint [no test files] ok github.com/johnkerl/miller/internal/pkg/input 0.028s ok github.com/johnkerl/miller/internal/pkg/lib 0.014s ok github.com/johnkerl/miller/internal/pkg/mlrval 0.016s ? 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] ok github.com/johnkerl/miller/internal/pkg/pbnjay-strptime 0.017s ? github.com/johnkerl/miller/internal/pkg/platform [no test files] ? github.com/johnkerl/miller/internal/pkg/runtime [no test files] ok github.com/johnkerl/miller/internal/pkg/scan 0.039s ? github.com/johnkerl/miller/internal/pkg/stream [no test files] ? github.com/johnkerl/miller/internal/pkg/transformers [no test files] ok github.com/johnkerl/miller/internal/pkg/transformers/utils 0.021s ? github.com/johnkerl/miller/internal/pkg/types [no test files] ? github.com/johnkerl/miller/internal/pkg/version [no test files] 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-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-unsparsify PASS ./test/cases/verb-utf8-to-latin1 PASS ./test/cases NUMBER OF CASES PASSED 4394 NUMBER OF CASES FAILED 0 NUMBER OF CASE-DIRECTORIES PASSED 255 NUMBER OF CASE-DIRECTORIES FAILED 0 PASS overall --- PASS: TestRegression (101.56s) PASS ok command-line-arguments 101.573s 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]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/home/buildozer/aports/community/miller/src/miller-6.4.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.4.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.4.0-r3.apk >>> miller*: Tracing dependencies... so:libc.musl-armv7.so.1 >>> miller*: Package size: 22.4 MB >>> miller*: Compressing data... >>> miller*: Create checksum... >>> miller*: Create miller-6.4.0-r3.apk >>> miller: Build complete at Tue, 01 Nov 2022 18:41:04 +0000 elapsed time 0h 2m 16s >>> miller: Cleaning up srcdir >>> miller: Cleaning up pkgdir >>> miller: Uninstalling dependencies... (1/6) Purging .makedepends-miller (20221101.183849) (2/6) Purging go (1.19.3-r0) (3/6) Purging binutils-gold (2.39-r2) (4/6) Purging bash (5.2.2-r0) Executing bash-5.2.2-r0.pre-deinstall (5/6) Purging tzdata (2022f-r0) (6/6) Purging readline (8.2.0-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> miller: Updating the community/armv7 repository index... >>> miller: Signing the index...