>>> helm: Building community/helm 3.16.3-r3 (using abuild 3.14.1-r4) started Sun, 16 Mar 2025 18:01:53 +0000
>>> helm: Validating /home/buildozer/aports/community/helm/APKBUILD...
>>> helm: Analyzing dependencies...
>>> helm: Installing for build: build-base bash go
(1/3) Installing bash (5.2.37-r0)
Executing bash-5.2.37-r0.post-install
(2/3) Installing go (1.23.7-r0)
(3/3) Installing .makedepends-helm (20250316.180153)
Executing busybox-1.37.0-r12.trigger
OK: 581 MiB in 104 packages
>>> helm: Cleaning up srcdir
>>> helm: Cleaning up pkgdir
>>> helm: Cleaning up tmpdir
>>> helm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/helm-3.16.3.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/helm-3.16.3.tar.gz.part'
helm-3.16.3.tar.gz.p 100% |********************************|  723k  0:00:00 ETA
'/var/cache/distfiles/v3.21/helm-3.16.3.tar.gz.part' saved
>>> helm: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/helm-3.16.3.tar.gz
>>> helm: Checking sha512sums...
helm-3.16.3.tar.gz: OK
unset-CGO_ENABLED.patch: OK
>>> helm: Unpacking /var/cache/distfiles/v3.21/helm-3.16.3.tar.gz...
>>> helm: unset-CGO_ENABLED.patch
patching file Makefile
GO111MODULE=on go build -buildmode=pie -modcacherw -trimpath -buildvcs=false -modcacherw -trimpath -tags '' -ldflags '-w -s -X helm.sh/helm/v3/internal/version.version=v3.16.3 -X helm.sh/helm/v3/internal/version.metadata= -X helm.sh/helm/v3/internal/version.gitCommit= -X helm.sh/helm/v3/internal/version.gitTreeState= -X helm.sh/helm/v3/pkg/lint/rules.k8sVersionMajor=1 -X helm.sh/helm/v3/pkg/lint/rules.k8sVersionMinor=31 -X helm.sh/helm/v3/pkg/chartutil.k8sVersionMajor=1 -X helm.sh/helm/v3/pkg/chartutil.k8sVersionMinor=31' -o '/home/buildozer/aports/community/helm/src/helm-3.16.3/bin'/helm ./cmd/helm
go: downloading k8s.io/client-go v0.31.1
go: downloading k8s.io/apimachinery v0.31.1
go: downloading github.com/moby/term v0.5.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/term v0.24.0
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading golang.org/x/text v0.18.0
go: downloading github.com/gosuri/uitable v0.0.4
go: downloading github.com/spf13/pflag v1.0.5
go: downloading k8s.io/kubectl v0.31.1
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading k8s.io/api v0.31.1
go: downloading k8s.io/cli-runtime v0.31.1
go: downloading github.com/opencontainers/image-spec v1.1.0
go: downloading github.com/containerd/containerd v1.7.23
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading oras.land/oras-go v1.2.5
go: downloading github.com/Masterminds/squirrel v1.5.4
go: downloading github.com/jmoiron/sqlx v1.4.0
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/rubenv/sql-migrate v1.7.0
go: downloading github.com/Masterminds/vcs v1.13.3
go: downloading github.com/cyphar/filepath-securejoin v0.3.4
go: downloading github.com/evanphx/json-patch v5.9.0+incompatible
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading k8s.io/apiextensions-apiserver v0.31.1
go: downloading golang.org/x/crypto v0.27.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading golang.org/x/sys v0.25.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/go-gorp/gorp/v3 v3.1.0
go: downloading github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
go: downloading github.com/docker/cli v25.0.1+incompatible
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/docker/docker v25.0.6+incompatible
go: downloading github.com/docker/go-connections v0.5.0
go: downloading golang.org/x/sync v0.8.0
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/spf13/cast v1.7.0
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading sigs.k8s.io/kustomize/api v0.17.2
go: downloading sigs.k8s.io/kustomize/kyaml v0.17.1
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading k8s.io/apiserver v0.31.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading google.golang.org/protobuf v1.34.2
go: downloading k8s.io/component-base v0.31.1
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/containerd/platforms v0.2.1
go: downloading github.com/moby/locker v1.0.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading google.golang.org/grpc v1.65.0
go: downloading github.com/containerd/errdefs v0.3.0
go: downloading golang.org/x/net v0.26.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/docker/docker-credential-helpers v0.7.0
go: downloading github.com/chai2010/gettext-go v1.0.2
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0
go: downloading go.opentelemetry.io/otel v1.28.0
go: downloading go.opentelemetry.io/otel/trace v1.28.0
go: downloading github.com/go-openapi/swag v0.22.4
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/klauspost/compress v1.16.7
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.28.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/docker/go-metrics v0.0.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/imdario/mergo v0.3.16
go: downloading github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading golang.org/x/oauth2 v0.21.0
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/time v0.3.0
go: downloading go.starlark.net v0.0.0-20230525235612-a134d8f9ddca
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/google/btree v1.0.1
go: downloading github.com/prometheus/client_golang v1.19.1
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/moby/spdystream v0.4.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git

