>>> k0sctl: Building testing/k0sctl 0.13.0-r2 (using abuild 3.9.0-r2) started Tue, 02 Aug 2022 11:13:06 +0000 >>> k0sctl: Checking sanity of /home/buildozer/aports/testing/k0sctl/APKBUILD... >>> k0sctl: Analyzing dependencies... >>> k0sctl: Installing for build: build-base go (1/1) Installing .makedepends-k0sctl (20220802.111307) OK: 659 MiB in 105 packages >>> k0sctl: Cleaning up srcdir >>> k0sctl: Cleaning up pkgdir >>> k0sctl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/k0sctl-0.13.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 100 93057 100 93057 0 0 133k 0 --:--:-- --:--:-- --:--:-- 134k >>> k0sctl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/k0sctl-0.13.0.tar.gz >>> k0sctl: Checking sha512sums... k0sctl-0.13.0.tar.gz: OK >>> k0sctl: Unpacking /var/cache/distfiles/edge/k0sctl-0.13.0.tar.gz... go build -trimpath -a -tags "netgo,osusergo,static_build" -installsuffix netgo -ldflags "-s -w -X github.com/k0sproject/k0sctl/version.Environment=production -X github.com/k0sproject/k0sctl/version.GitCommit=47e2501 -X github.com/k0sproject/k0sctl/version.Version=dev -extldflags '-static'" -o k0sctl main.go go: downloading github.com/denisbrodbeck/machineid v1.0.1 go: downloading github.com/creasty/defaults v1.5.2 go: downloading github.com/AlecAivazis/survey/v2 v2.3.2 go: downloading github.com/a8m/envsubst v1.2.0 go: downloading github.com/urfave/cli/v2 v2.3.0 go: downloading github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 go: downloading github.com/go-ozzo/ozzo-validation/v4 v4.3.0 go: downloading github.com/k0sproject/dig v0.2.0 go: downloading github.com/k0sproject/rig v0.6.2 go: downloading github.com/logrusorgru/aurora v2.0.3+incompatible go: downloading github.com/alessio/shellescape v1.4.1 go: downloading github.com/segmentio/analytics-go v3.1.0+incompatible go: downloading github.com/go-playground/validator/v10 v10.9.0 go: downloading github.com/bmatcuk/doublestar/v4 v4.0.2 go: downloading github.com/k0sproject/version v0.3.0 go: downloading github.com/gammazero/workerpool v1.1.2 go: downloading k8s.io/client-go v0.22.1 go: downloading github.com/gammazero/deque v0.1.0 go: downloading github.com/masterzen/winrm v0.0.0-20211231115050-232efb40349e go: downloading github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c go: downloading github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 go: downloading github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 go: downloading github.com/go-playground/universal-translator v0.18.0 go: downloading github.com/leodido/go-urn v1.2.1 go: downloading github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e go: downloading github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 go: downloading github.com/jcmturner/gokrb5/v8 v8.4.2 go: downloading github.com/gofrs/uuid v4.2.0+incompatible go: downloading github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 go: downloading github.com/go-playground/locales v0.14.0 go: downloading github.com/jcmturner/gofork v1.0.0 go: downloading github.com/jcmturner/goidentity/v6 v6.0.1 go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0 go: downloading github.com/jcmturner/aescts/v2 v2.0.0 go: downloading github.com/jcmturner/rpc/v2 v2.0.3 go: downloading k8s.io/apimachinery v0.22.1 go: downloading k8s.io/klog/v2 v2.20.0 go: downloading k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e go: downloading github.com/go-logr/logr v1.1.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2 go test -v ./... ? github.com/k0sproject/k0sctl [no test files] ? github.com/k0sproject/k0sctl/analytics [no test files] === RUN TestBuildHosts --- PASS: TestBuildHosts (0.00s) === RUN TestBuildHostsWithComments --- PASS: TestBuildHostsWithComments (0.00s) PASS ok github.com/k0sproject/k0sctl/cmd 0.037s ? github.com/k0sproject/k0sctl/configurer [no test files] === RUN TestAlpineConfigurerInterface --- PASS: TestAlpineConfigurerInterface (0.00s) === RUN TestPaths --- PASS: TestPaths (0.00s) PASS ok github.com/k0sproject/k0sctl/configurer/linux 0.035s ? github.com/k0sproject/k0sctl/configurer/linux/enterpriselinux [no test files] ? github.com/k0sproject/k0sctl/integration/github [no test files] ? github.com/k0sproject/k0sctl/integration/segment [no test files] === RUN TestNeedsUpgrade --- PASS: TestNeedsUpgrade (0.00s) === RUN TestConditionalPhase --- PASS: TestConditionalPhase (0.00s) === RUN TestConfigPhase time="2022-08-02T11:13:36Z" level=info msg="==> Running phase: config phase" --- PASS: TestConfigPhase (0.00s) === RUN TestHookedPhase time="2022-08-02T11:13:36Z" level=info msg="==> Running phase: hooked phase" --- PASS: TestHookedPhase (0.00s) PASS ok github.com/k0sproject/k0sctl/phase 0.036s === RUN TestAPIVersionValidation --- PASS: TestAPIVersionValidation (0.00s) === RUN TestK0sVersionValidation --- PASS: TestK0sVersionValidation (0.00s) PASS ok github.com/k0sproject/k0sctl/pkg/apis/k0sctl.k0sproject.io/v1beta1 0.028s === RUN TestFlags --- PASS: TestFlags (0.00s) === RUN TestFlagsWithQuotes --- PASS: TestFlagsWithQuotes (0.00s) === RUN TestString --- PASS: TestString (0.00s) === RUN TestHostK0sServiceName --- PASS: TestHostK0sServiceName (0.00s) === RUN TestK0sJoinTokenPath --- PASS: TestK0sJoinTokenPath (0.00s) === RUN TestK0sConfigPath --- PASS: TestK0sConfigPath (0.00s) === RUN TestUnQE --- PASS: TestUnQE (0.00s) === RUN TestK0sInstallCommand time="2022-08-02T11:13:34Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-08-02T11:13:34Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-08-02T11:13:34Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-08-02T11:13:34Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-08-02T11:13:34Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-08-02T11:13:34Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" time="2022-08-02T11:13:34Z" level=warning msg="[local] localhost: user is not an administrator and passwordless access elevation has not been configured" --- PASS: TestK0sInstallCommand (0.00s) === RUN TestTokenID --- PASS: TestTokenID (0.00s) === RUN TestPermStringUnmarshalWithOctal --- PASS: TestPermStringUnmarshalWithOctal (0.00s) === RUN TestPermStringUnmarshalWithString --- PASS: TestPermStringUnmarshalWithString (0.00s) === RUN TestPermStringUnmarshalWithInvalidString --- PASS: TestPermStringUnmarshalWithInvalidString (0.00s) === RUN TestPermStringUnmarshalWithInvalidNumber --- PASS: TestPermStringUnmarshalWithInvalidNumber (0.00s) === RUN TestPermStringUnmarshalWithZero --- PASS: TestPermStringUnmarshalWithZero (0.00s) PASS ok github.com/k0sproject/k0sctl/pkg/apis/k0sctl.k0sproject.io/v1beta1/cluster 0.030s ? github.com/k0sproject/k0sctl/version [no test files] >>> k0sctl: Entering fakeroot... install -d /home/buildozer/aports/testing/k0sctl/pkg/k0sctl/usr/bin/ install -m 755 k0sctl /home/buildozer/aports/testing/k0sctl/pkg/k0sctl/usr/bin/ >>> k0sctl-bash-completion*: Running split function bashcomp... '/home/buildozer/aports/testing/k0sctl/pkg/k0sctl/usr/share/bash-completion/completions' -> '/home/buildozer/aports/testing/k0sctl/pkg/k0sctl-bash-completion/usr/share/bash-completion/completions' >>> k0sctl-bash-completion*: Preparing subpackage k0sctl-bash-completion... >>> k0sctl-bash-completion*: Running postcheck for k0sctl-bash-completion >>> k0sctl-fish-completion*: Running split function fishcomp... '/home/buildozer/aports/testing/k0sctl/pkg/k0sctl/usr/share/fish/completions' -> '/home/buildozer/aports/testing/k0sctl/pkg/k0sctl-fish-completion/usr/share/fish/completions' >>> k0sctl-fish-completion*: Preparing subpackage k0sctl-fish-completion... >>> k0sctl-fish-completion*: Running postcheck for k0sctl-fish-completion >>> k0sctl-zsh-completion*: Running split function zshcomp... '/home/buildozer/aports/testing/k0sctl/pkg/k0sctl/usr/share/zsh/site-functions' -> '/home/buildozer/aports/testing/k0sctl/pkg/k0sctl-zsh-completion/usr/share/zsh/site-functions' >>> k0sctl-zsh-completion*: Preparing subpackage k0sctl-zsh-completion... >>> k0sctl-zsh-completion*: Running postcheck for k0sctl-zsh-completion >>> k0sctl*: Running postcheck for k0sctl >>> k0sctl*: Preparing package k0sctl... >>> k0sctl*: Stripping binaries >>> k0sctl-bash-completion*: Scanning shared objects >>> k0sctl-fish-completion*: Scanning shared objects >>> k0sctl-zsh-completion*: Scanning shared objects >>> k0sctl*: Scanning shared objects >>> k0sctl-bash-completion*: Tracing dependencies... >>> k0sctl-bash-completion*: Package size: 24.0 KB >>> k0sctl-bash-completion*: Compressing data... >>> k0sctl-bash-completion*: Create checksum... >>> k0sctl-bash-completion*: Create k0sctl-bash-completion-0.13.0-r2.apk >>> k0sctl-fish-completion*: Tracing dependencies... >>> k0sctl-fish-completion*: Package size: 32.0 KB >>> k0sctl-fish-completion*: Compressing data... >>> k0sctl-fish-completion*: Create checksum... >>> k0sctl-fish-completion*: Create k0sctl-fish-completion-0.13.0-r2.apk >>> k0sctl-zsh-completion*: Tracing dependencies... >>> k0sctl-zsh-completion*: Package size: 24.0 KB >>> k0sctl-zsh-completion*: Compressing data... >>> k0sctl-zsh-completion*: Create checksum... >>> k0sctl-zsh-completion*: Create k0sctl-zsh-completion-0.13.0-r2.apk >>> k0sctl*: Tracing dependencies... >>> k0sctl*: Package size: 14.9 MB >>> k0sctl*: Compressing data... >>> k0sctl*: Create checksum... >>> k0sctl*: Create k0sctl-0.13.0-r2.apk >>> k0sctl: Build complete at Tue, 02 Aug 2022 11:13:37 +0000 elapsed time 0h 0m 31s >>> k0sctl: Cleaning up srcdir >>> k0sctl: Cleaning up pkgdir >>> k0sctl: Uninstalling dependencies... (1/1) Purging .makedepends-k0sctl (20220802.111307) OK: 659 MiB in 104 packages >>> k0sctl: Updating the testing/armhf repository index... >>> k0sctl: Signing the index...