==> Running unit tests <==
GO111MODULE=on go test -buildmode=pie -modcacherw -trimpath -buildvcs=false -modcacherw -run . ./... 
go: downloading github.com/mattn/go-shellwords v1.0.12
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
go: downloading github.com/foxcpp/go-mockdns v1.1.0
go: downloading github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
go: downloading github.com/DATA-DOG/go-sqlmock v1.5.2
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/miekg/dns v1.1.57
go: downloading github.com/bugsnag/bugsnag-go v0.0.0-20141110184014-b1d153021fcd
go: downloading github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1
go: downloading github.com/bshuster-repo/logrus-logstash-hook v1.0.0
go: downloading github.com/yvasiyarov/gorelic v0.0.0-20141212073537-a9bba5b9ab50
go: downloading github.com/gorilla/handlers v1.5.1
go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d
go: downloading github.com/gomodule/redigo v1.8.2
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
go: downloading github.com/yvasiyarov/newrelic_platform_go v0.0.0-20140908184405-b21fdbd4370f
go: downloading github.com/yvasiyarov/go-metrics v0.0.0-20140926110328-57bccd1ccd43
go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
?   	helm.sh/helm/v3/internal/test	[no test files]
?   	helm.sh/helm/v3/internal/test/ensure	[no test files]
?   	helm.sh/helm/v3/internal/third_party/k8s.io/kubernetes/deployment/util	[no test files]
?   	helm.sh/helm/v3/internal/version	[no test files]
?   	helm.sh/helm/v3/pkg/cli/output	[no test files]
?   	helm.sh/helm/v3/pkg/helmpath/xdg	[no test files]
?   	helm.sh/helm/v3/pkg/kube/fake	[no test files]
?   	helm.sh/helm/v3/pkg/plugin/cache	[no test files]
?   	helm.sh/helm/v3/pkg/release	[no test files]
?   	helm.sh/helm/v3/pkg/time/ctime	[no test files]
?   	helm.sh/helm/v3/pkg/uploader	[no test files]
ok  	helm.sh/helm/v3/cmd/helm	13.904s
ok  	helm.sh/helm/v3/cmd/helm/require	0.006s
ok  	helm.sh/helm/v3/cmd/helm/search	0.022s
ok  	helm.sh/helm/v3/internal/fileutil	0.004s
ok  	helm.sh/helm/v3/internal/monocular	0.006s
ok  	helm.sh/helm/v3/internal/resolver	0.028s
ok  	helm.sh/helm/v3/internal/sympath	0.004s
ok  	helm.sh/helm/v3/internal/third_party/dep/fs	0.008s
ok  	helm.sh/helm/v3/internal/tlsutil	0.005s
ok  	helm.sh/helm/v3/internal/urlutil	0.004s
ok  	helm.sh/helm/v3/pkg/action	19.359s
ok  	helm.sh/helm/v3/pkg/chart	0.008s
ok  	helm.sh/helm/v3/pkg/chart/loader	0.044s
ok  	helm.sh/helm/v3/pkg/chartutil	0.126s
ok  	helm.sh/helm/v3/pkg/cli	0.024s
ok  	helm.sh/helm/v3/pkg/cli/values	0.030s
ok  	helm.sh/helm/v3/pkg/downloader	0.143s
ok  	helm.sh/helm/v3/pkg/engine	0.524s
ok  	helm.sh/helm/v3/pkg/gates	0.004s
ok  	helm.sh/helm/v3/pkg/getter	0.070s
ok  	helm.sh/helm/v3/pkg/helmpath	0.004s
ok  	helm.sh/helm/v3/pkg/ignore	0.004s
ok  	helm.sh/helm/v3/pkg/kube	0.088s
ok  	helm.sh/helm/v3/pkg/lint	0.051s
ok  	helm.sh/helm/v3/pkg/lint/rules	0.069s
ok  	helm.sh/helm/v3/pkg/lint/support	0.004s
ok  	helm.sh/helm/v3/pkg/plugin	0.027s
ok  	helm.sh/helm/v3/pkg/plugin/installer	2.389s
ok  	helm.sh/helm/v3/pkg/postrender	0.013s
ok  	helm.sh/helm/v3/pkg/provenance	0.152s
ok  	helm.sh/helm/v3/pkg/pusher	0.035s
ok  	helm.sh/helm/v3/pkg/registry	8.252s
ok  	helm.sh/helm/v3/pkg/releaseutil	0.020s
ok  	helm.sh/helm/v3/pkg/repo	0.084s
ok  	helm.sh/helm/v3/pkg/repo/repotest	0.044s
ok  	helm.sh/helm/v3/pkg/storage	0.027s
ok  	helm.sh/helm/v3/pkg/storage/driver	0.066s
ok  	helm.sh/helm/v3/pkg/strvals	0.014s
ok  	helm.sh/helm/v3/pkg/time	0.005s
>>> helm: Entering fakeroot...
>>> helm-bash-completion*: Running split function bashcomp...
'usr/share/bash-completion/completions' -> '/home/buildozer/aports/community/helm/pkg/helm-bash-completion/usr/share/bash-completion/completions'
>>> helm-bash-completion*: Preparing subpackage helm-bash-completion...
>>> helm-bash-completion*: Running postcheck for helm-bash-completion
>>> helm-fish-completion*: Running split function fishcomp...
'usr/share/fish/vendor_completions.d' -> '/home/buildozer/aports/community/helm/pkg/helm-fish-completion/usr/share/fish/vendor_completions.d'
>>> helm-fish-completion*: Preparing subpackage helm-fish-completion...
>>> helm-fish-completion*: Running postcheck for helm-fish-completion
>>> helm-zsh-completion*: Running split function zshcomp...
'usr/share/zsh/site-functions' -> '/home/buildozer/aports/community/helm/pkg/helm-zsh-completion/usr/share/zsh/site-functions'
>>> helm-zsh-completion*: Preparing subpackage helm-zsh-completion...
>>> helm-zsh-completion*: Running postcheck for helm-zsh-completion
>>> helm*: Running postcheck for helm
>>> helm*: Preparing package helm...
>>> helm*: Stripping binaries
>>> helm-bash-completion*: Scanning shared objects
>>> helm-fish-completion*: Scanning shared objects
>>> helm-zsh-completion*: Scanning shared objects
>>> helm*: Scanning shared objects
>>> helm-bash-completion*: Tracing dependencies...
>>> helm-bash-completion*: Package size: 11.4 KB
>>> helm-bash-completion*: Compressing data...
>>> helm-bash-completion*: Create checksum...
>>> helm-bash-completion*: Create helm-bash-completion-3.16.3-r3.apk
>>> helm-fish-completion*: Tracing dependencies...
>>> helm-fish-completion*: Package size: 9.3 KB
>>> helm-fish-completion*: Compressing data...
>>> helm-fish-completion*: Create checksum...
>>> helm-fish-completion*: Create helm-fish-completion-3.16.3-r3.apk
>>> helm-zsh-completion*: Tracing dependencies...
>>> helm-zsh-completion*: Package size: 7.5 KB
>>> helm-zsh-completion*: Compressing data...
>>> helm-zsh-completion*: Create checksum...
>>> helm-zsh-completion*: Create helm-zsh-completion-3.16.3-r3.apk
>>> helm*: Tracing dependencies...
	so:libc.musl-x86_64.so.1
>>> helm*: Package size: 77.1 MB
>>> helm*: Compressing data...
>>> helm*: Create checksum...
>>> helm*: Create helm-3.16.3-r3.apk
>>> helm: Build complete at Sun, 16 Mar 2025 18:02:58 +0000 elapsed time 0h 1m 5s
>>> helm: Cleaning up srcdir
>>> helm: Cleaning up pkgdir
>>> helm: Uninstalling dependencies...
(1/3) Purging .makedepends-helm (20250316.180153)
(2/3) Purging bash (5.2.37-r0)
Executing bash-5.2.37-r0.pre-deinstall
(3/3) Purging go (1.23.7-r0)
Executing busybox-1.37.0-r12.trigger
OK: 397 MiB in 101 packages
>>> helm: Updating the community/x86_64 repository index...
>>> helm: Signing the index...